rogulski.it

My name is Piotr, a passionate pythonista and this is my blog!

    Recent posts

    May 1, 2022
    Install psycopg2-binary on Apple M1 siliconSet up postgresql with psycopg2 on M1 silicon
    Jan 24, 2022
    Django multi-select choice field in admin panelDifferent ways to create a multi-select field with custom choices as array or JSON field
    Jan 22, 2022
    Using DynamoDB with FastAPIHow to build an app using FastAPI and DynamoDB AWS
    Oct 24, 2021
    Pytest with respx and vcr! The best way to test remote service requestsQuick guide how to test remote services on httpx using respx and vcr
    Oct 15, 2021
    Python type annotation improvement with Generic and TypeVarType 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 SQLAlchemySetup for ssl connection using sqlalchemy. Example includes AWS RDS certificates