Categories
Integrating SvelteKit with Jira for Efficient Cross-Project Releases
For software development projects, many teams contribute to the same applications and mono-repositories. Sometimes, a single release can contain Frontend, Backend, Infrastructure, Configuration, and service-level API updates. Translating that into "Fix" versions in Jira can be an interesting challenge...
Testing & Debugging Brave Browser on iOS
I'm an avid user of Brave on iOS, drawn by its strong privacy features, which come in handy for tasks like testing analytics, Content Security Policies, and general content-blocking side-effects. But how does one debug this browser directly on an iPhone?
Strapi CMS Admin Panel Customization Post-Version 4.15.0
Strapi is a great content management system, and my go-to these days. Often, the underdog Scrappy-Doo comes to mind. Like a show with failing ratings, I've grown the need add some character to Strapi. Custom configuration and utilities have accumulated over time, and
patch-packagehas served me well.Animating Page and View Transitions with Accessibility in Mind
Page Transitions are becoming a standard part of screen-based user interfaces' design and development process. With the View Transitions API making its way into a majority of browsers, we must remember to consider accessibility requirements and build with them in mind.