Blog posts

Cover image for Distance, Climbing and Averages Data

Distance, Climbing and Averages Data

Some of the functionality of my cycle computer that I really like is the ability to see currently accumulated height and distance. So obviously thi

pythonORMhypecycle
Cover image for Using a Dataclass for Shared Asyncio State

Using a Dataclass for Shared Asyncio State

When I initially started the hypecycle backend project, I needed a way to keep a shared state between all the asyncio tasks that were running. The

pythonasynciodataclass