Blog
Everything I Installed on My New Mac
I recently got a new Mac and decided to document everything I installed on it. This is a list of all the apps and tools I installed and will use on a daily basis.
Jun 2, 2023
Rust: Not Just Zoom Zoom Fast
Explore the versatility of Rust beyond performance and memory safety with its well-designed language, package manager, and ecosystem.
Feb 25, 2023
Implementing the Pipe Operator in TypeScript
The pipe operator is one of my favourite features in functional languages like Elixir and OCaml. Let's implement it in TypeScript!
Jan 21, 2023
Expressive Code with Pattern Matching
Elevate your code by writing declarative, and easy-to-read code with pattern matching.
Dec 29, 2022
Typesafe Database Queries on the Edge
Edge computing is all the rage. Learn how to get typesafe access to data on the edge using Kysely, Prisma and PlanetScale.
Nov 12, 2022
My Developer Workflow Using WSL, tmux and Neovim
I live on the terminal now. Learn about the tools I use set up a productive developer environment.
Aug 16, 2022
T3 Stack and My Most Popular Open Source Project Ever
create-t3-app recently reached 100 stars on GitHub and is my most popular open source project. Learn more about it!
Jun 27, 2022
Create Licenses for Your Projects Right from the Terminal
I made a CLI in Rust to generate licenses for open source projects.
Mar 25, 2022
I Made a Wordle Clone
Nexdle is a wordle clone made with React, TypeScript, TailwindCSS, Vite, Zustand and tested with Vitest.
Mar 21, 2022