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
55
0
Archive


Introduction to Hacking - A real world challenge
Introduction to Ethical Hacking as a real world challenge.
Archisman Karmakar
Jun 30, 20224 min read
0 comments

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
0 comments


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
0 comments


10 Best IDE Software - List of Integrated Development Environments (IDE)
An Integrated Development Environment (IDE) is software that consolidates the basic tools needed for software testing and writing.
Archisman Karmakar
Mar 12, 20226 min read
0 comments

Coding — where to start for people without a technical background
“Should I learn to code?” In recent months a number of friends have approached me for advice on how to acquire coding skills. Some wish...
Archisman Karmakar
Mar 12, 202211 min read
0 comments

How to Get a FREE Domain Name as Student?
Getting a free domain is somehow possible. Obviously as a student. Being a student has its perks. This is an amazing resource for all.
Archisman Karmakar
Feb 23, 20223 min read
0 comments
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
0 comments
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
0 comments


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
0 comments
bottom of page