21 followers
A ray of sunshine, except when I'm debugging.
Have you ever redecorated a room? You might swap out the furniture or repaint the walls. Similarly, software is constantly evolving. Updates are...
Software licenses are legally binding documents that provide guidelines for the use, modification, and distribution of software. Understanding...
According to Open Source Contributor Index, 2443 people in the Microsoft community made at least one commit in January. Out of 2443 people, only 795...
This is part 4 of the "Building a Blog API with Node.js" series. Now that we have our API design complete, the models set up, the database connection...
In the previous articles in this series, we designed our API, implemented the data models and established the database connection. Before we start...
In part one of this series, we set up our development environment and a basic file structure. Now, let's design the API itself. In this article, we'll...