2024-06-23
As an application grows and the database accumulates more data, queries that used to be fast start slowing down. Database indexing is one of…
2024-05-19
React Server Components (RSC) represent a shift in how we think about rendering in React. Traditionally, React components run in the browser…
2024-02-11
Most web applications use HTTP, which follows a request-response pattern. The client sends a request, the server responds, and the…
2023-12-03
For a long time I wrote CSS the traditional way, either in separate stylesheet files or using CSS modules. Recently I started using Tailwind…
2023-10-21
Technical debt is a concept that every developer encounters. It refers to the shortcuts or compromises we make in our code that save time…