ACCESSIBILITYAnnouncing Dynamic Changes in Vue with aria-liveHow to make dynamic content changes visible to screen readers using aria-live regions, and how to wrap it into a reusable composable.
ACCESSIBILITYKeyboard Navigation in Composite WidgetsRoving tabindex vs aria-activedescendant — when to use each pattern, with interactive demos and implementation examples.
BACKENDTypesense Schema Migrations in LaravelHow to patch Typesense collections at deploy time using Laravel migrations instead of flushing and re-indexing.
NUXTServer-Side Auth in Nuxt: From 4 Redirects to ZeroHow moving OAuth handling from client middleware to Nitro server middleware eliminated redundant redirects and made every authenticated page load instant.