pankajtanwar.hashnode.devA directory is not a folder!Originally published at - https://www.pankajtanwar.in/blog/a-directory-is-not-a-folder I started using computers with Windows and later switched to Linux. I didn't even realize my transition from using the term folder to directory. Yesterday, my cr...Feb 16, 2022·3 min read
pankajtanwar.hashnode.devWhat is the sorting algorithm behind ORDER BY query in MySQL?Since the last couple of weeks, I have been working on MySQL more closely. MySQL is a brilliant piece of software. I remember reading about all the sorting algorithms in college so I was curious to know which algorithm MySQL uses and how ORDER BY que...Jul 20, 2021·4 min read
pankajtanwar.hashnode.devIntroducing Bestresources.co : Share & explore personal resources at one place!Namaste 🙏 I am Pankaj, a self taught software developer passionate about exploring tech. Today, I feel extremely proud to launch https://bestresources.co - my submission for HarperDB hackathon on Hashnode Motivation One fine day, I was having a tech...Jun 30, 2021·6 min read
pankajtanwar.hashnode.devWhat is latency? Let’s deep dive & understand possible ways to optimise it.Hi 👋, Latency is yet another, a very important topic when we talk about backend engineering or networking. In this article, we will be discussing latency, it's importance and ways to optimise it in order to improve application performance. Table of ...Jun 17, 2021·4 min read
pankajtanwar.hashnode.devHave you ever thought, how ‘nodemon’ works internally? Let’s build our own ‘nodemon’ in under 10 minutes!Hey 👋, If you have ever worked with Node.Js, you must have used a package called nodemon for development. For those who are not aware of it, nodemon is a tool that helps develop NodeJs based applications by automatically restarting the node applic...May 30, 2021·8 min read