Python
4 talks in this track
Modern Python through FastAPI and friends
talkExplore some of the great features from modern Python and how to use them with FastAPI and friends. We will see how to make code that is less error-prone, simpler, more efficient, and have a great ...
Keeping your sanity with Python observability
talk- Were there situations that you felt that your software works, but it tends to crash and burn sometimes and you have no idea why? - Did you just add prints just to see what's going on? - Did you ev...
JWT and OAuth2. Should we reinvent the wheel?
talkWhen starting a new project - sooner or later you’ll probably come across a decision "How my platform users will get authorized?". In Corner Case Technologies we join client teams or take over other p...
Python Integers: nitty-gritty details
talkA deep technical dive into CPython's an integer type implementation: - What is an integer in C? Why new fancy languages have `u8`, `i8`, ..., `u64`, `i64` and Python only has `int`. - What is an i...