All Posts
Building React Hooks - Copy to Clipboard
5 Apr 2023
React applications are built from components. Generally, components are built using Hooks, whether they are built-in or custom.
Understanding Buttons and Links from Zero
26 Jan 2023
How can we build from scratch buttons and links that are easy to use, typesafe and modular that just make sense?
Understanding Suspense with Next 13
6 Jan 2023
How Suspense made "UI Loading state" a first class declarative concept in the React programming model.
Understanding Typesafety with tRPC
11 Oct 2022
Typesafety is the extent to which a programming language prevents type errors.
Mapping Request Paths using Next
30 Sep 2022
What's the difference between rewrites and redirects, and how to use them?
Learn the Basics - GitHub's CLI
22 Sep 2022
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.