Good job proving me right.
None of you know what you're talking about.
I like to leverage some FP to bring readability to python from toolz import curried, pipe pipe(ages, curried.filter(lambda age: age > 17), list, len) This way you can follow - vertically - what happens, where, and why.…
HTMX is just HTML. HTMX substitutes a DOM element with the HTML response you get from an on-click HTTP request instead of redirecting to a new page. Claims of HTMX being yet another complexity or yet another JavaScript…
Good job proving me right.
None of you know what you're talking about.
I like to leverage some FP to bring readability to python from toolz import curried, pipe pipe(ages, curried.filter(lambda age: age > 17), list, len) This way you can follow - vertically - what happens, where, and why.…
HTMX is just HTML. HTMX substitutes a DOM element with the HTML response you get from an on-click HTTP request instead of redirecting to a new page. Claims of HTMX being yet another complexity or yet another JavaScript…