Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Design: Modular Monolithic Architecture with SPA

Anjali Sharma answered on February 2, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • Evaluate: Modular Monolithic Architecture with SPA
  • Benefits of Modular Monolithic Architecture
  • What is Monolithic Architecture?
  • What are main differences between Microservices and Monolithic Architecture?
  • Modular Monolithic Architecture Patterns
  • Write difference between Monolithic, SOA and Microservices Architectu
  • benefits and drawbacks of monolithic applications
  • What are the drawbacks of Modular Monolithic Architecture?
  • What is a benefit of headless architecture compared to traditional monolithic architectures?
  • Learn: Monolithic Architecture
  • Design: First version of Monolithic Architecture
  • Design & Iterate : Monolithic Architecture
  • Design our E-Commerce application with Layered Monolithic Architecture
  • Design: Layered Monolithic Architecture Steps
  • DEMO: Layered Monolithic Architecture Code Review
  • Modular Monolithic Arcihtecture
  • Benefits and Challenges of Modular Monolithic Architecture
  • The Dependency Rule of Modular Monolithic Architecture
  • Learn: Modular Monolithic Architecture
  • Vertical Slices with Modular Monolithic Architecture
  • E-Commerce with Modular Monolithic Architecture
  • Monolithic Architecture Vertical Considerations
  • Adapt: Modular Monolithic Architecture with SPA
  • DEMO: Modular Monolithic Architecture with SPA Code Review
  • What are the drawbacks of monolithic architectures?
  • disadvantages of monolithic architecture
  • Why Monolithic Architecture is shining ?
  • Monolithic architecture should not be used when:
  • Limitations of monolithic architectures versus its solution with microservices architectures

  • Design: Modular Monolithic Architecture with SPA

    0

    The “monolithic” engineering team was split into more teams, so more than one team needed to work on the same application and this caused few headaches:

    Code had too many dependencies; Team A, as an example, could update a component used also by code developed by team B and this change, in worst cases (so, the common ones), would create unexpected regressions on team B code;

    Increased code duplication risk; without an exceptional communication quality and frequency among teams, we could incur in the chance of having multiple teams implementing the same (or very similar) component without realizing it;

    Deploy process was very complex: we needed to wait for all teams to end their own implementations to be able to release the application, we could not deploy just parts of it;

    Some of our technical decisions were based on the required support of obsolete browsers (ie8, ie9 as main examples) but enterprise companies were ready to let them go, so it was not impossible anymore to force them dropping support for old versions. We waited until we could deprecate anything below IE11.

    https://medium.com/thron-tech/single-page-application-from-monolithic-to-modular-c1d413c10292

    Popularity 1/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 02 2023
    Anjali Sharma
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.