Skip to content

Modular Monolith project structure example

Modular Monolith project structure example

Cursuri interesante:

6 thoughts on “Modular Monolith project structure example”

  1. Hey Milan. I ordered the course and am working through it now. Is there any way to get support. I'm having problems getting my Docker containers up and running with the initial migrations and first module. Thanks.

  2. Millan this is THE BEST course so far. I took other MM courses from others but they all are… let's say "Not for real projects", they are like a proof of concept, nothing more. Your course is ready to apply to real projects.. a million thanks

  3. Since a I've discovered vertical slices, solutions like that looks insane to me.

  4. In my experience most applications don't need this "degree" of seperation. like 90% but it's nice to see one that applies this level of seperation 🙂

  5. I have written out an approach to making api endpoint/business rule process logic testing.

    You would essentially not need to test the api by using http clients. Instead, you would test the parameter inputs and outputs of the business logic. The api wouldnt need to be tested for correct data response.

    I was thinking you could use code gen for those tests and never test the coupling part as it would be assumed it would just work.

Leave a Reply

Your email address will not be published. Required fields are marked *