Lazarus

hx-pod

Join me while I learn about web fundamentals and talk at you about itTwitter: @all__hype

Author

Lazarus

Category

Technology

Podcast website

twitter.com

Latest episode

Jul 11, 2026

Where to listen?

Podcasts in the app Replaio Radio Coming soon

Podcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts

Get it on Google Play Install for free Android 5M+ downloads · 4.8 rating iOS soon

Episodes

Tanner Bass reaches out with an "opportunity" on htmx labs 25.10.2024

Tanner Bass claims to speak on behalf of the CEOS

Soon: Building htmxlabs.com in public 16.10.2024

Got a problem? Tell me all about it at https://htmxlabs.com

3 years of htmx + Django 03.10.2024

Lucas Pires of CheckSec on when to use htmx and django -- and when NOT too Links: PyCon PT 23 | Building advanced back-office interfaces using Django & HTMX https://www.youtube.com/watch?v=hdLWZQb8pkE

Using TailwindCSS with #nobuild 30.09.2024

Ok, so different build (no Node js, no npm, no yarn) https://tailwindcss.com/blog/standalone-cli

The vanilla web needs an A+ ui kit 27.09.2024

Sahil's tweet: https://x.com/shl/status/1839686512767627310 Where is our ShadCN? Where is our Flux UI? Where is our Tailwind UI?

Expanding the hypermedia mindset w/ Datastar creator Delaney Gillilan 23.09.2024

Hypermedia contrained by ajax and network calls? No way -- Delaney is here to expand your mind with 60fps hypermedia streaming to your browser! Data Star: https://data-star.dev Grugs around the Fire: https://data-star.dev/essays/grugs_around_fire

Getting started with htmx: A John Dietrich® Story 16.09.2024

John is ready to build something real. What if it went straight into production as a dashboard widget?

Building a slick comparison tool with htmx 11.09.2024

See what I'm talking about: https://x.com/htmxlabs/status/1831510008946708959 Shoutout to reddit user Thoram https://www.reddit.com/r/htmx/comments/125gha4/prevent_scrolling_on_hxboost/

Software that lasts, a story 29.08.2024

My father in law runs his business using a CAD app running on a floppy disk. No, I'm not kidding

Building a framework on top of htmx (Sprig) - with htmx contributor Ben Croker 20.08.2024

Ben Croker is building Sprig for CraftCMS, a reactive framework for CraftCMS built using htmx. As one of the top contributors to htmx, Ben also shares his tips on contributing to open source. Sprig Cookbook: https://putyourlightson.com/sprig/cookbook Ben on Twitter: https://x.com/ben_pylo Craft CMS: https://craftcms.com http://devMode.fm Ben Croker + Carson Gross podcast episode: https://devmode.f...

Empowering Junior Devs with htmx - Sheena O'Connell 29.07.2024

An HTMX success story https://www.sheenaoc.com/articles/2024-06-30-htmx Sheena joins to talk about how she teaches her junior devs to teach noob devs how to become junior devs

Karson's Korner - A conversation on practice before theory, hx-swap-oob, and optimistic uis with htmx creator Carson Gross 22.07.2024

Practice over theory. hx-swap-oob. optimistic uis. the secret to making memes

Building a modal, PART 2 17.07.2024

<dialog> tag is great https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog

The advantage of being dumb 10.07.2024

Ignorance is bliss

PRO: Produce, Review, Optimize - marketing with htmx ceo John Dietrich 08.07.2024

John says what's up with marketing for small businesses Youtube: https://www.youtube.com/watch?v=S7BX2ocn7XM

How to build a modal with htmx 02.07.2024

What's an efficient/great way to add modals using htmx?

Anthony Alaribe on building a company with htmx and leveraging the browser 24.06.2024

Anthony's talk at Big Sky Dev Con: https://www.youtube.com/watch?v=uVKSmR_hBMs&t=9142s This episode on youtube (i.e. see faces) https://www.youtube.com/watch?v=LQfKmpx7QZ8

Large table pattern using htmx 20.06.2024

Mentioned, how to submit and reset a form on success using htmx: <form hx-post="/admin/candidates"            hx-target="#candidates_add_form"            hx-swap="beforebegin"             hx-on::after-request=" if(event.detail.successful) this.reset()"   > This assumes the last row is the add form, and places the newly added item directly above it.

Htmx headers: Season 3 Recap 13.06.2024

"We've done them all now" All headers grouped ===========> REQUEST HEADERS ======> Flags *HX-Boosted - was it a boosted link *HX-Request - is it an htmx request *HX-History-Restore-Request - is it a back button restore request ======> Auto-sent variables *HX-Current-URL - current url page is at *HX-Target - id of target if has id *HX-Trigger-Name - which element triggered it by name *HX-T...

I went to Big Sky Dev Con 2024 so you don’t have to 09.06.2024

i went to #BSDC2024 (not an htmx con) so you don't have to.  here's my own recap of all the talks Every talk is available to watch at: https://bigskydevcon.com 1:26 - The htmx guide to gonzo open source marketing by Carson Gross 8:23 - The Life & Death of HTMX by Alex Petros 13:29 - Hypermedia Middleware: Introducing Walrus by Ben Damman 17:14 - htmx sucks and now you're gonna hear about it (M...

Htmx response headers: HX-Trigger, HX-Trigger-After-Swap, HX-Trigger-After-Settle 05.06.2024

Use this response header to send event trigers to ANY client side browser event (javascript, htmx, custom, etc) HX-Trigger - as soon as response received HX-Trigger-After-Swap - after new html is swapped in HX-Trigger-After-Settle - after new html is settled and processed by browser single event HX-Trigger:event multiple events HX-Trigger:event1, event2  single event with value HX-Trigger:{“event1...

Htmx response headers: HX-Reselect 03.06.2024

{ "HX-Reselect": "#one-div-inside-html" }

Is optimistic UI the "final boss" of htmx? (and livewire, unpoly, liveview, hotwire, etc) 31.05.2024

This episode explores what an optimistic ui might look like in htmx. Also: is it what we want to do? Is it even possible? Or is it incompatible with the idea of having the dom as the true application state? Original tweet: https://x.com/noahflk/status/1795758603577545035 DHH responses:  https://x.com/dhh/status/1796163806650868149 Htmx guy responses: https://x.com/htmx_org/status/17961825548835392...

Htmx response headers: HX-Retarget 29.05.2024

{ "HX-Retarget": "#my-special-target" }

Htmx response headers: HX-Reswap 24.05.2024

Override your "hx-swap=" attribute.  Correct your hx-swap mistake! Do it now!!!

Listen to the hx-pod podcast in Replaio

Radio and podcasts in one app - free, with no sign-up. Install today and do not miss the launch

Get it on Google Play

Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.