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


How to Install Cygwin for C & C++? | Why Cygwin is better than MinGW?
Today I will be telling how to install and setup Cygwin for C & C++ programming. I will also tell you why Cygwin is better than MinGW.
Archisman Karmakar
Mar 29, 20228 min read
Â


Why Visual Studio Code is the best IDE? & The Reasons why you Must Use Visual Studio Code
Visual Studio Code is a very popular coding editor used by millions of developers around the world. If you are a Web Developer, you...
Archisman Karmakar
Mar 12, 20223 min read
Â
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
Â
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
Â


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