Web development
6 talks in this track
Streamlit meets WebAssembly - stlite
talk[Streamlit](https://streamlit.io/) is a popular framework for interactive web-based data apps in Python. However, there are some cases where users want to run their apps offline or without sending sen...
Robyn: A fast async Python web framework with a Rust runtime
talkPython web frameworks such as FastAPI, Flask, Quartz, Tornado, and Twisted are important for developing high-performance web applications and for their contributions to the web ecosystem. However, the...
Largest B2B pharma marketplace online: 7 years effors redone in a year thanks to python
talkWe improved the performance, reduced costs, and increased user engagement for the largest B2B pharmaceutical marketplace. Using Python Django, we made the website 4x faster, reduced infrastructure cos...
Unleashing the Power of Domain Driven Design and AWS with Python microservices
talkDomain Driven Design (DDD) is a design approach that puts the business model as the core ground modeling the system’s design and closes the gap between the business logic and code. Amazon Web Services...
How to scale old Django apps for free
talkIn the usual scenario, Django is served using WSGI server (gunicorn, uWSGI are the most popular) that work in pre-fork synchronous model, hence you will need multiple workers and have a “copy” of yo...
HTMX vs WASM - more backend or more frontend?
talkMozilla has been promoting WASM for years, on the other hand, HTMX is gaining attraction. Question is, do we want more frontend or more backend? Do we still need to write JavaScripts?