10 Matching Annotations
  1. Oct 2023
  2. Oct 2022
    1. microservice typically implements a set of distinct features or functionality. Each microservice is a mini‑application that has its own architecture and business logic
    2. A monolithic application is a single-tiered software application in which different modules are combined into a single program
    1. Microservices, or microservices architecture, are the modern methods of designing software applications that compartmentalize the software into chunks of small and independent services
  3. May 2022
  4. Jul 2017
    1. As we're now recognizing, often the best way to find out if a software idea is useful is to build a simplistic version of it and see how well it works out

      một điều cần nhớ

    2. You cannot assume that you can take an arbitrary system and break it into microservices. Most systems acquire too many dependencies between their modules, and thus can't be sensibly broken apart. I've heard of plenty of cases where an attempt to decompose a monolith has quickly ended up in a mess. I've also heard of a few cases where a gradual route to microservices has been successful - but these cases required a relatively good modular design to start with.

      cẩn thận không tạch

  5. Apr 2017
  6. Mar 2015