Here’s a quite common scenario: you have a web application, built years ago, with deeply intertwined...
▶️ This article is extracted from a video transcript, slightly tweaked for better readability. Watch...
Some routes in your application require authentication or other conditions to be met before users can...
▶️ Video version on YouTube: https://youtu.be/ERWzk5iOAiU Hey everybody, look at that! I finally had...
The rendering strategy of a web application also defines its architecture and once you decide, it...
I had no idea how much would have happened in 365 days 🤯 One year ago, on February 20th, 2024, I...
Welcome to my newsletter, this is issue #5. If you'd like to receive the next issues in your inbox...
Welcome to my newsletter, this is issue #4. If you'd like to receive the next issues in your inbox...
Welcome to my newsletter, this is issue #3. If you'd like to receive the next issues in your inbox...
Welcome to my newsletter, this is issue #2. If you'd like to receive the next issues in your inbox...
Welcome to my newsletter, this is issue #1. If you'd like to receive the next issues in your inbox...
Welcome to my newsletter, this is issue #0. If you'd like to receive the next issues in your inbox...
I just realized that I should probably open source my mind. I wrote this script and recorded a video,...
Spark is the latest creation from the GitHub Next team, which was announced on stage at GitHub...
The beauty of shadcn/ui is that it's not a component library, but a set of components that you can...
Your form might not have a fixed number of fields, that's where arrays come in! Let's see today how...
Colors 🌈 help us identify things in our surroundings, including Visual Studio Code instances and...
Validation is one of the core features of forms, probably the most important one. In the last...
You can play online multiplayer games on Github profiles! 🎮 Setting up a profile on GitHub is easy,...
Forms are not an easy business 🤯 Luckily there are many libraries helping out with that and today...
GitHub just announced Copilot Workspace a new integrated AI feature with Copilot being your companion...
Shadcn/ui is great, components are good-looking, easy to setup and customize, and everyone likes it…...
Sometimes I feel that I'm reading a lot of technical articles and watching videos, but nothing really...
Welcome to the fifth article of a series where we will explore TanStack Router, the new typesafe...
Welcome to the fourth article of a series where we will explore TanStack Router, the new typesafe...
Welcome to the third article of a series where we will explore TanStack Router, the new typesafe...
Welcome to the second article of a series where we will explore TanStack Router, the new typesafe...
Welcome to the first article of a series where we will explore TanStack Router, a new router for...
I’m sure you’ve heard about conventional commits, but what about conventional comments? The...
Remember that file you deleted last week? Too bad, now you need it. Let's see how git restore can...