BWBrady Watersinbradywalters.hashnode.dev·Nov 21, 2022 · 2 min readFrom Python To Rust Pt. 1: Bulk JSON File EditsAfter managing large a few large projects in Python, you may start having the desire to investigate more strongly typed languages, such as Golang or Rust. I’ve written a few small utilities in Go, and they work well in our design engineering automat...00
BWBrady Watersinbradywalters.hashnode.dev·Jun 19, 2021 · 2 min readFlask Application Factory Imports Done RightAre you working in a large Flask application and occasionally end up in circular import distress? The way your init.py file handles middleware and extensions plays a big role in your long term maintainability of the code base. Here is a quick examp...00