All articles
Latest first
Nest.js - a node based framework and why it is a good choice
Nest.js is a Node framework which gives you the power to write modular and scale-able code. And, while there are many Node based frameworks out there, it solves one big problem - Architecture.
Read article
Why is reading code important for every developer?
As a developer the habit of reading code can do wonders to your coding ability and accelerate your speed of learning. You spend only about 1 hour coding for every 10 hours you read. And hence, the ski...
Read article
Understanding the secret of secrets
Any application that you create will have some secrets. Even a todo application which is storing information into a database has secrets. The credentials that you use to connect to the database is a s...
Read article
Power of estimation for developers
I have been working software developer and a Technical project manager at Focalworks for more than 10 years now. Over the years, I have realised the importance of accurate estimates.
Read article
5 reasons why you should use tailwind and whats new with version 2
The big release is here, Tailwind 2.0 is out. You must have already heard about it and that's how you must have landed on this article. But, if you have not then also you are at the right place. I am...
Read article
Ajax for Like and Dislike using voting API | Drupal
Using ajax can really improve the user experience of your site. In this tutorial, we will see how using the powerful voting API we can create a simple like dislike module and use ajax for that.
Read article