Productionizing apps

  • Microservices and tight coupling (SRP OR SOC)

  • The Idea of abstraction in software engineering & It’s relation to how we could create a good API.

  • Important distinction: Business Logic Vs App Logic

    • App Logic –> is all about how the user interacts with the app

    • Business Logic –>is all about the data inputs based on your business

  • What else comes to your mind when you move DS project to production?