I spent a weekend debugging a bundling issue that happened with 30% probability . It was an issue that only expressed itself on our CI VMs - docker node-buster: 20, it happened because a dependency 4 times removed included babel and run commands that didn't jive with my apps vite and yarn.
@daskog17 күн бұрын
Rally great talk! thank you!
@hypermedia-tv16 күн бұрын
thank you!! i had a lot of fun
@jonl31619 күн бұрын
Great Interview, this was very helpful.
@hypermedia-tv18 күн бұрын
thank you!! i thought his story was fascinating
@piotr-nowak3 күн бұрын
It's nice to hear someone who doesn't cling to a framework and treats it as an oracle for writing a program. I like this new wave of programming returning to simplicity: less is more
@hypermedia-tv3 күн бұрын
simplicity has such long tail benefits!!
@maxmediagroup965719 күн бұрын
I remember in '95 building a .shtml wrap around center content that would change based upon the surrounding hyperlinks...cool stuff...
@maxmediagroup965719 күн бұрын
For your HTMX examples website: IMHO, submission of code that is pre-approved before display to avoid spam code...such code components need to work in order to build trust in the library and website...
@hypermedia-tv18 күн бұрын
yup, submission with personal approvals, i like it!
@hakdov649619 күн бұрын
I need to rename my ship in Helldivers to Locality of Behavior.
@Spilout19 күн бұрын
?
@hypermedia-tv19 күн бұрын
its currently called Separation of Concerns
@jimiscott19 күн бұрын
This conversation doesn't really convince me to use HTMX - sure if I am creating a simple website, but nothing more than that.
@hypermedia-tv18 күн бұрын
yeah, hopefully these conversations will show the stuff it is very good at and the stuff it doesn't have an easy path for. would be curious to hear your experience if you get into it!
@tehblister13 күн бұрын
I think the secret that I tried to get across is that htmx (or anything on the front end) is already solving the wrong problems. The secret to great developer experience is a strong backend stack and then getting a bunch of value out of light weight htmx as a front end helper. The magic happens on the server, not on the client.
@ThomasValadez-tv19 күн бұрын
I spent a weekend debugging a bundling issue that happened with 30% probability . It was an issue that only expressed itself on our CI VMs - docker node-buster: 20, it happened because a dependency 4 times removed included babel and run commands that didn't jive with my apps vite and yarn.