My Posts
LazyGit: Use Custom pagers with lazygit
Not sure why I haven't noticed this before - I guess I hadn't looked for it or seen the need just yet. But you can add custom pagers to LazyGit so ...
Year in Review 2025
I have never written a year in review post before. I always gets sort of self conscious about it - do people care what I have to say, and have I do...
Creating a neat little highlighter/transition effect with Stimulus.js
Remember the good old days when everyone used jQuery and you could use the highlight function to have a newly inserted item flash yellow and then f...
How to create a dropdown using Alpine.js
I’m going to use tailwindcss to style the component, since css isn’t really going to be the focus of this post and tailwindcss is what I use for pr...
ActiveRecord: Query one column for multiple values
I keep discovering things in ActiveRecord way after they're released. I recently had to perform a query where I wanted everything where one single ...