#programming
Read more stories on Hashnode
Articles with this tag
What is Technical Debt? I would like to simply define Technical debt as the actions taken by the engineering team to expedite delivery for a piece of...
Introduction I recently interacted with a friend who had just started out as a developer and she told me that she found it really hard to provide...
Introduction This is an article based on my experience working with startups for 4+ years. I have previously worked with enterprises and product...
Introduction Before we talk about hoisting, I think it is important to understand how the JavaScript engine looks at the code, interprets, and runs...
Introduction In this article, we will first look at what first-class citizens and higher-order functions are to lay the foundation to explain...
Introduction In this article, we'll look at what Git Hooks are, why using Git Hooks are beneficial, and some practical examples of how to use them for...