I write a lot of Python code in my day to day life to help me with things I need to get done. Looking up data, scraping web pages, basic…
READ MOREIn a few side projects, I have been using Pydantic with MyPy, to provide static type checking and runtime validation or serialization for…
READ MOREI suffer from a problem that's familiar to a lot of developers, which we can call "Side Project Restarting Syndrome". There's a lot of neat…
READ MORELots of great, high-power tools already exist for working with massive batch jobs, such as Hadoop and Apache Spark. However, maybe you're…
READ MOREIf you're like me, you're a fan of "trunk based" git repos with lots of small branches for individual features. This is a great way to work…
READ MORE