All Episodes
Displaying 21 - 40 of 125 in total
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...