Writing on web development, things I like to build and my journey.

All of my long-form thoughts on programming, application design, and more, collected in chronological order.

Why I use Tailwind CSS

In modern web developemnt there is a huge choice of options when it comes to writing css. Today I will try to cover as much as I can about my preferred framework for css which is Tailwind CSS.

Rewriting the cosmOS kernel in Rust

When we released the first version of cosmOS last year, it was written in Go. Go is a wonderful programming language, but it’s been a while since I’ve seen an article on the front page of Hacker News about rewriting some important tool in Go and I see articles on there about rewriting things in Rust every single week.