All Episodes
Displaying 1 - 30 of 107 in total
Does htmx application structure exist?
Answer: Yes. But its different, because htmx is not a framework

Datastar signals
Datastar signals let you do front end stuff like alpine & hyperscriptDemo: https://hypecp.com/demos/datastar-signalsVideo: https://youtu.be/csPFLpm8OYIBad Apple: https...

hx-pod behind the scenes (cross-posted from the CST podcast)
Is Laz doing too many things at once?

World's easiest live dashboard with htmx
This might be the fastest, easiest way possible to make your dashboard live!Basically just do polling with an hx-get, hx-select, and an hx-triggerThe visual version of...

A unified theory of hypermedia
Any Back-end. How html is generated doesn’t matterHATEOAS - No virtual DOMNo build step, No Node or npmDon’t care about package size - as long as no dependency chainLo...

Going Live
yes my first one was a technical debacle, and that's ok

Getting inspired by efficiency
Universal Studios in Orlando is a master class in efficiency.

Brock Benson - From vuejs to htmx: the good, the bad, and the ugly
Mayples on Twitter: https://x.com/mayples_coIn this episode I talk to Brock Benson, creator of Mayples, a business valuation SaaS. Last year, Brock made the decision t...

Introducing Fixi, the minimalist hypermedia library by Jason Cross
Fixi: https://github.com/bigskysoftware/fixiFixi is a new hyper-minimalist javascript library. At less than 4kb, it gives much of the power of similar hypermedia libra...

The core difference between htmx and datastar (correction)
Datastar experiment: https://hypecp.com/waveYoutube: https://www.youtube.com/watch?v=UXPD3LblwVA

Where datastar fits in (for me, right now)
datastar fills some gaps in htmx

Building the perfect hypermedia modal
The 100-year modalhttps://hypecp.com/#htmx-hx-essentials-examples

Speedify your site by dumbening your browser
The original tweet with the tweet that breaks your browser:https://x.com/defnotbeka/status/1878009000161407021Hypermedia shines when the data on the page gets big

The basics of css specificity
#my-id -> 1 0 0.my-class -> 0 1 0button -> 0 0 1#my-id .my-class -> 1 1 0id | class | typehttps://developer.mozilla.org/en-US/docs/Web/CSS/Specificity

Do two things at once
2 things > 1 thing

Htmx "essentials" - 4 or 5 attributes?
Building hypecp.comWhat are the htmx "essential" attributes?

Building hypecp.com - hx-get
https://www.youtube.com/watch?v=QSCiNKWC24c

Exploring Unpoly JS with creator Henning Koch
Henning Koch, creator of Unpoly, discusses where his hypermedia framework sits in the ecosystem, why he built it, and why he favors Convention over Configuration.https...

What does building in public mean?
hypecp.comhttps://www.youtube.com/watch?v=QZipE9zn-Og

Building hypecp.com - 01 - Public suggestions
New season of building in public!Want to upvote or downvote people's suggestions?

Server-driven web apps w/ R. Mark Volkmann
The exceptionally prolific R. Mark Volkmann talks about his book "Server-Driven Web Apps with htmx", along with his approach to learning, writing, teaching, hx-swappin...

Hyperview: Server-driven mobile app development
Adam Stepinski, creator of Hyperview and co-author of Hypermedia Systems, explains how and why developed Hyperview.Hyperview lets you create a shell for your iOS/Andro...

hypecp.com, the hypermedia copy and paste site
Lazarus is joined by guest Lazarus to talk about his new project, hypecp.com, which bears a striking resemblance to his old project, htmxlabs.com

I rewrote my entire product in a weekend with htmx
Eric Harrison, MakeStartupsOriginal twitter post:https://twitter.com/blister/status/1752357600547545356For-Profit: https://makestartups.comNon-Profit (school): https:/...

The 100-year web service w/ Alex Petros
Home site: https://alexanderpetros.com/Utah JS talk (100 year web service): https://www.youtube.com/watch?v=lASLZ9TgXycBig Sky Dev Con Talk (Life and Death of Htmx): h...

Tanner Bass reaches out with an "opportunity" on htmx labs
Tanner Bass claims to speak on behalf of the CEOS

Soon: Building htmxlabs.com in public
Got a problem? Tell me all about it athttps://htmxlabs.com

3 years of htmx + Django
Lucas Pires of CheckSec on when to use htmx and django -- and when NOT tooLinks:PyCon PT 23 | Building advanced back-office interfaces using Django & HTMXhttps://www.y...

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