Articles
The best excuse for reading is to write. I love writing, and that's how I share my knowledge. In this page you can find some of the articles I wrote.
Note: Click on any of the tags like Tools or JavaScript to filter it's articles.
Learn the asynchronous nature of JavaScript that enables your program to run multiple tasks at the same time.
--- views
Jan 14, 2023
JavaScript
I have seen many developers have wrong understanding of the variables declaration in JavaScript. Lets learn together.
--- views
Feb 20, 2022
JavaScript
VSCode is my primary coding editor, and in this article I will be talking about some of the extensions I use in VSCode.
--- views
Jan 10, 2022
Tools
Google Chrome is the most widely used browser among developers because of its great developer tools and 1000s of helpful extensions.
--- views
Sep 9, 2021
Tools
There are more than enough resources to learn web developoment for free. Here are my 5 picks for you.
--- views
Apr 21, 2020
Coding