Blog posts

Simplify Form Handling in React 19

React 19's new hook simplifies handling asynchronous operations in React, especially when dealing with forms

Using React's Server Actions and Resend for Emails

Leverage React's Server Actions to send emails using Next and Resend

Creating a an email workflow for local Supabase development

Local Supabase development is highly recommended for creating robust and efficient project workflows.

Caching Shiki for Faster Build Times

Shiki is arguably the most popular syntax highlighter out there. How can we improve its performance?

Understanding Suspense with Next 13

How Suspense made "UI Loading state" a first class declarative concept in the React programming model.

Mapping Request Paths using Next

What's the difference between rewrites and redirects, and how to use them?

Learn the Basics of GitHub's CLI

GitHub CLI is a free and open source tool that enables you to use GitHub's pull requests, issues, repositories and more directly from your command line.

Introduction to APIs

Application Programming Interfaces (APIs) are constructs made available in programming languages to allow developers to create complex functionality with ease.

Go back home