the right way to organise your code

Поделиться
HTML-код
  • Опубликовано: 1 сен 2021
  • In this video you will learn how to organise and properly structure your code as a software engineer.
    #organisecode #java #amigoscode
    🙊 Subscribe to Amigoscode - bit.ly/2HpF5V8
    ► Courses Available for free here - amigoscode.com/courses
    ► Join Private Facebook Group - / 456035171490753
    ► Join Discord - bit.ly/2wL029v
    ⭐ Table Of Contents ⭐
    🙊 Here are the goods for all my videos video:
    ► Recommended Books
    Clean Code
    - amzn.to/2UGDPlX
    HTTP: The Definitive Guide
    - amzn.to/2JDVi8s
    Clean Architecture
    - amzn.to/2xOBNXW
    ► Computer and Monitor
    New Apple MacBook Pro
    - amzn.to/3464Mmn
    Dell 27 INCH Ultrasharp U2719D Monitor
    - amzn.to/2xM3nW1
    Double Arm Stand Desk Mount
    - amzn.to/3aYKKfs
    USB C Hub Multiport Adapter
    - amzn.to/2Jz7NlL
    ► Camera Gear
    Sony ILCE7M3B Full Frame Mirrorless Camera
    - amzn.to/346QIJn
    Sigma 16 mm F1.4 DC DN
    - amzn.to/2wbic3Q
    Sigma 33B965 30 mm F1.4 DC DC
    - amzn.to/39G37Fd
    Awesome Screen Saver
    - github.com/JohnCoates/Aerial
    IDE I use for coding
    - Iterm
    - VsCode
    - GoLand
    - IntelliJ
    - Sublime
    💯 You can also follow me here:
    ► Don't forget to subscribe | bit.ly/2HpF5V8
    ► Join Closed Facebook Group for discussion and early access videos and courses | bit.ly/2FbuIkx
    ► Follow me on Instagram | bit.ly/2TSkA9w
    ► Join Discord - bit.ly/2wL029v
    ❤️ Thanks for watching
  • НаукаНаука

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

  • @muelladresse10
    @muelladresse10 2 года назад +148

    Data structures and software design is so important, especially in OOP. There should be more tutorials about these topics. I have seen so much code that is unreadable, unmaintainable and untestable, so I'm glad that you put attention to this topic.

    • @SquidBeats
      @SquidBeats 2 года назад +2

      Jesus Christ is God and is the only way. Hell is real whether you believe it or not. I used watch wicked anime, mastberate/porn, vape, beer, violent video games and now I don’t do that anymore; I didn’t even think changing how I am now. Hell is real whether you believe it or not. There isn’t multiple ways; catholic, muslim, etc will lead you to hell and I was a catholic before! .

    • @KaraSuraDraw1
      @KaraSuraDraw1 2 года назад +4

      @@SquidBeats may Allah guide you, Ameen!

    • @stackdev6660
      @stackdev6660 2 года назад +1

      ​Stick to whatever keeps you afloat and away from harmful stuff. As for rest of things like "the only way" sounds a bit dogmatic which is just the opposite of how God would.

    • @Drop_The_Mic
      @Drop_The_Mic 2 года назад +3

      @@SquidBeats jesus is a prophet to God also known as Allah in arabic. hell does exist. and all the bad things you talked about are also sins in islam. God has no partners, he has no sons. God is the one and only, supreme being... its logical.

    • @SirSX3
      @SirSX3 8 месяцев назад

      @@SquidBeats and I thought the Harry Potter fans are obsessed with their books

  • @onke
    @onke 2 года назад +118

    This guy is such a legend. Much love. The content is top class, the explanations are top class. What else do I need? Much love man

    • @SquidBeats
      @SquidBeats 2 года назад

      Jesus Christ is God and is the only way. Hell is real whether you believe it or not. I used watch wicked anime, mastberate/porn, vape, beer, violent video games and now I don’t do that anymore; I didn’t even think changing how I am now. Hell is real whether you believe it or not. There isn’t multiple ways; catholic, muslim, etc will lead you to hell and I was a catholic before! .

    • @MohamedAhmed-rf5bk
      @MohamedAhmed-rf5bk 2 года назад +5

      @@SquidBeats is Jesus God or what is he? If Jesus is god, How come god was killed? And if he is the son god, why did God kill his son? Couldn’t god forgive the sins without killing his son? It’s amazing that I am questioning the fundamentals of your religion, it doesn’t make sense at all

    • @ramanhasan9398
      @ramanhasan9398 Год назад

      @@MohamedAhmed-rf5bk Plus: how can Jesus be the Son and God at the same Time? And let's say Jesus was killed at that time, how can they kill God? And how can the World or the universe keep working when its creator is dead/gone?
      The story is contradictory and doesn't make sense. The only thing that makes sense is that he was a prophet like other Prophets like Mohamed peace be upon them and Mohamed is the last one.

  • @TheAmazinRaven
    @TheAmazinRaven 2 года назад +22

    I can’t tell you how *ON TIME* this tutorial is. I’ve been googling, emailing my professor & my programming mentor + my classmates in my school’s discord trying to help me figure out how to organize my files w o having to continually create new projects each time I want to turn in an assignment. Current set up is so convoluted, the code usually doesn’t compile 🙃 (but that’s a different story lol). Thank you so much for this video. Can’t wait to tell everyone I finally have a solution for my work flow.

    • @SquidBeats
      @SquidBeats 2 года назад +1

      Jesus Christ is God and is the only way. Hell is real whether you believe it or not. I used watch wicked anime, mastberate/porn, vape, beer, violent video games and now I don’t do that anymore; I didn’t even think changing how I am now. Hell is real whether you believe it or not. There isn’t multiple ways; catholic, muslim, etc will lead you to hell and I was a catholic before! .

    • @vikingthedude
      @vikingthedude 11 месяцев назад

      Your school uses discord? That's amazing. Ours uses facebook ☠

  • @zebcode
    @zebcode 10 месяцев назад

    So glad I just discovered this channel. I already knew most of the content for this video but its great to get your understanding and thoughts. It really helped to solidify my own knowledge. You explain it so clearly too. Great video, liked, subscribed and looking forward to watching more of your content. Thank you.
    Just for any C# devs out there Java packages are akin to namespaces.

  • @alanbangura7949
    @alanbangura7949 Год назад

    THANK YOU, THIS WAS A GOD SEND. Something so simple like file structures almost made me quit using Intellij and use Eclipse. I kept trying to create modules when I didn't really need to and didn't know when to create a project vs module. Then I would fiddle with the files and mess up everything to where they don't run again. This right here explained something so basic.

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

    I like how you would explain things as you go, even things that might be basic to some people. great video btw

  • @nie99520
    @nie99520 2 года назад

    Nice video. Sometimes I spend hours hesitating the structure of the project is correct or not, this video saves me from the torture!

  • @karenngalvan123
    @karenngalvan123 Год назад

    i've been searching for a video like this for so long!!!! Thank you!!!!

  • @alexisdona
    @alexisdona 2 года назад +14

    So you recomend to structure our code as package-by-feature insted of package-by-layer. It makes sense to me. I agree that is more cohesive, less coupled and better modularized

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

    This was very useful. Thanks for taking the time to explain your thinking process

  • @Gadrawingz
    @Gadrawingz 2 года назад

    This tutorial saved me, from
    well-structuring my projects
    And do it for a reason 🙂

  • @kchemutai3483
    @kchemutai3483 Год назад

    Honestly i am new to java but this feels so informative and eye opening for me. Thank you

  • @mentalview8703
    @mentalview8703 2 года назад

    As usual, quality and brief contents. I love this.

  • @jorgeantonio4208
    @jorgeantonio4208 2 года назад

    I am a total beginner so this helped a lot. Thank you

  • @JETLAI123
    @JETLAI123 2 года назад

    I like the way you discover those design patterns that are not very often seen on youtube, nice job and keep going :)

    • @JETLAI123
      @JETLAI123 2 года назад +1

      After seeing your first video recommended by youtube I clicked the subscribe button without hesitation lol.

  • @jabola2
    @jabola2 2 года назад

    Your way and methods of sharing knowledge is amazing, I'm learning quite a bit

  • @dmitrik4610
    @dmitrik4610 2 года назад +1

    Best way for create packages is pattern {groupId}.{artifactid}. it will protect from name spaces conflict when you repackage libraries. I usually name shared package as util or common. Thanks for sharing your knowlages.

  • @achimgebhardt5982
    @achimgebhardt5982 2 года назад

    You're a very talented and charismatic teacher. Well done! Thank you from Germany. :-)

  • @thatonehoots
    @thatonehoots 2 года назад

    Thank you, Amigoscode! I have learned plenty from watching your videos and tutorials.

  • @Emerson-mv4hm
    @Emerson-mv4hm 2 года назад +4

    Great Video Nelson, like always! I have an idea for a video. It's about where (and how) to hide some data when requesting a resource. Show us some solutions, like mapping the entity to a DTO, how to do those mappers? The mapper methods should be static? What if inside the mapper I want to fill a list with child entities (in that case the mapper cannot be static, it has to be a bean).
    When to use a mapper? Because in my projects usually I start using for user information, but I keep the pattern, so all the entities have mappers.
    I don't remember seeing the mapper package (and class) in that video, but it's cool, because it depends on the project.

  • @abu-dukhan
    @abu-dukhan 2 года назад

    Maasha Allah, JazaakAllahu Khair. I really am happy to know your channel man, on a serious note your are my RUclips Mentor 😊

  • @EllyOguttu
    @EllyOguttu 2 года назад +1

    As a full stack web developer this is a worth while video i was looking for

  • @mohdshawalsidek1452
    @mohdshawalsidek1452 Год назад

    clear explanation and I love to watch over again to fully understand the concept. As I am new developer.

  • @isaacafrifa1832
    @isaacafrifa1832 2 года назад +10

    Thanks Nelson, I was a little skeptical about this approach until you mentioned how easy it will be to implement future implementations such as Microservices.

    • @SquidBeats
      @SquidBeats 2 года назад

      Jesus Christ is God and is the only way. Hell is real whether you believe it or not. I used watch wicked anime, mastberate/porn, vape, beer, violent video games and now I don’t do that anymore; I didn’t even think changing how I am now. Hell is real whether you believe it or not. There isn’t multiple ways; catholic, muslim, etc will lead you to hell and I was a catholic before! .

    • @MrX-nc8cm
      @MrX-nc8cm Год назад +1

      Yea thats just click with me too. Also I just realized Django orginize code this way.

  • @AndreGMendes
    @AndreGMendes 2 года назад

    Another great video as always! Thank you 🙏🏻

  • @daliefrankmanda2364
    @daliefrankmanda2364 2 года назад

    Big up Nelson, my coding skills are building on your simple to understand tutorials

  • @syedalimehdi-english
    @syedalimehdi-english Год назад +2

    Wa aliakum as salam brother.
    Your videos are helping me alot.
    I'm planning to switch to Java Spring (Boot) SQL from Node js/ts express mongodb.
    I've almost completed nysql mastery course learned triggers events views stored procs, transactions ACID isolation levels indexing. ( a bit left ). Now learning database design. Soon i'd switch to learning spring InshaAllah. Saw your roadmap video after long time. Realized i've progressed, be it slow, but yes i have. InshaAllah will start soon.

  • @rhenaldkarrel
    @rhenaldkarrel 2 года назад +1

    I really love how you explain it all, very clear. Much love!

  • @bonganinyoni4992
    @bonganinyoni4992 2 года назад

    Thank you, very insightful!!!Keep up the good work

  • @Aspiiire
    @Aspiiire 2 года назад

    AlhamdoliLah thank you brother JavakaAllahu khairan, this is a really important topic!

  • @ertugrulakdag2679
    @ertugrulakdag2679 2 года назад

    Your lessons are so fantastic.. God bless you. Greetings from Belgium

  • @johnpaulcarter7
    @johnpaulcarter7 2 года назад +2

    Haven't watched this yet, but the link just appeared. So enjoying and benefitting from your Docker course that will certainly be following this.

    • @SquidBeats
      @SquidBeats 2 года назад

      Jesus Christ is God and is the only way. Hell is real whether you believe it or not. I used watch wicked anime, mastberate/porn, vape, beer, violent video games and now I don’t do that anymore; I didn’t even think changing how I am now. Hell is real whether you believe it or not. There isn’t multiple ways; catholic, muslim, etc will lead you to hell and I was a catholic before! .

  • @alimrad7760
    @alimrad7760 2 года назад

    keep going man , you're the best.

  • @samtheharvester6188
    @samtheharvester6188 2 года назад

    Big Man Amigo, well done bro!

  • @birqan
    @birqan Год назад

    Akhi, I love your videos. Big thanks for your hard work. 🤜🤛

  • @adityamparikh
    @adityamparikh 2 года назад +4

    Great video!
    In my projects I follow this package structure:
    controller
    service
    repository
    entity
    and where I have classes and interfaces,
    I create impl and api sub-packages

    • @jonathanrosado5818
      @jonathanrosado5818 Год назад

      If you don’t modularize per feature, it’s not going to scale well

    • @adityamparikh
      @adityamparikh Год назад

      @@jonathanrosado5818 yes for monoliths modularizing by feature is great. My structure was for microservices where a feature would be offered by one service.

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

      My exact observation. I always do top level service, controller, repository, utils, exceptions, config etc at the same level. This is for a micro service. So bro your structure is more for a monolith right? Bro, I love you good work by the way.

  • @abdulazeemadesanya825
    @abdulazeemadesanya825 2 года назад

    This is a top-notch brother! Thank you for all you do. JakaAllah Kairan

  • @JSneider05
    @JSneider05 2 года назад +32

    I use the Hexagonal Architecture, it's a clean Architecture very used for microservices, its main goal is made with SOLID principles and DDD. Nice video bro 👌🏿🔝👍🏼

    • @gulbalasalamov1367
      @gulbalasalamov1367 2 года назад +4

      Thank you very much for this tip. Learning about common design practices used in real world enterprise application is narrowing down the learning needs and helps to focus on most essential instead, rather than trying to use many of approaches out there.

    • @SquidBeats
      @SquidBeats 2 года назад +3

      Jesus Christ is God and is the only way. Hell is real whether you believe it or not. I used watch wicked anime, mastberate/porn, vape, beer, violent video games and now I don’t do that anymore; I didn’t even think changing how I am now. Hell is real whether you believe it or not. There isn’t multiple ways; catholic, muslim, etc will lead you to hell and I was a catholic before! .

    • @SquidBeats
      @SquidBeats 2 года назад

      @@gulbalasalamov1367 Jesus Christ is God and is the only way. Hell is real whether you believe it or not. I used watch wicked anime, mastberate/porn, vape, beer, violent video games and now I don’t do that anymore; I didn’t even think changing how I am now. Hell is real whether you believe it or not. There isn’t multiple ways; catholic, muslim, etc will lead you to hell and I was a catholic before! .

    • @gabrielleon3336
      @gabrielleon3336 2 года назад +1

      @@SquidBeats Bru, you're not being what you're preaching. Maybe you don't understand what you preaching (or misunderstood), but Jesus is love, forgiveness, redemption, among other things, but clearly not what you said up there. 1 John 4:18 talks about what kind of love we need to practice. (btw I suggest you to read 1 John at least 10 times, so you understand what Jesus is all about).
      May His peace be upon you all.
      PS: As a Christian, my apologies to you guys that read this unnecessary comment.

    • @PASTRAMIKick
      @PASTRAMIKick 2 года назад +1

      same, although I tried a sort of hybrid approach where each layer has a subpackage that groups elements related to one another (for example, location address goes in the same package as a property). But it ended up being overly complicated because you end up repeating the same package name on the various layers, models, services, etc. they all end up having sub packages with equal names which kind looks dumb

  • @tomvito
    @tomvito Год назад

    Thank you a lot. This is very useful and a nice way of structuring source code.

  • @davitanaka2430
    @davitanaka2430 8 месяцев назад +1

    Very helpful content. I am grateful. ❤❤

  • @obsasew972
    @obsasew972 2 года назад

    Alhamdulillah allah put you in my way, curently i began a bootcamp in web developement in France, you motivated me a lot and i m thankfull for this. Hafidhaka Allah akhi al aaziz(may Allah protects you my dear brother)

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

      did you find a job in the end

  • @sergeyryskin
    @sergeyryskin 2 года назад

    Very Helpful . Thank You So Much !!!

  • @aelkelaany
    @aelkelaany 2 года назад

    valued information brother , I am learning a lot from your videos , thank you I really appreciate your effort

  • @gormlessgeorge1470
    @gormlessgeorge1470 2 года назад

    Thank you so much, friend! This is a very useful video!

  • @AaronEzekiel752
    @AaronEzekiel752 2 года назад

    i have been waiting for this, thanks

  • @carlosync
    @carlosync 2 года назад

    Muito bom suas dicas! Greeting from Brazil.

  • @xtonetware5493
    @xtonetware5493 2 года назад +4

    Nice content.
    I just bought your spring boot jpa course , following my recent entry into java.
    Coming from a 5-6years plus background in C#. You made it quit less tiresome picking java which is a bit verbose but cool.
    You teach well.

  • @alansmith4655
    @alansmith4655 2 года назад

    This is a great video about something that is very much overlooked in the coding world. Nice one bro 👍🏼

    • @SquidBeats
      @SquidBeats 2 года назад

      Demonic profile picture…
      Jesus Christ is God and is the only way. Hell is real whether you believe it or not. I used watch wicked anime, mastberate/porn, vape, beer, violent video games and now I don’t do that anymore; I didn’t even think changing how I am now. Hell is real whether you believe it or not. There isn’t multiple ways; catholic, muslim, etc will lead you to hell and I was a catholic before!

  • @BrunosCRF
    @BrunosCRF 2 года назад +1

    Great! Thanks Nelson. Can you talk about how to use DTO?

  • @ForceOfNatureRelaxation
    @ForceOfNatureRelaxation 2 года назад

    iam following all your videos, thanks brother

  • @abilkairbolatbayev9819
    @abilkairbolatbayev9819 Год назад

    Thank you for the video! Useful one

  • @SVSingam273
    @SVSingam273 2 года назад

    @Amigoscode. Lovely videos. Extraordinary content. Still waiting on a course for Apache STORM. Possibly even Apache SPARK and Apache Hadoop down the track. Absolutely love your content by the way.

  • @OmoruyiOmofonmwan
    @OmoruyiOmofonmwan 2 года назад

    Thank you so much I needed this.

  • @Rammus3
    @Rammus3 Год назад

    ahh ADORO O TEU CONTEUDO, eu estava numa depressão profunda e quando comecei a ver os teus vidios piorei!! obrigado

    • @Rammus3
      @Rammus3 Год назад

      desculpa... estava nervoso, é tudo mentira ok? és o melhor

    • @Rammus3
      @Rammus3 Год назад

      adoro conguitow

  • @carlostembe1622
    @carlostembe1622 2 года назад

    Nice content, and well explained! Congrats

  • @felicytatomaszewska2934
    @felicytatomaszewska2934 2 года назад +4

    He has the smoothest voice on RUclips :)

  • @_blackmesa
    @_blackmesa 2 года назад

    best of the best. thank you for providing this type of knowledge.

  • @svalyavasvalyava9867
    @svalyavasvalyava9867 2 года назад

    awesome material, thanks!!!

  • @pedroalbertogomes3809
    @pedroalbertogomes3809 Год назад

    Great video! Thanks.

  • @mouaadibnujabal3919
    @mouaadibnujabal3919 21 час назад

    Jazakallahu Khayran bro !

  • @huseyn8233
    @huseyn8233 Год назад

    Great material!

  • @andreas-fefe
    @andreas-fefe Год назад

    Hello Nelson I love this steup actually we may also add th CustomerDTO and the Exception package

  • @MadAustinite
    @MadAustinite 8 месяцев назад

    Thanks for this!

  • @juangiordana
    @juangiordana 2 года назад +1

    Thanks! I'd love to see something like this for a FastAPI Python project as well.

  • @robelhailab394
    @robelhailab394 2 года назад

    I love the way you teach! Can you also create Red hat process automationmanagement(RHPAM), (BPM) please.

  • @zchwarzer4435
    @zchwarzer4435 2 года назад +5

    What about create package like an service , config , controller , entity , util , dao , impl.

    • @Merserissugoi
      @Merserissugoi 2 года назад

      i usually do this too. ive seen other open source projects do that too, so I'm sticking with that lol.

  • @alfbaez
    @alfbaez 2 года назад

    Brilliant! Nelson n Amigoscode team. Brilliant Brilliant! Thanks for sharing your Wisdom! As-salamu alaykum brother!

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

    helpful information Thank you

  • @altonlebronze3536
    @altonlebronze3536 10 месяцев назад

    Great video!
    I use "common", instead of "shared", lol
    For the Customer example, I'd add a DTO or Resource like "CustomerDTO" or "CustomerResource"

  • @surendrareddyseelam9757
    @surendrareddyseelam9757 2 года назад

    Thanks much sir, Expecting videos on microservices

  • @abdulrahmanarmashi6954
    @abdulrahmanarmashi6954 2 года назад

    Thanks for this video .. very useful 🤩

  • @mubangansofu7469
    @mubangansofu7469 2 года назад

    Thanks for the great content.. keep it up bro

  • @quantum598
    @quantum598 2 года назад +3

    Would love for a microservice app design/creation video on amigoscode; did it in training ages ago but feel you'd do an incredible job showcasing / explaining

    • @stephonking2847
      @stephonking2847 2 года назад

      Where was this bro... can u share it with me pleaseeeee?

    • @quantum598
      @quantum598 2 года назад

      @@stephonking2847 sorry I was saying I did micro services design & implementation during my jobs training & onboarding and was asking Nelson if he could make that next as I feel the way he teaches is waaaaay better than what I got in training

    • @stephonking2847
      @stephonking2847 2 года назад

      @@quantum598 yeah I agree lol

  • @sparsechris135
    @sparsechris135 2 года назад

    Very useful. Thank you

  • @Namelessssssssssssssss
    @Namelessssssssssssssss 2 года назад

    Always great and useful videos.

  • @Krazness
    @Krazness 2 года назад

    Good video man. Thanks

  • @baxodirtoshmatov3965
    @baxodirtoshmatov3965 2 года назад

    #amigoscode I can not describe how you do these videos great, very informative, not any out topics, beatiful examples. I love that and appraciate it!!! Please keep continue bro. After looking at your videos, my passion for programming is increasing and increasing. I think many people have learnt programming skills which they need like me.
    It would be great for new programmers that making simple Spring Data Rest app, with entity relationships with POST, GET, DELETE the entities tasks. Also, I love your videos whatever its theme

  • @kongpanha1816
    @kongpanha1816 2 года назад

    Dear Amigoscode, your video so awesome.

  • @shakodavitashvili9783
    @shakodavitashvili9783 2 года назад +1

    It will be good to see react and spring boot project together (frontend and backend), with common maven plugins.

    • @bdkamil95
      @bdkamil95 2 года назад

      It’s much better to keep them separate

  • @manilmasdoua1036
    @manilmasdoua1036 2 года назад

    Thank you for the video

  • @user-fz1nh3mt1c
    @user-fz1nh3mt1c 2 года назад

    In this video you will learn how to organise and properly structure your code as a software engineer.

  • @animekingdom6919
    @animekingdom6919 2 года назад

    Great video it help me a lot 👍👍

  • @sweetyyi415
    @sweetyyi415 2 года назад +1

    thank you for this , i have a question if you don t mind , i started having a refreshing course on java so i can jump to spring , i studied java before but i need to refresh my memory , my question is what are the prerequisites to jump to spring framework , what are the must knows to safely start with it , i really appreciate what you do in this channel , baraka allaho fik , best of luck brother

  • @xdiepx
    @xdiepx 2 года назад

    thanks for the tip man

  • @mukhtarharis5755
    @mukhtarharis5755 Год назад

    so the hexagonal structure is preferred over the normal mvc structure? i am always confused with folder structure standard

  • @milad2002
    @milad2002 2 года назад

    great video, I would like to know what could possibly go into the script folder (what kind of shell scripts)?

  • @vuyaninxele2301
    @vuyaninxele2301 4 месяца назад

    great stuff!

  • @gaorutweandrewmosala1288
    @gaorutweandrewmosala1288 2 года назад

    Very good content, keep it up brother.

  • @imrye
    @imrye 2 года назад +1

    In your example, what if a customer has different (shipping) addresses? Should we create a new folder: Address? Or should it be inside the Customer or sub-folder?

  • @albertoniironen5447
    @albertoniironen5447 2 года назад

    Awesome content, congratulations :)

  • @robben8114
    @robben8114 2 года назад

    Muchas gracias !

  • @housseynenadour2233
    @housseynenadour2233 Год назад

    Thanks brother

  • @arunkumarjena18
    @arunkumarjena18 2 года назад +1

    Very useful contents.

  • @neerbang8618
    @neerbang8618 Год назад

    you made it very interesting

  • @briankipkurui6581
    @briankipkurui6581 2 года назад +1

    Nice I like it,and can you really make a video on connecting to real database for spring security

  • @joaopedrogodinho
    @joaopedrogodinho 2 года назад

    Thank you for your video, one question to go further, using this approach how can you deploy the solution using one microservice for each package?

  • @adamhussaini3826
    @adamhussaini3826 2 года назад

    Keep up the Good work Sir

  • @lts8683
    @lts8683 2 года назад

    Very useful thanks you 🙂

  • @MEGANE34
    @MEGANE34 2 года назад

    great video again.thanks

  • @odilhonislomov8954
    @odilhonislomov8954 7 месяцев назад

    Assalamu alaykum. Thanks. It'll be wonderful If you continue this topic and show your real project structure.