706 followers
I'm a web/software developer who loves to build projects and share valuable tips for new programmers on this blog. Feel free to reach me via my email or Twitter!
Subscribe to my newsletter and never miss my upcoming articles
Hello everyone! I have recently concluded my Let's Build A MySQL Node.Js CRUD App series and received a few questions regarding the difference between SQL and NoSQL databases. Thank you so much for enjoying the series and participating with questions...
The word 'burnout' prevails in any other industry, not just the tech industry alone. Recently, a few close friends brought up the topic to me and I decided to research more in-depth. In this article, I want to share some misconceptions, things I've l...
As a developer, you've probably heard of huge apps like Twitter, Trello, Github, daily.dev and more. They all started as side projects. In this article, let's discuss why side projects are important to developers and how you can get started getting i...
Hello and welcome to the finale of Let's Build a MySQL Node.js CRUD App series! In the previous article, we have implemented our front-end with React and completed our full stack app. If you haven't read the previous article, please find it here. L...
Hello and welcome to the 3rd part of Let's Build a MySQL Node.js CRUD App series! In the previous article, we have implemented all our GET, POST, PUT and DELETE routes in our server. If you haven't read the previous article, please find it here. In...
Hello and welcome to the 2nd article of Let's Build a MySQL Node.js CRUD App series! In the previous article, we have initialized our book review app as a React project and set up a simple database on MySQL. If you haven't read the previous article...