Blog

6 articles

Recreating Vercel's Relative Time Card component

In this article, we walk through how to build a Relative Time Card component similar to Vercel’s, using native JavaScript APIs to format date differences and handle time zones.

react
vercel
datetime

Understanding React Server Components

Recently, the React team unveiled a formal approach for running React components exclusively on the server. This represents a significant shift in how we use React, causing some confusion within the community. In this article, I explore this new concept and provide a foundational understanding of how it works.

react
server components

Build your own React router: A dive into Single-Page Applications

The core of Single-Page Applications consists of its client routing which allows navigating through the pages without hitting the server. Here I explain how I have built my own basic React router to better understand the inner workings of SPAs.

react
router
spa

Set up a delightful custom prompt for PowerShell

In this step-by-step guide I explain the process I followed to customize the command prompt for a joyful and efficient development experience using Windows Terminal and Powershell

shell
powershell
oh my posh