Application DNA // What is it?

Application DNA // What is it?

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 make sure that your application architecture accomplishes addresses many concerns:

  1. Is there enough abstraction and separation of concerns to address my business problems?

  2. Will my choices be scalable as my business needs grow?

  3. Will I be able to hire the staff required to support our growth?

  4. Can we avoid vendor lock-in and remain agnostic with minimal complexity?

  5. Is my application secure from nefarious actors?

This approach to systems design has proven itself to scale and work for numerous industries including Institutional Finance, Supply Chain, Blockchain Data, and Social Media applications.

This series will address each layer and the considerations to ponder when implementing and designing them for your team.