Tag: Software Architecture

28 Jan, 2020
4 Ways to Learn Object-Oriented Design
Looking back over 2019 I realized I’ve had the privilege to work on a diverse set of software projects: Architecting and coding an Enterprise Transform and Load (ETL) project in Python and Django Building an SFTP platform using AWS lambda, Node, and Vue Adding major features and refactoring a...

18 Dec, 2018
Extract Transform and Load Overview
Part 1 of the Data Ingest Series The process of extract transforms and load (ETL) goes by many names: Data acquisition Data ingest Enterprise transform and load But they all are about getting external data into the system. The problem that most businesses face is that there are no...

06 Feb, 2018
Gotta Keep ‘Em Separated
I’ve got a concern, and I want to share it. You might or might not even care about it, that’s fine. You have your concerns and I have mine. Yet, we are able to interact with greater wholes while remaining decoupled. That’s how software architecture should manifest: with clear...