Mar 20 · 5 min read · Originally published at Gothar Tech Part of our 2025 software architecture series. Beyond Framework Maximalism: HTMX, Hono, and WebAssembly in Production How Oxide uses HTMX, Hono, and WebAssembly to build a faster, clearer web architecture Teams r...
Join discussionMar 17 · 5 min read · import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; For over a decade, Drupal developers have relied on Drupal.ajax — a powerful but heavy abstraction layer over jQuery — to handle dynamic interactions. With jQuery's slow sunset and...
Join discussion
Mar 3 · 5 min read · HTMX: Server-Side HTML for the Modern Web HTMX challenges a core assumption of modern web development: that dynamic web interfaces require JavaScript frameworks managing state and rendering on the client. HTMX takes the opposite approach — let the se...
Join discussionFeb 25 · 16 min read · Svelte 5 Islands in Spring Boot with Kotlin: The Preact Alternative In my previous post I showed how to use Preact Islands to handle the 5% of interactions where Alpine.js falls apart. Preact works gr
Join discussion
Feb 18 · 16 min read · I build my webserver-rendered web applications with Spring Boot, Thymeleaf, and HTMX. I sprinkle some Alpine.js on top for dropdowns and toggles. And for 95% of interactions, this stack is perfect. But then you hit that one feature – a kanban board w...
Join discussion
Feb 16 · 3 min read · 📝 Quick Summary: SubTrackr is a self-hosted subscription management application built with Go and HTMX. It allows users to track their subscriptions, visualize spending habits, receive renewal reminders, and manage their finances effectively. 🔑 Key...
Join discussionFeb 12 · 3 min read · HTMX + Alpine.js: Build Modern UIs Without React Bundle The Problem That Nobody Talks About I still remember the day when I discovered this the hard way. After months of using the old approach, I stumbled upon this solution and everything changed. Ta...
Join discussionJan 13 · 3 min read · Ever feel trapped between building websites the "old school" way with plain HTML, or drowning in JavaScript framework complexity? There's a brilliant middle ground you might be missing. The Problem We All Know You've got two typical choices for build...
Join discussion