Posts
All the articles I've posted.
-
Highlighting Current Link in Rails Navigation
Updated:A look back at techniques for highlighting the active link in Rails navigation, with modern alternatives using current_page? and Stimulus.
-
How to Use Forked NPM Dependencies
Updated:When an NPM package is missing a feature or has a blocking bug, point your project at a maintained fork via a Git URL—plus modern alternatives like patch-package and overrides.
-
Adding a Close Button to Flash Messages in Rails
Updated:Learn how to add a simple close button to dismiss Rails flash messages and a modern Rails 7+ Stimulus approach.
-
The Future of Web Performance: Beyond Core Web Vitals
Exploring emerging performance metrics and optimization strategies that will shape the next generation of web applications.
-
Continuous Learning in Tech: Staying Relevant in a Fast-Paced Industry
Strategies and resources for developers to stay current with rapidly evolving technologies and maintain career growth in the tech industry.
-
Git: Revert an Updated File
How to remove an updated file from a pull request without deleting the file itself — ensuring your changeset stays clean and focused.