15 followers
SWE @Salesforce and Speaker @JavaScript Conference, Bangalore'21. MERN stack developer and Technical Writer.
Abstract A binary Search Tree (BST) is a tree data structure, which can have a maximum of two child nodes, but with the condition that the left...
Understanding Garbage Collection: From Mark and Sweep to Modern Optimizations · If you’ve ever wondered how JavaScript manages memory so you don’t have...
If you’ve ever worked on a web project, you know how important it is to make your app fast and accessible for all users. But here’s the catch: not all...
What is Functional Programming? Functional Programming is a programming paradigm. It is a coding style. If you know JAVA or C++, they follow the...
Let us understand Value and Reference types in JavaScript in the most detailed way! This is part 2 of the series - 33 JavaScript concepts, every JS...
Javascript is a tricky language and gives quirky results at times. This is part 1 of 33 JavaScript concepts, every JS developer should know. 1. Call...