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.
6 articles
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.
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.
In this in-depth walkthrough I explain the process I followed to add a "likes" feature to my blog posts using modern Edge technologies like Cloudflare Workers and D1 coupled with the power Hono and Drizzle.
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.
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
Setting up Active Storage in your Rails app for being able to upload images to cloud storage service can be a bit challenging the first time.