Understanding Distributed Systems and System Design: A Beginner’s Guide

August 5, 2025
system-design concept

Learn the core concepts of distributed systems and system design, from sharding to consistency models, explained simply with real-world examples.

5 Fundamental Concepts Every Developer Must Master in 2025

August 8, 2025
concept

Discover the 5 core pillars of software development: relational database design, API creation and consumption, authentication, software architecture, and deployment. Learn how to apply them across any tech stack — with or without AI.

Professional Frontend Deployment Pipelines: From Code to Production

August 12, 2025
concept

A deep dive into modern frontend deployment workflows, including CI/CD, artifact management, static vs. dynamic hosting, and zero-downtime strategies for enterprise applications.

The Only AWS Services You Need as a Web Developer

January 10, 2025
aws concept

Discover the essential AWS services every web developer should know to deploy common applications—without getting overwhelmed by unnecessary tools.

Optimize the performance of your applications

November 25, 2023
react frontend concept

Let's learn how to optimize our performance, last post we learned about rendering and the different patterns applied, the importance of SSR and hydration.

Optimize long lists using list virtualization

November 25, 2023
react frontend concept

Let's learn how to optimize our performance for long lists. The idea is to render only the visible rows, let's check how to do this in detail.

How to structure a project

December 11, 2023
concept

We will check how to properly structure a project using the most modern guidelines available for us.

Design Patterns in programming

December 26, 2024
concept

In this article we will learn together about design patterns

Learning SQL

January 23, 2025
backend sql concept

Today we will learn about SQL in a beginner friendly way

Learning SQL: Questions and answers

January 25, 2025
backend sql concept

Today we will check some of the common questions and answers about SQL that are done on interviews

React Server Components (RSC): A Deep Dive into Modern React Development

March 30, 2025
typescript react nextjs concept

Lets learn about RSC, what it is and some examples of how and when to use them