Player FM - Internet Radio Done Right
Checked 6d ago
Menambahkan one tahun yang lalu
Konten disediakan oleh Lazarus. Semua konten podcast termasuk episode, grafik, dan deskripsi podcast diunggah dan disediakan langsung oleh Lazarus atau mitra platform podcast mereka. Jika Anda yakin seseorang menggunakan karya berhak cipta Anda tanpa izin, Anda dapat mengikuti proses yang diuraikan di sini https://id.player.fm/legal.
Player FM - Aplikasi Podcast
Offline dengan aplikasi Player FM !
Offline dengan aplikasi Player FM !
hx-pod
Tandai semua (belum/sudah) diputar ...
Manage series 3550795
Konten disediakan oleh Lazarus. Semua konten podcast termasuk episode, grafik, dan deskripsi podcast diunggah dan disediakan langsung oleh Lazarus atau mitra platform podcast mereka. Jika Anda yakin seseorang menggunakan karya berhak cipta Anda tanpa izin, Anda dapat mengikuti proses yang diuraikan di sini https://id.player.fm/legal.
Join me while I learn HTMX and talk at you about it Twitter: @htmxlabs
…
continue reading
108 episode
Tandai semua (belum/sudah) diputar ...
Manage series 3550795
Konten disediakan oleh Lazarus. Semua konten podcast termasuk episode, grafik, dan deskripsi podcast diunggah dan disediakan langsung oleh Lazarus atau mitra platform podcast mereka. Jika Anda yakin seseorang menggunakan karya berhak cipta Anda tanpa izin, Anda dapat mengikuti proses yang diuraikan di sini https://id.player.fm/legal.
Join me while I learn HTMX and talk at you about it Twitter: @htmxlabs
…
continue reading
108 episode
Semua episode
×Codin' Dirty essay: https://htmx.org/essays/codin-dirty/ One of many in the htmx/uncle bob twitter feud: https://x.com/unclebobmartin/status/1917306604267135311

1 Does htmx application structure exist? 11:29
11:29
Putar Nanti
Putar Nanti
Daftar
Suka
Menyukai11:29
Answer: Yes. But its different, because htmx is not a framework
Datastar signals let you do front end stuff like alpine & hyperscript Demo: https://hypecp.com/demos/datastar-signals Video: https://youtu.be/csPFLpm8OYI Bad Apple: https://data-star.dev/examples/bad_apple

1 hx-pod behind the scenes (cross-posted from the CST podcast) 1:19:29
1:19:29
Putar Nanti
Putar Nanti
Daftar
Suka
Menyukai1:19:29
Is Laz doing too many things at once?

1 World's easiest live dashboard with htmx 7:03
7:03
Putar Nanti
Putar Nanti
Daftar
Suka
Menyukai7:03
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-trigger The visual version of this episode: https://www.youtube.com/watch?v=NU3FEHJRMEs
Any Back-end. How html is generated doesn’t matter HATEOAS - No virtual DOM No build step, No Node or npm Don’t care about package size - as long as no dependency chain Load things as you need them (page and assets) Nothing is faster or more efficient than html
yes my first one was a technical debacle, and that's ok
Universal Studios in Orlando is a master class in efficiency.

1 Brock Benson - From vuejs to htmx: the good, the bad, and the ugly 2:03:56
2:03:56
Putar Nanti
Putar Nanti
Daftar
Suka
Menyukai2:03:56
Mayples on Twitter: https://x.com/mayples_co In this episode I talk to Brock Benson, creator of Mayples, a business valuation SaaS. Last year, Brock made the decision to rewrite his large-scale, Live VueJS production app into an htmx app. During this rebuild, Brock went on a journey into the internals of htmx, built his own extensions, embraced _hyperscript, and pushed against the limits of htmx. Does it scale? What were the pain points? What tricks did he come up? How does it compare with his earlier Vue version of the same app? I hope you enjoy this in-depth conversation with premiere htmx application developer Brock Benson.…

1 Introducing Fixi, the minimalist hypermedia library by Jason Cross 55:54
55:54
Putar Nanti
Putar Nanti
Daftar
Suka
Menyukai55:54
Fixi: https://github.com/bigskysoftware/fixi Fixi is a new hyper-minimalist javascript library. At less than 4kb, it gives much of the power of similar hypermedia libraries like htmx, with a new stream-lined approach. Use attributes like fx-action, fx-method, fx-trigger, and fx-swap to perform ajax requests to work with html from your server. In this episode Lazarus talks to its creator, Jason Cross. Chapters (from AI) 00:00 Introduction to Hypermedia Frameworks 02:49 Exploring HTMX and HTMZ 05:58 The Philosophy Behind Fixi 09:03 The Lean Software Approach 11:59 Minimalism in Fixi 15:06 Attributes and Functionality of Fixi 17:55 Comparing Fixi and HTMX 21:03 Copy and Paste Philosophy in Development 23:51 Debugging and Size Considerations 26:57 Future of Fixi 29:45 The Philosophy of Open Source and Simplicity 31:33 View Transitions and User Experience 36:32 Design Decisions in Fixi vs HTMX 38:27 Collaboration and Maintenance of Open Source Projects 41:11 Attribute Inheritance and Locality of Behavior 42:07 Event Handling and Extensions in Fixi 46:32 JavaScript and the Future of Web Development…

