coding
- deep-dive
- TypeScript
- JavaScript
- React
TypeScript Utility Types You Will Actually Use
Pick, Omit, Partial, Record, and more — with real examples from everyday React and API code
How the App Router cache works — and how to choose the right strategy for blog posts, APIs, and dashboards
Pick, Omit, Partial, Record, and more — with real examples from everyday React and API code
A practical walkthrough of Tailwind v4 — CSS-first config, @theme, and what changed from v3
The story behind DevCo, what to expect, and why a frontend developer in Mozambique decided to write in English for a global audience.
Complete guide to building modern APIs with Route Handlers in the App Router
Understand how Server Components work and when to use them in your React project
1 article
.container {
container-type: inline-size;
}Series3 articles
export default async function Page() {
const data = await fetch(url);
}Collection4 articles
type Post = {
title: string;
slug: string;
};Series1 article
@utility text-balance {
text-wrap: balance;
}