Latest Posts
htmx html
Day 7: Out of Band Swaps
Updating multiple things at once. The power of hx-swap-oob.
Read Article
htmx html
Day 6: Loading States
Polishing the UX. Using hx-indicator to show spinners and disable buttons during requests.
Read Article
htmx html
Day 5: Parameters & Payloads
Sending data to the server. hx-vals, hx-include, and form submissions.
Read Article
htmx html
Day 4: The Art of the Swap
How content is replaced. innerHTML, outerHTML, beforebegin, and afterend.
Read Article
htmx html
Day 3: Targeting Elements
Precision updates. Using hx-target to update specific parts of the DOM.
Read Article
htmx html
Day 2: Trigger Happy
Mastering interactions. Click, change, load, revealed, and modifiers like delay and throttle.
Read Article
htmx html
Day 1: The Hypermedia Mindset
Why htmx? Understanding Hypermedia Driven Architecture (HDA) and sending your first request.
Read Article
svelte javascript
Day 14: Final Project - Note Taker
Putting it all together. Build a CRUD Note Taking app with Svelte 5 and SvelteKit.
Read Article
svelte javascript
Day 13: Form Actions
The right way to mutate data. Server-side form handling without API endpoints.
Read Article