rogulski.it
My name is Piotr, a passionate pythonista and this is my blog!
Home
All posts
Tags
Recent posts
Oct 15, 2021
Python type annotation improvement with Generic and TypeVar
—
Type annotation in the latest Python projects is becoming a standard. In this post I want to share my recommended way to solve some issues and improve the code quality
Oct 13, 2021
SSL connection setup using PostgreSQL and SQLAlchemy
—
Setup for ssl connection using sqlalchemy. Example includes AWS RDS certificates
Oct 9, 2021
SqlAlchemy 1.4 async ORM with FastAPI
—
Tutorial on how to build a service using async ORM and Python framework
Oct 4, 2021
Checkout what's new in Python 3.10
—
New Python is here! Introducing new cool features like structural pattern matching, parenthesized context managers, typing improvements and more!
Jun 10, 2021
The best pre-commit config for Python code
—
Pre commit is a helpful tool for keeping your code clean, autoformatted and readable.
Jun 6, 2021
My experience with FastAPI and async database connection
—
Find out how to run FastAPI with PostgreSQL and SQLAlchemy using asyncio.
← Prev page
Next page →