Jeremy Howard

Jeremy Howard

fastht.mlfastht.ml
Founding researcher at fast.ai
24 points
fastht.ml
Python's clean syntax and flexibility make it ideal for writing maintainable web application code, and it has an amazing ecosystem.
fastht.ml
Uvicorn is a web server which a web browser can talk to, and it in turn talks to an ASGI application, returning its results back to the browser.
fastht.ml
HTMX removes four critical constraints of HTML. It allows any event on any DOM element to call any HTTP method on any path and place the response anywhere in the DOM.