4 min read

Software Development & Programming Tools in 2022

Welcome back! 🔥 I haven't written anything in a long time, as I've been very busy for the past six months. However, after this time I am back and hopefully permanently. My programming skills have developed a lot since the last time I wrote on my blog. I owe this to my curiosity for technology and advanced programming tools. In this article, I will provide you with an updated list of applications that I use on a daily basis in my work.

21 min read

NestJS Authentication Series 🔐: Part 1 - User registration

Welcome you to my blog series on user authentication in the NestJS framework. This series is a set of several tutorials that extend the official documentation. If you are programming an enterprise application, you will most likely want to include full user support, i.e. email account confirmation, password reminder capability, etc. This post is the first part in a series and below you can find a list of all the other articles on this topic.

11 min read

How to create a microservice that handles 🎢 the queue of sending emails in NestJS

In this article, I will present you independent microservice that handles the queue of sending emails using the Node.js platform with the NestJS framework. The use of this microservice allows you to decouple the business logic of the email senders from the main monolithic application, resulting in less use of server resources and therefore faster source code execution.

3 min read

⭐️ How did my open source project get over 1k stars on GitHub?

In 2019, I started working on my first larger software application than "todo list". I was looking for a job as a software developer this year and I needed to distinguish myself from other developers. I made a banking system where you could make transfers (not real money). I've been looking for help from other developers to find out if my JavaScript code is good enough. By coincidence, my application has become one of the most popular open source projects and has received over 1.2k stars up to date.