Adam Parrish
Tech and Business Building Notes

Tech and Business Building Notes

Follow
homeApp DNAMBA LessonsMVP Buildingnewsletter
Series

Application DNA Framework

In this series, I will document a scalable approach to backend API and Architecture that is somewhere between a Monolith and a set of Microservices leveraging Python and Kubernetes.

Articles in this series

Application DNA // What is it?

Dec 9, 20221 min read 42 views

A multi tier architecture that is somewhere between a monolith and micro services · As you build out complex IT infrastructure projects you will want to...

Application DNA // What is it?

Application DNA // Work your way out from the back

Dec 9, 20225 min read 113 views

Persistence Modeling and Framework Considerations · Summary Who should read this? This article is for you if you are one or more of the following A...

Application DNA // Work your way out from the back

Downstream Data // Extract Transform Load

Dec 22, 20226 min read 555 views

Handling third party data via Workers and API calls · It's a common problem for all API engineers, inevitably you will be faced with a time when you...

Downstream Data // Extract Transform Load