Technical Blog

Writing about software architecture, backend systems, and building scalable applications.

Concurrency in Node.js: Understanding and Implementing

July 27, 2024

In my latest exploration of Node.js, I delved into how this popular runtime handles concurrency. Building scalable APIs with Node.js has been an enlightening journey, and understanding concurrency is a crucial part of making your applications efficient and responsive.

Read more →

Forke my first repo

November 11, 2023

Yesterday I forked my first repo with the intention to contribute to Open Source. Yes, Open Source was always on my list but I’d never took the decision to jump on it. So, someone mentioned and why not? I thought....

Read more →

Build API with Bun and Elysia

September 15, 2023

I love go for a walk in the morning and listening some podcasts. And I remember how excited I was listening Ryan Dahl talking about Deno on this podcast by ChangeLog:

Read more →

Refactoring API from Javascript to Typescript

August 31, 2023

I’ve been refactoring my old project stock-trade ( this is the 2nd time refactoring this project ) the first version of the project was written in Javascript, and using Postgresql as database. For the second version I decided to use...

Read more →

Archive by Year