Farewell to Hacktoberfest: Unveiling 5 Open Source Projects Worth Keeping Your Eyes On!Nov 1, 2023·3 min read·209
PinnedReact: Master useEffect Hook.A complete guide for absolute beginners.May 18, 2022·9 min read·3.6K
15+ Tools I Use to Self-Improve as a Developer.Introduction The Software Industry is very dynamic and fast. There are a lot of innovations going on. New tools, technologies, and frameworks are being released every couple of months. So, to stay competent and relevant to the industry, you need to ...Aug 29, 2022·4 min read·2.7K
From Not Knowing Copy-Paste to Software Engineer.This is my journey from not knowing how to copy-paste to a Software Enginner.Aug 22, 2022·6 min read·1.5K
ES6: A Guide You Must Go Through Before Learning React.Introduction ES6, also called ECMAScript 2015 is an addition to JavaScript syntax and adds some cool features to it. ES6 lets you write less code and do more. It makes our code easy to read and understand. ES6 features are extensively used in project...Aug 30, 2021·9 min read·3.7K
The mysterious 'this' keyword: Let's Demystify it.Introduction The 'this' keyword is considered one of the confusing topics by JavaScript developers. Even experienced developers get it wrong sometimes. So, should you be scared now? NO. Developers get it wrong because they either don't know all the ...Aug 19, 2021·6 min read·3.8K
OOP: Working with Classes in JavaScriptIn this post, we will look at what OOP is, and also I will share some secrets behind classes in JavaScript.Aug 10, 2021·9 min read·4.5K
The new Operator: Calling a Function in Constructor mode.Objects are everywhere in JavaScript. The new operator is used to create an object of a type defined by us or of a built-in type. Creating built-in type A great example of creating an object of the Array built-in type. There are various ways to creat...Jul 24, 2021·3 min read·916