Functions are crazy in JavaScript.Most of the languages out there utilize functions in one way or another, but the way JavaScript utilizes them is straight-up crazy. So…Sep 12, 2024Sep 12, 2024
A Deep Dive into Console in JavaScript.Many will see this heading and wonder what it is to dive into the console, but they will be wrong to think that.Aug 10, 2024Aug 10, 2024
Do you know package.json?Suppose you are someone who uses nodejs for his/her projects. Then the most important file in your code is package.json (at least for me it…Aug 7, 2024Aug 7, 2024
Day One of Learning C++Recently, I decided to learn C++. I already know JavaScript and TypeScript and use them in my day job extensively. So to learn a new…Jul 28, 20231Jul 28, 20231
Understanding the conversions in Javascript.If you are learning javascript, then you must understand how javascript treats values, how it compares them, and how it operates on them…Jun 7, 2023Jun 7, 2023
Creating a Server in Nodejs…A server is a simple machine, that listens for an incoming request from the client side, processes that request accordingly, sends back a…May 4, 20231May 4, 20231
A walk through Arrays in JavaScript.In case you don’t know an Array in JavaScript is a non-primitive datatype. In software engineering, a non-primitive datatype is something…Apr 23, 2023Apr 23, 2023
Everything about Prototype in JavaScript.To understand, a prototype, one needs to understand classes. If you don’t then you can simply read my previous article here.Apr 7, 20232Apr 7, 20232
Object Oriented Programming in JavaScriptBefore we discuss OOPs in JavaScript, we need to address a far more important question, which is What the heck is OOP and why in the world…Apr 5, 20231Apr 5, 20231
First 30 days as a Software Engineer on the job.So you put enough effort to learn a tech stack, did enough leetcode, cleared interviews, and finally got your first job as a software…Mar 16, 20233Mar 16, 20233