category · AMBER
AJAX & Modern Web
5 articles
Articles

Islands Architecture and the Return to Shipping Less JavaScript
For anyone who has watched web development long enough, the newest fashionable idea often carries a familiar echo. Islands architecture is one of those ideas. It proposes that a w…

The Server-Side Rendering Comeback That Reshaped the Web
For anyone who has built web applications long enough, the current enthusiasm for server-side rendering carries a distinct sense of déjà vu. The idea of the server producing HTML…

How to Build a Real-Time Crypto Price Tracker with AJAX
A real-time crypto price tracker is one of the best projects for learning modern web data flows. It touches everything: external APIs, polling versus streaming, AJAX updates, WebS…

How AJAX Powers the Modern Casino Front End
A decade ago a casino lobby was a sea of static thumbnails wrapped in full page reloads. Click a category, wait for the server to render a fresh HTML document, repeat. Today that…

HTMX and the UpdatePanel — Why the Original AJAX Pattern Came Back Twenty Years Later
For about three years now, HTMX has been the framework you cannot avoid in developer Twitter, Hacker News threads, and conference talks. It is positioned, by its creators and most…