All Posts - Page 1

A Lazy Girl's Guide to Python's Multiprocessing

Apr 3rd 2021

tutorial

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 MORE

Custom Validated Types in Python for MyPy and Pydantic

Nov 17th 2019

tutorial

In a few side projects, I have been using Pydantic with MyPy, to provide static type checking and runtime validation or serialization for…
READ MORE

React Django CookieCutter - Fullstack Web Application Template

Nov 2nd 2019

announcement

I 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 MORE

MapReduce in Python With Dramatiq And Docker - in Less Than 50 Lines!

Oct 4th 2019

Lots of great, high-power tools already exist for working with massive batch jobs, such as Hadoop and Apache Spark. However, maybe you're…
READ MORE

Git Rebase Demystified- Explained for Beginners

Jul 1st 2019

tutorial

If 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