About Frank
Husband. Father. Internet Plumber. Tech Author. Amateur Photographer. Decent Cook.
Internet and efficiency expert by day, father and husband by night.
Spend my days working on complex software development, operations, and business problem consulting. Usually web based and often using Python, Django, ReactJS, PostgreSQL, and Kubernetes based infrastructure.
In the evenings, I focus on my amazing family and friends. Between the two I'm constantly busy, but never bored.
Posts
Random thoughts on tech and life.
Creating a PostgreSQL database using psycopg
Quotes around your tables got you down? Yeah me too. Creating, dropping or altering PostgreSQL objects with Python and psycopg is a bit tricky when it comes to identifiers like the names of databases, tables, and indexes.
rclone is pretty cool
I was able to quickly transfer all of the assets in one bucket to another quickly with rclone
Lets just try it
The consequences of casually implementing changes in a work process with a "let's just try it" mindset. Discerning changes which are measurably positive or widely accepted by your team.
The Napkin Plan
A techinque to avoid prematurely optimizing your code and architecture.