Overcoming Imposter Syndrome: A Journey in Software EngineeringOnce upon a time, in the world of software engineering, there was something called imposter syndrome. It affected many of us, including…Jun 11, 2023Jun 11, 2023
Freeze and Seal Objects in JavaScriptVariables we declare in javascript with the help of const, are not purely constant. Let's say that if we have a variable called config…Dec 25, 2020Dec 25, 2020
Promises in JavascriptHandling asynchronous tasks in web development is very common. One way to handle this is through promises.Dec 17, 2020Dec 17, 2020
Primitive vs. Reference ValuesIn javascript, a variable may store two types of values: primitive and reference. So before we discuss them let’s first discuss two…Dec 9, 2020Dec 9, 2020
The Story of a Mongo CollectionIn my last company, we were having more than 70 small APIs and we were using MongoDB heavily. Apart from having ELK stack, we also had…Nov 26, 2020Nov 26, 2020
Published intajawalThe Bus FactorBus factor refers to the number of people in your team who can put your project in trouble if they are hit by a bus. And of course, the…May 4, 20182May 4, 20182
Published intajawalLearn to become a Backend DeveloperRoadmap to becoming a Backend Developer in 2020Apr 3, 201898Apr 3, 201898
Published intajawalBuild Systems in Sublime Text 3Sublime has highly customizable build systems that can add to your productivity if you learn how to use them to your advantage. You can…Mar 29, 20183Mar 29, 20183