man -k blog
Blog
Building Nit: My Own Git in Rust
I wrote a small Git clone in Rust called Nit. Here is what I learned from building it.
The Linux Tools I Use Every Day
The Linux tools I use daily in the terminal, and why each one matters.
Why I Love Low-Level Programming
Why low-level programming is worth learning, even for web developers.
Learning Rust as a Web Developer
Why I, a web developer, started learning Rust, and how it changed the way I code.
My Terminal Setup for Speed
A simple terminal setup with Zsh, Neovim, Tmux, and aliases that makes daily work faster.
Why I Write My Own Tools
Why I prefer writing my own small tools, from scripts to a Git clone in Rust.
Understanding Memory: A Guide for Web Developers
What web developers should know about stack, heap, references, and how Rust manages memory.
Git Concepts That Confuse Beginners
The Git ideas that confused me at first — areas, branches, HEAD, and merge vs rebase.
The Value of Being Self-Taught
Why building real projects and learning on my own worked better for me than any course.