Web development (3 articles)
- Backend Engineering
How Hono and Elysia Are Challenging Express and Fastify
- frontend development
TanStack Start: A Modern Approach to Server-Side Rendering and Routing
Discover how TanStack Start enhances web development with server-side rendering, isomorphic loaders, and advanced routing capabilities.
- Web development
IndexedDB and Web Workers: A Guide to Offline-First Web Apps
IndexedDB is a low-level browser API enabling significant structured data storage, ideal for offline applications. It supports large data volumes, advanced querying, and ACID transactions, unlike simpler storage options. As the standard for client-side databases, it allows developers to create efficient, user-friendly applications, particularly in Progressive Web Apps.