Front-End Engineer. Always a student.
August 25, 2026
My notes on Composer's caret version constraints, the actual differences between install, update, and update vendor/package, and a gotcha where composer require can quietly overwrite a constraint you set by hand...
Read note →August 5, 2026
My notes on getting back up to speed with Neovim and LazyVim after years on stock Vim, covering the changes and additions that actually come up day to day...
Read note →January 31, 2025
The nullish coalescing operator (??) returns the right operand when the left is null or undefined — a more precise alternative to the || operator...
Read note →January 10, 2025
A practical workflow for using AI to quickly get caught up on long GitHub Discussions, Issues, and Pull Request threads...
Read note →December 28, 2024
The display: contents; rule tells CSS to skip the targeted element in layout calculations, treating its children as direct children of the parent...
Read note →