The Vim Commands I Actually Kept After vimtutor
I finished vimtutor, used kickstart.nvim for a nicer practice setup, and wrote down the commands that felt useful without becoming a wall of Vim trivia.
Read moreNotes on mobile engineering, React Native, Go, product architecture, and things I am learning in public.
I finished vimtutor, used kickstart.nvim for a nicer practice setup, and wrote down the commands that felt useful without becoming a wall of Vim trivia.
Read moreA small query key factory made my TanStack Query cache updates and invalidations much less annoying.
Read moreHow I set up Cmd+Shift+L in VSCode to instantly insert console.log() — or console.log('varName', varName) when a variable is selected.
Read moreAI code generation is genuinely useful, but approving every suggestion without reading it is a habit that will eventually cost you.
Read moreAdding a custom Telegram icon to an Astro project broke all icons and threw a cryptic error. The fix was deleting the .astro cache folder.
Read moreExploring the idiomatic approach to object initialization in Go and understanding why we use constructor functions to create new struct instances.
Read moreA small FastLED sketch for the Waveshare ESP32-S3-Matrix that cycles through six colorful effects on the 8x8 LED matrix.
Read more