Web
5 talks from the 2022 edition.
-
5 Things we've learned building large APIs with FastAPI ▶ Recording 📝 Transcript
Maarten Huijsmans
FastAPI has become a very popular framework for building high-performance and well documented APIs in Python 3.6+. In this talk we share 5 things we've learned while building multiple APIs at InvestSuite.
-
But this is an OAuth, is it not? ▶ Recording 📝 Transcript
Sara Jakša
OAuth simplified and secured third-party integrations for the end user. But for the developer of the integration, it can still present some friction. This talk talks about examples of real-life problems that were...
-
It is all about files and HTTP ▶ Recording 📝 Transcript
Efe Öge
Why do some .pdf files open in a browser at a lick? At the same time, others wait for the answer of where to download? I know that some pages load as fast as lightning. Besides, There are examples which just poodle...
-
Navigating the limitations of Python’s concurrency model in web services ▶ Recording 📝 Transcript
Tarek Mehrez
How do web frameworks navigate the limitations of the Python concurrency model? In this talk we will dive into the inner workings of some of Python’s most commonly used frameworks. Then by looking into their...
-
Web based live visualisation of sensor data ▶ Recording 📝 Transcript
Jannis Lübbe
Raspberry Pis are great for interfacing directly with sensor hardware. However, users might prefer their familiar desktop computer or any mobile device to watch the measured data instantly. This is where a...