Tag: javascript
-
Astro Framework: Build Content Sites That Ship Zero JavaScript by Default
Astro renders pages to pure HTML at build time and only hydrates interactive components you explicitly opt in. The result: absurdly fast websites.
-
htmx: Build Dynamic Web Apps Without Writing JavaScript
htmx lets any HTML element make HTTP requests and swap DOM content. No build step, no framework, no client-side state management. Just HTML attributes.
-
Cloudflare Workers: Build and Deploy Edge APIs in Under 10 Minutes
//
Cloudflare Workers run your code on 300+ edge locations worldwide. Sub-millisecond cold starts, no containers, no regions to choose. Build one now.
-
Web Components in 2026: Build Framework-Agnostic UI That Works Everywhere
Web Components let you build encapsulated, reusable UI elements that work in any framework or none at all. The platform has finally caught up to the promise.
-
TypeScript Tips & Tricks: Patterns That Separate Juniors from Seniors
Level up your TypeScript: generics, discriminated unions, utility types, template literals, satisfies, and mapped types.
