I recently switched back to VSCode from Neovim as my primary code editor. You may think this is weird...
I recently got a new Mac and had to install a lot of apps and tools to get it set up. I decided to...
When it comes to Rust, the first thing that usually comes to mind is its impressive performance. And...
What is the pipe operator? The pipe operator is used to chain function calls together in...
Have you ever found yourself writing long, cumbersome if-else chains in your code, just to handle a...
What is the Edge? Edge computing is the new hottest thing in the web dev ecosystem, and...
Hi! Today I'm gonna talk about my daily developer workflow and all the tools I use to set up a...
This blog post is outdated. I no longer have time to keep updating this post. Hey there! Today...
create-t3-app recently reached 90 stars on GitHub and is my most popular open source project with a...
I recently made a link shortener called deoxys (named after a really fast Pokémon). It's really,...
tRPC is a tool that provides type-safety between your front and back-ends, hence it makes it really...
Yes you read that right. Under 30 minutes. Let's not waste time and get right into it. Tech...
I'm the type of person who is constantly working on open source projects. But whenever I create a new...
Yes that's right, another wordle clone. You can play it here. nexdle is a wordle clone made with...
I recently started learning Go and I absolutely love it. I think implementing Conway's Game of Life...