top of page

All The Tips In One Place


How JPEG or JPG Image Compression Works ?
Know how the JPEG image compression algorithm works, how is it able to reduce large files, about 48 MB to 4.8MB, just in milli seconds.
Dec 22, 202210 min read
Â
Â
Â
Archive
Git Cheat Sheet 📄 (50 commands + Free PDF and poster)
I was tired of looking up the same common Git commands - so I made a cheat sheet that I could print and put on my office wall. This cheat...
Archisman Karmakar
Jan 22, 20221 min read
Â
Archisman Karmakar
Jan 18, 20220 min read
Â


How to setup MinGW for C & C++ programming.
MinGW: https://sourceforge.net/projects/mingw/ Packages to Install: Environment Variables:
Archisman Karmakar
Jan 15, 20221 min read
Â
How to host static webpages using GitHub using free without using custom domain
Check links of documentation below. Code for index.html: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta...
Archisman Karmakar
Jan 15, 20221 min read
Â
Archisman Karmakar
Jan 12, 20220 min read
Â


Archisman Karmakar
Jan 10, 20220 min read
Â


Managing Workspaces in VS Code
What is a VS Code "workspace"? A Visual Studio Code "workspace" is the collection of one or more folders that are opened in a VS Code...
Archisman Karmakar
Jan 9, 20225 min read
Â


How to get started with VS Code for first use
In this post, I will be guiding how to set-up VS Code for setup. In this post, I will be telling how to setup VS Code for first use. After
Archisman Karmakar
Jan 9, 20221 min read
Â
bottom of page