Blog 📰
Viewing 20 posts
-
December 4, 2022
Does the Telsa Model 3 Really Live up to the Hype?The Tesla Model 3 is one of the most iconic EVs on the road, but does it really live up the hype?
-
October 17, 2022
The use hook is a game changer for ReactThe React use hook would let use resolve promises within our React components and hooks, including on the client.
-
October 11, 2022
Enums vs String Literal Types in TypeScriptIn TypeScript, named constants can be created by using an enum or with a union of string literal types.
-
September 1, 2022
Keep your async code fast with Promise.all()Promise.all() is a method in JavaScript that you can use to resolve your Promsies in parallel. It returns a Promise with the results of the promises passed in.
-
August 1, 2022
Setting up a monorepo with pnpm and TypeScriptLearn about monorepos and how to set them up for your TypeScript projects using pnpm
-
July 25, 2022
Fixing issues and finding new ones - Chirpmark Devlog #3This week, I spent time fixing bugs that came up during initial user testing and cleaning up some areas of code.
-
July 18, 2022
Finding a focus - Chirpmark Devlog #2With the first few users on Chirpmark, I got some great feedback that helped me refine what the focus of the platform should be.
-
July 14, 2022
My favorite Mac apps for programming (July 2022)Great tooling is essential in software development. Here are some of my favorite apps that I use for programming.
-
July 11, 2022
Welcome to Chirpmark! - Chirpmark Devlog #1Chirpmark is an app I'm building for managing Twitter bookmarks. It will allow users to save, organize, and do more with their bookmarks.
-
July 2, 2022
Is your website climate-friendly?Here's how I reduced the carbon footprint of brockherion.dev and how you reduce the footprint of your site as well.
-
June 28, 2022
I rebuilt my Next.js site in Astro. Does it live up to the hype?I spent a few hours rebuilding this Next.js site in Astro. Here's how my experience was with it and my thoughts on Astro as a whole.
-
May 12, 2022
Using higher-order functions to build per-page layouts in Next.jsThis article will show you how to create per-page layouts in Next.js using a higher-order function.
-
May 2, 2022
Things about software development I wish somebody had told meLooking back on my journey, there are a few things I wish I had known about being a developer when I started out.
-
April 26, 2022
How I built brockherion.devJoin 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.
-
April 4, 2022
Stop building REST APIs for your Next.js apps, use tRPC insteadAs 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.
-
March 2, 2022
The Top 5 Must-Read Books for Software DevelopersThere are a lot of great books about software development, but these books are some that every developer should read!
-
Febuary 6, 2022
Building Reusable Components in React with Typescript and GenericsIn this article, I will be showing you how you can use Typescript generics to build reusable and more robust components for your React applications
-
January 7, 2022
Creating Per-Page Layouts with Next.JS, Typescript, tRCP, and NextAuthIn this article, I will be showing you how you can use NextJS Per-Page layouts with Typescript, NextAuth, and tRPC to build shared layouts.
-
January 4, 2022
What did I learn from 2021?A look back on my journey through 2021 and a reflection on what I learned from it all.
-
October 14, 2021
Designing and Building REST APIs for Other HumansIn this guide, you will learn how to create a REST API that will keep you and other developers happy.