Technology Software Engineering Backend DevelopmentTemporal Time-Skipping: The Clock You Didn't Know ExistedHow Temporal's time-skipping test server works, why it broke my workflow tests, and the mental model that finally made it click.
Technology Web DevelopmentWhat Actually Is ASGI? A Journey from Confusion to ClarityDemystifying ASGI by following one developer's journey from framework confusion to understanding the bare-bones protocol that powers modern Python async web servers
Python FastAPI SQLAlchemyAsync SQLAlchemy Journey: From Confusion to ClarityExploring the pitfalls and revelations of migrating from synchronous to async SQLAlchemy with FastAPI