1 The core difference between htmx and datastar (correction) 7:52
7:52
Putar Nanti
Putar Nanti
Daftar
Suka
Menyukai7:52
Datastar experiment: https://hypecp.com/wave Youtube: https://www.youtube.com/watch?v=UXPD3LblwVA

1 Where datastar fits in (for me, right now) 13:36
13:36
Putar Nanti
Putar Nanti
Daftar
Suka
Menyukai13:36
datastar fills some gaps in htmx

1 Building the perfect hypermedia modal 17:56
17:56
Putar Nanti
Putar Nanti
Daftar
Suka
Menyukai17:56
The 100-year modal https://hypecp.com/#htmx-hx-essentials-examples

1 Speedify your site by dumbening your browser 10:48
10:48
Putar Nanti
Putar Nanti
Daftar
Suka
Menyukai10:48
The original tweet with the tweet that breaks your browser: https://x.com/defnotbeka/status/1878009000161407021 Hypermedia shines when the data on the page gets big
#my-id -> 1 0 0 .my-class -> 0 1 0 button -> 0 0 1 #my-id .my-class -> 1 1 0 id | class | type https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity
2 things > 1 thing
h
hx-pod

Building hypecp.com What are the htmx "essential" attributes?
https://www.youtube.com/watch?v=QSCiNKWC24c
h
hx-pod

1 Exploring Unpoly JS with creator Henning Koch 1:23:56
1:23:56
Putar Nanti
Putar Nanti
Daftar
Suka
Menyukai1:23:56
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://unpoly.com Unpoly has been around for a decade and is used in production by companies all around the world, including Bosch, Volkswagen, Audi, and Siemens. https://github.com/unpoly/unpoly/discussions/666…
h
hx-pod

hypecp.com https://www.youtube.com/watch?v=QZipE9zn-Og
h
hx-pod

1 Building hypecp.com - 01 - Public suggestions 6:18
6:18
Putar Nanti
Putar Nanti
Daftar
Suka
Menyukai6:18
New season of building in public! Want to upvote or downvote people's suggestions?
h
hx-pod

1 Server-driven web apps w/ R. Mark Volkmann 1:08:16
1:08:16
Putar Nanti
Putar Nanti
Daftar
Suka
Menyukai1:08:16
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-swapping, and much more! The book: https://pragprog.com/titles/mvhtmx/server-driven-web-apps-with-htmx/ A talk on htmx: https://www.youtube.com/watch?v=U3CYrD2ry-U A blog on EVERYTHING: https://mvolkmann.github.io/blog/topics/ The Notes directory: https://github.com/mvolkmann/MyUnixEnv/tree/master/notes…
h
hx-pod

1 Hyperview: Server-driven mobile app development 1:21:31
1:21:31
Putar Nanti
Putar Nanti
Daftar
Suka
Menyukai1:21:31
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/Android app, then populate it using XML and hypermedia, htmx-style inspired concepts. Hyperview is extensible, so you can find or build your own plugins. Links discussed: Website: https://hyperview.org Hyperview Github Repo (best place to ask questions): https://github.com/instawork/hyperview Discussion about client-side validation: https://github.com/Instawork/hyperview/discussions/332 Examples of defining multiple behaviors: https://hyperview.org/docs/reference_behavior…
h
hx-pod

1 hypecp.com, the hypermedia copy and paste site 31:08
31:08
Putar Nanti
Putar Nanti
Daftar
Suka
Menyukai31:08
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
h
hx-pod

1 I rewrote my entire product in a weekend with htmx 1:17:54
1:17:54
Putar Nanti
Putar Nanti
Daftar
Suka
Menyukai1:17:54
Eric Harrison, MakeStartups Original twitter post: https://twitter.com/blister/status/1752357600547545356 For-Profit: https://makestartups.com Non-Profit (school): https://makestartups.org Personal website: https://ericharrison.info
h
hx-pod

1 The 100-year web service w/ Alex Petros 1:18:00
1:18:00
Putar Nanti
Putar Nanti
Daftar
Suka
Menyukai1:18:00
Home site: https://alexanderpetros.com/ Utah JS talk (100 year web service): https://www.youtube.com/watch?v=lASLZ9TgXyc Big Sky Dev Con Talk (Life and Death of Htmx): https://www.youtube.com/watch?v=1g5ruM-16_Y&t=2684s Triptych Proposals: https://alexanderpetros.com/triptych/ Blog: https://unplannedobsolescence.com/…
h
hx-pod

1 Tanner Bass reaches out with an "opportunity" on htmx labs 17:32
17:32
Putar Nanti
Putar Nanti
Daftar
Suka
Menyukai17:32
Tanner Bass claims to speak on behalf of the CEOS
h
hx-pod

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

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
Selamat datang di Player FM!
Player FM memindai web untuk mencari podcast berkualitas tinggi untuk Anda nikmati saat ini. Ini adalah aplikasi podcast terbaik dan bekerja untuk Android, iPhone, dan web. Daftar untuk menyinkronkan langganan di seluruh perangkat.