Alvin Chow

A blog about engineering and stuff

Home Categories Photography About

Building a Framework-Independent Python Backend

January 19, 2021

My template for building a modern Python backend service that's not tied to a specific framework.
Read More

SQLAlchemy PostgreSQL 64-bit ID Generation

December 22, 2020

Introducing SQLAlchemy-Postgres-BigInt-ID, a library to automate 64-bit IDs in SQLAlchemy and PostgreSQL.
Read More

Microservices Migration Case Study

December 21, 2020

Migrating a monolithic codebase to microservices in seven months at Trusttoken.
Read More

Python Protobuf Serialization Library

May 16, 2020

Introducing protobuf-serialization-py, helpers for Python gRPC protobuf serialization/deserialization.
Read More