Spring Modulith Crash Course : Building Modular Monoliths using Spring Boot

Поделиться
HTML-код
  • Опубликовано: 25 авг 2024

Комментарии • 26

  • @shreyojitdas9333
    @shreyojitdas9333 2 месяца назад +2

    sir in this market where everyone is desperate to sell their courses you on other hand giving all ur great knowledge for years for free.....In this compititive market middle class students are always struggling to increase skills.....I pray to God for good to you and yor family for ur help for us.Please continue your great work making projects and everything necessay for us in RUclips.Thank you sir

    • @bijeesraj007
      @bijeesraj007 2 месяца назад

      100% agreed . Siva is a blessing for many .

  • @AzensEklak
    @AzensEklak 2 месяца назад

    It's always good to learn from you. Have been following you for your insights and experience regarding Java, Spring and life as a whole. Happy to learn something new each day.

  • @Anbu_Sampath
    @Anbu_Sampath 2 месяца назад

    Thanks Siva, very useful. Definitely need try in own project to get hands on with Spring Modulith.

  • @lts8683
    @lts8683 2 месяца назад

    Happy for you back ❤🎉🎉

  • @prasanthsanjeevi2563
    @prasanthsanjeevi2563 2 месяца назад

    Very useful video sir

  • @akristartimation7571
    @akristartimation7571 2 месяца назад

    very very helpful 😍

  • @adityamparikh
    @adityamparikh 2 месяца назад

    Thanks!

    • @sivalabs
      @sivalabs  2 месяца назад

      Thank you so much for your support 🙂

  • @lts8683
    @lts8683 2 месяца назад +2

    Why u write sql query by youself instead of delegate that to JPA?

    • @sivalabs
      @sivalabs  2 месяца назад +2

      Instead of loading the JPA entity and mapping it to a DTO, I directly fetch it as DTO (Record) using constructor expression.

  • @sengarsumit
    @sengarsumit 2 месяца назад +1

    May I know which intelij theme is that? Its super cool

  • @VK55837
    @VK55837 2 месяца назад

    Hi Siva, Thank you for all your efforts, you are providing best quality education. Can you please make a video explaining how to structure a project with Hexagonal architecture especially with Spring boot? I read few books and articles and understand the theoretical part of it, but hard to find a good example (or use case) where we an apply this architectural pattern to develop an application using Spring boot. Each article I have read has their own way to setup the application structure, bit confused on whats the best way!

    • @sivalabs
      @sivalabs  2 месяца назад

      I am glad you like my videos.
      I have mostly worked on data-centric applications throughout my career.
      I am not a big fan of Clean/Hexagonal/Onion/Ports&Adapters Architecture, especially for data-centric applications.
      The key advertised benefit of those architectural styles is the ability to isolate infrastructure concerns from core domain logic. In most of the business applications there will be low-to-medium complex business logic but heavily relies on infrastructure of databases, message brokers, external API integrations, etc. For such applications, the ability to test core domain logic isolating the infrastructure is not very beneficial. Rather I love to eliminate the unnecessary indirections(interfaces) and be able to test the logic with infrastructure components using tools like Testcontainers.
      For more on this see github.com/sivaprasadreddy/tomato-architecture

  • @anjeludo
    @anjeludo 2 месяца назад

    Thank you very much for your videos and articles!. I hope you never stop making them. Just one thing, the link to the code repository doesn't work. Thanks Siva!

    • @sivalabs
      @sivalabs  2 месяца назад +1

      Thank you very much. I did move all my RUclips video sample projects into one repository github.com/sivaprasadreddy/sivalabs-youtube-code-samples. You can find this video code at github.com/sivaprasadreddy/sivalabs-youtube-code-samples/tree/main/spring-boot-modulith-demo.

  • @user-ql1rg9mj9d
    @user-ql1rg9mj9d 2 месяца назад

    good good

  • @abhinavsrivastav9890
    @abhinavsrivastav9890 2 месяца назад

    Hi the simple project seems very intresting to me do you have a video were you are building this project without
    modulith

    • @sivalabs
      @sivalabs  2 месяца назад

      This is a trimmed down version of the BookStore application developed as part of my Spring Boot Microservices Course Spring Boot MicroServices: ruclips.net/p/PLuNxlOYbv61g_ytin-wgkecfWDKVCEDmB

    • @abhinavsrivastav9890
      @abhinavsrivastav9890 2 месяца назад

      @@sivalabs Thanks

  • @David-rz4vc
    @David-rz4vc 2 месяца назад

    why does your folder icons look different from mine?

    • @sivalabs
      @sivalabs  2 месяца назад +1

      I have installed "Atom Material Icons" plugin which shows nice colorful icons.

    • @David-rz4vc
      @David-rz4vc 2 месяца назад

      @@sivalabs awesome thanks!

  • @fdemilde
    @fdemilde 2 месяца назад

    ruclips.net/video/FkP2aZiBrhg/видео.html a Java interface is by definition always public, and it's methods are by default public (you might have private methods since JDK9 though)

  • @praveens2272
    @praveens2272 2 месяца назад

    It is confusing and prone to make mistakes 😔

  • @joachimdietl6737
    @joachimdietl6737 Месяц назад

    Microservices are not usefull for every company. Often it is way better to keep the monolith.