Blog 📰
Viewing 8 posts
Using higher-order functions to build per-page layouts in Next.js
May 12, 2022
This article will show you how to create per-page layouts in Next.js using a higher-order function.
How I built brockherion.dev
April 26, 2022
Join me as I share how I built brockherion.dev! We'll look at where it started, where it is now, and plans for the future.
Stop building REST APIs for your Next.js apps, use tRPC instead
April 04, 2022
As you build your Next.js, there's a good chance that you'll need an API, and the best way to build one is with tRPC.
The Top 5 Must-Read Books for Software Developers
March 02, 2022
There are a lot of great books about software development, but these books are some that every developer should read!
Building Reusable Components in React with Typescript and Generics
February 06, 2022
In this article, I will be showing you how you can use Typescript generics to build reusable and more robust components for your React applications
Creating Per-Page Layouts with Next.JS, Typescript, tRCP, and NextAuth
January 07, 2022
In this article, I will be showing you how you can use NextJS Per-Page layouts with Typescript, NextAuth, and tRPC to build shared layouts.
What did I learn from 2021?
January 04, 2022
A look back on my journey through 2021 and a reflection on what I learned from it all.
Designing and Building REST APIs for Other Humans
October 04, 2021
In this guide, you will learn how to create a REST API that will keep you and other developers happy.