blog

My Transition from Express to Fastify: A More Enjoyable Experience

12 Jan 2019

Fastify, Express

After working with Express for a considerable time, I decided to explore Fastify, and it turned out to be one of the best decisions I’ve made in my development journey.

My Journey with NestJS: A Robust and Opinionated Framework

18 Feb 2021

NestJS

Working with NestJS has been a fascinating experience. From the moment I started using it, I could tell it was a robust and well-structured framework. One of the standout features of NestJS is how opinionated it is. It guides you through well-defined patterns and architectural decisions, making it very easy to maintain consistency across large applications.

My Experience with Next.js: A Game-Changer for Web Development

05 Jul 2020

Next.js

When I first started working with Next.js, I was immediately fascinated by its capabilities and the seamless development experience it offers. From the beginning, I could tell that this framework was built to make web development faster and more efficient.

My Journey with TailwindCSS and ShadCN UI: From Frustration to Fascination

10 Sept 2023

TailwindCSS, ShadCN UI

When I first started working with TailwindCSS, I have to admit that I hated it. The utility-first approach felt overwhelming, and seeing my HTML filled with so many classes made it difficult to embrace. But as I continued practicing and building projects with it, I slowly started to appreciate its power and flexibility. Today, TailwindCSS has become an indispensable tool in my development workflow, giving me complete control over my designs without having to switch back and forth between CSS files.

My Deep Connection with Node.js: The Backbone of My Backend Development

23 Aug 2021

Node.js

Working with Node.js has been a journey full of learning, growth, and a deepening appreciation for what this technology offers. From the very beginning, I felt a strong connection to Node.js. Its JavaScript runtime environment allowed me to use the same language on both the frontend and backend, making it easier to transition between different parts of the stack. This ability to write full-stack applications in one language is one of the reasons Node.js quickly became my technology of choice for backend development.

PostgreSQL and Docker: The Perfect Combo for a Scalable Backend

15 Feb 2023

PostgreSQL, Docker

When it comes to building a scalable backend, the combination of PostgreSQL and Docker has been an absolute game-changer for me. PostgreSQL, with its powerful and feature-rich relational database system, and Docker, providing a consistent environment for deployment, have become essential parts of my development workflow.