Building a browser API in one shot
An experiment using AI to build a working IndexedDB browser API implementation from scratch, aiming to pass Web Platform Tests.
An experiment using AI to build a working IndexedDB browser API implementation from scratch, aiming to pass Web Platform Tests.
A guide to using IndexedDB for client-side data storage in Blazor web apps, focusing on the Reshiru.Blazor.IndexedDB.Framework NuGet package.
A technical overview of client-side storage methods in web browsers, including Cookies, Local Storage, Session Storage, and IndexedDB.
Part 2 of a PWA series: Using IndexedDB for offline data storage to enable instant loading of content in a Progressive Web Application.