Ultimate Guide to Clean Architecture (Java / Spring Boot Examples)

Поділитися
Вставка
  • Опубліковано 4 січ 2025

КОМЕНТАРІ • 22

  • @CinematicQuest
    @CinematicQuest 26 днів тому +1

    I was practicing clean architecture in python and you just dropped this video.. thanks 👍

  • @universal4334
    @universal4334 26 днів тому +5

    Please do more videos on such like onion/hexogonal/DDD etc...with springboot examples. This helps a lot to be a good dev

    • @ByteMonk
      @ByteMonk  25 днів тому

      Please check out my microservices playlist in description where I have already talked about each of these patterns :), will do more in depth videos soon!

  • @tolotrarabefaly1333
    @tolotrarabefaly1333 22 дні тому

    Thank you for making a video of yours on that topic. I like you visuals as well as your clear and concise explanations.

  • @sandyj342
    @sandyj342 25 днів тому +1

    Brilliant and concise ❤

  • @sandeepurankar
    @sandeepurankar 26 днів тому +1

    Good and concise explanation. ✨

  • @rishikeshsanjekar
    @rishikeshsanjekar 23 дні тому +1

    You're doing awesome, keep it up!

  • @thirue8237
    @thirue8237 21 день тому

    Excellent ! very clearly explained. Thanks a lot

    • @ByteMonk
      @ByteMonk  17 днів тому

      Thankyou so much 😀.

  • @sathvikvutukuri9179
    @sathvikvutukuri9179 17 днів тому

    Excellent presentation

    • @ByteMonk
      @ByteMonk  17 днів тому

      Keep supporting us😊.

  • @JitterTed
    @JitterTed 25 днів тому +4

    Nice graphics, but overlooks the critical aspect of transactions and lack of Aggregates to make things like Ride Assignment safe.

    • @ByteMonk
      @ByteMonk  25 днів тому

      You’re absolutely right-transactions and Aggregates are crucial when designing a system, especially for something complex like Ride Assignment. Aggregates help maintain consistency within a bounded context, ensuring that operations like ride assignments are safe and conflict-free. While the video focused more on the high-level structure of Clean Architecture, covering transactional boundaries and aggregate design would add depth. Thanks for pointing this out-I’ll consider including these advanced concepts in future videos. Appreciate the thoughtful feedback! 😊

    • @devnarula6733
      @devnarula6733 25 днів тому

      ​@@ByteMonk why does this sound like gpt reply

    • @ByteMonk
      @ByteMonk  25 днів тому

      @@devnarula6733 each reply is carefully crafted, I review and write them all :)

    • @devnarula6733
      @devnarula6733 25 днів тому

      @@ByteMonk great man :)

  • @techyash9087
    @techyash9087 26 днів тому +1

    Awesome Video

  • @praveens2272
    @praveens2272 23 дні тому

    Clean over engineering, just structure your codebase with business layers and use interfaces to decouple implementations. That's it. We do it all the time at Netflix.

  • @Anythiny
    @Anythiny 26 днів тому +1

    keep going ❤

  • @jaldaadithya5053
    @jaldaadithya5053 16 днів тому

    How do you make these nice animations? Which software or program do you use to make these?

  • @VaibhavProgrammer
    @VaibhavProgrammer 25 днів тому

    Hi , what is then Controller, Service and Repository way of coding ?