Hexagonal Architecture: What You Need To Know - Simple Explanation

Sdílet
Vložit
  • čas přidán 26. 05. 2024
  • It is important when writing applications to pick the right architecture. Most software developers are familiar with the 3-Tier architecture model already, but few understand Hexagonal Architecture, which I cover in this video. Hexagonal Architecture, which was first coined by Alistair Cockburn in 2005 is a flexible architecture that is great for large applications.
    ☕️ I don’t accept paid sponsorships and I have turned off mid-video ads. You’re welcome! If you would like to support my channel see: ko-fi.com/alexhyett
    📨 Join my free weekly newsletter for advice, technology and more: newsletter.alexhyett.com
    🗺️ Backend Developer Roadmap: www.alexhyett.com/backend-dev...
    📝 Related blog post: www.alexhyett.com/hexagonal-a...
    🎓 RECOMMENDED COURSES (Use code FRIENDS10 for 10% off)
    The Complete Web Developer Course - academy.zerotomastery.io/a/af...
    The Complete Junior to Senior Web Developer Roadmap - academy.zerotomastery.io/a/af...
    Complete SQL + Databases Bootcamp - academy.zerotomastery.io/a/af...
    📚 RECOMMENDED BOOKS
    Clean Code - geni.us/5AEwj2
    Clean Architecture - geni.us/yBrTX
    Domain Driven Design - geni.us/WiR0Q0x
    Design Patterns - geni.us/5ncUt
    Developer Hegemony - geni.us/lAXy
    Pragmatic Programmer - geni.us/GfNj9
    Data Structures and Algorithms Made Easy - geni.us/sqg6kJ
    Refactoring - geni.us/ufAP0mE
    The Productive Programmer - geni.us/IT9WiN
    Pragmatic Thinking and Learning - geni.us/x81A
    Test Driven Development - geni.us/HFV52
    Microservices - geni.us/8vMA
    💻 MY FAVOURITE GEAR
    ⌨️ Keyboard - Keychron K1 v4 - www.keychron.com/products/key...
    🖱 Mouse - Logitech MX Master 2S - geni.us/qId7w
    🎙 Microphone - Blue Yeti X - geni.us/0vZluGN
    🎥 Camera - Logitech Brio 4K - geni.us/dcOcDQy
    🚀 MY FAVOURITE TOOLS
    PIA VPN - piavpn.com/AlexHyett (83% off + 4 extra months free!)
    Visual Studio Code - code.visualstudio.com/
    Obsidian - obsidian.md/
    Notion - affiliate.notion.so/alexhyett
    ⏳ TIMESTAMPS
    00:00 Introduction
    00:11 3 Tier Architecture
    00:46 Dependency Injection
    01:04 Ports and Adapters Architecture
    01:27 The Hexagon
    01:34 The Port
    02:31 The Adapter
    03:05 Input Port and Adapter
    03:28 Driving Side and Driven Side
    03:39 Why is it called Hexagonal Architecture?
    04:30 Domain Driven Design
    04:58 STOP, Before you use Hexagonal Architecture
    05:03 Pros and Cons of Hexagonal Architecture
    05:08 Testability
    05:28 Maintainability
    05:55 Flexibility
    06:20 Complexity in Code
    06:36 Running Locally
    06:58 Performance
    07:24 Should you use Hexagonal Architecture?
    You can check out more of my favourite tools on my website:
    www.alexhyett.com/tech/
    🔗 MY KEY LINKS
    🌍 Blog - www.alexhyett.com/
    🐘 Mastodon - social.alexhyett.com/@alex
    🧑‍💻WHO AM I
    I'm Alex, a Software Developer and CZcams working in the UK. I make videos about software development to help developers with the skills they need to be senior developers. As well as this CZcams Channel, I also write articles on my website (alexhyett.com) as well as write a regular newsletter that contains some thoughts to help aspiring developers.
    ‼️ DISCLAIMERS
    Some of the links in this description are affiliate links, for which I get a small commission, at no extra cost to you 🙂. I appreciate you supporting my channel so I can continue providing you with free software development content!
    #coding #programming #developer
  • Věda a technologie

Komentáře • 116

  • @oguzturkay
    @oguzturkay Před 8 měsíci +30

    I was trying to understand this concept for over 1 week. Things became clear when you quoted the founder saying calling a database is no different than calling/using an external service. I guess we could call it "Adapter Pattern everywhere". I think this subject is being told way more complicated than it actually is, but you kept it fairly simple. Nice explanation!

    • @alexhyettdev
      @alexhyettdev  Před 8 měsíci +4

      Thank you! Yes Adapter Pattern everywhere sums it up nicely.

    • @prrs4809
      @prrs4809 Před 17 dny

      Same here man, cheers for that quick expain!

  • @tim_abell
    @tim_abell Před 10 měsíci +14

    Thanks for including the downsides [00:06:17] - think you nailed it there, basically it's over-engineering unless you have a damn good reason to use it, and frankly I think the terminology introduces more confusion instead of reducing it. Great explanation of what it is and the alleged benefits are.

  • @danjelhysenaj4859
    @danjelhysenaj4859 Před 2 měsíci +6

    Hands down this is the simplest explanation that I have ever seen. Excellent Presentation Alex!

  • @estevaoyt
    @estevaoyt Před 3 měsíci +1

    Best explanation of hexagonal architecture! Thank you very much! Keep it up!

  • @fuadadio
    @fuadadio Před 9 dny

    Thanks for the video. Your explanation is so clear and your animations are so helpful. The video is so clean. I can imagine the amount of work that goes into these videos. Thank you, Alex.

  • @vamankamath6329
    @vamankamath6329 Před 18 dny

    Outstanding clarity.

  • @BRNAMO
    @BRNAMO Před 3 měsíci +1

    Thanks for the explanation! This video really helps me!

  • @PaulSebastianM
    @PaulSebastianM Před rokem +16

    Great video. For me Clean Architecture and Hexagonal Architecture are just different ways to achieve the same thing: decoupling input and output and increasing feature cohesion. /subbed

  • @peterbyun441
    @peterbyun441 Před rokem +7

    Thank you for your high-quality content. I love how you explain complex concepts with minimum jargon.

  • @JorisWitteman
    @JorisWitteman Před 9 měsíci +4

    Simplest and clearest intro I've seen so far. And as with most of these patterns, in the end it's the labeling and metaphors that had obscured most of it or me, whilst the concept itself, once visualized, is simple and clear as day.

    • @alexhyettdev
      @alexhyettdev  Před 9 měsíci +1

      That is awesome to hear. Yes there is so much jargon that make these concepts a lot harder to understand than they need to be.

  • @danclarkeuk
    @danclarkeuk Před rokem +2

    Great video - one of the clearest explanations I've seen! Nice work! 👍

    • @alexhyettdev
      @alexhyettdev  Před rokem +1

      Thanks Dan! I am having fun creating the animations. I am enjoying your videos too!

    • @danclarkeuk
      @danclarkeuk Před rokem

      Thanks too. I'm finding editing CZcams videos way more fun than podcasts! 😂 But perhaps that's just because video editing is so new at the moment, so a lot to learn!

  • @nnutkin
    @nnutkin Před rokem +2

    This is indeed simple explanation. Thank you !

  • @desouzafelipe
    @desouzafelipe Před rokem +1

    High quality explanation, thank you and good job!

  • @gabrielnzete8913
    @gabrielnzete8913 Před 19 dny

    This is simply fantastic, many thanks sir

  • @soheil_a
    @soheil_a Před 8 měsíci

    Great, simple and clear explanation, keep it up!👍

  • @storm14k
    @storm14k Před 7 měsíci +3

    Glad I found this! I'd run across the "no interfaces for repositories" crowd and we'd adopted it at my last gig but in all of my personal work I prefered them for this exact reason. And I especially try to make the interface only have read/write or store/retrieve methods as much as possible to avoid business context dripping down into the repo code. It starts with repo method names that reflect business terminology to me. And for the past 5 years or so I've been bouncing back and forth about the input side as well. Seeing it all in this one pattern has given me some things to consider. Thanks. You have a new subscriber.

  • @olliDeg
    @olliDeg Před 9 měsíci

    Great video! I hope you keep going and get the recognition you deserve!

  • @khalidelgazzar
    @khalidelgazzar Před 5 měsíci

    Great video. Watched it a while ago and I keep coming back for a refresher.

  • @dralps
    @dralps Před rokem +2

    Great explanations, thank you!
    I also have the same understanding, recursive hexagons

  • @GiPa98
    @GiPa98 Před 21 dnem

    Thank you for the video!

  • @saralightbourne
    @saralightbourne Před rokem +1

    from the perspective of an active learner, your channel is a treasure. thank you a lot, please don't stop doing what you're doing

    • @alexhyettdev
      @alexhyettdev  Před rokem +1

      You’re welcome! I am glad you like my videos.

  • @jonathansilva3364
    @jonathansilva3364 Před 7 měsíci

    Thank you for this simple explanation. I know there might be a lot more details to it, but you beautifully managed to remove the noise so the core concepts (ports and adapters) could shine. Thank you very much.

    • @alexhyettdev
      @alexhyettdev  Před 7 měsíci

      You're very welcome! Thank you for commenting!

  • @sreescorner
    @sreescorner Před 10 měsíci

    Thank you for the very clear explanation and intuitive presentation

    • @alexhyettdev
      @alexhyettdev  Před 10 měsíci +1

      You’re welcome! I am glad it was easy to understand.

  • @user-vt9qo5kz7g
    @user-vt9qo5kz7g Před 8 měsíci +1

    Very clear for a newbie as me. Thank you so much

  • @ZuHoLee
    @ZuHoLee Před rokem +1

    Awesome content! Keep going bro!

  • @achillesnakmuay
    @achillesnakmuay Před 5 měsíci

    Hey Alex,
    Fantastic content, you explain these concepts in a clear and concise manner which is great. What is your opinion on using these patterns on the frontend? I have a large Vue app and I'm trying to decide between Hex or DDD architecture. Do you have any suggestions?

  • @danyald4880
    @danyald4880 Před 11 měsíci

    Wonderful explanation !

  • @user-lz3su5cr3s
    @user-lz3su5cr3s Před 8 měsíci

    Super! Thank you, was really helpful.

  • @lucasdebritoarruda7831
    @lucasdebritoarruda7831 Před 11 měsíci

    Great video! Won a new subscriber!

  • @Mister_tea_
    @Mister_tea_ Před rokem

    Great content. Thank you. And nice plant behind you )

    • @alexhyettdev
      @alexhyettdev  Před rokem

      Thank you!
      A little secret 🤫, it's not real 🤣. I am terrible with plants. I have always wanted a bonsai tree, but I knew if I had a real one, it wouldn't last very long!

    • @Mister_tea_
      @Mister_tea_ Před rokem

      @@alexhyettdev I see, it is a mock plant )

  • @user-nt9bo3ub6k
    @user-nt9bo3ub6k Před 5 měsíci

    Very Good explanation. Thank you

  • @sebon11
    @sebon11 Před 11 měsíci

    Great explanation dude, as always

  • @SpringframeworkGuru
    @SpringframeworkGuru Před 7 měsíci

    Hey Alex - Just found your channel and subscribed. Great content and really nice job on your production! Kudos from the founder of Spring Framework Guru!

  • @jhonjbautistab
    @jhonjbautistab Před 8 měsíci

    Me encanto el video, mil garcias por la explicación

    • @alexhyettdev
      @alexhyettdev  Před 8 měsíci

      De nada, me alegro de que lo hayas disfrutado.

  • @user-wl6bm8cx9z
    @user-wl6bm8cx9z Před 6 měsíci

    You are Nutshell explainer. I appreciate your skills. Kudos to your Technical Perspective!

    • @alexhyettdev
      @alexhyettdev  Před 6 měsíci

      Thank you! I like that, maybe I should have nutshell explainer as my tagline!

  • @drondiwe
    @drondiwe Před 13 dny +1

    hate when I'm being asked like "have you heard of X architecture" and I never heard of it but it turns out that I was using it a lot and I just was asked about its fancy name

  • @farooqmss
    @farooqmss Před 7 měsíci

    simply beautiful.

  • @MrGenbu
    @MrGenbu Před 10 měsíci

    That brilliant 👏👏

  • @mehtubbhai9709
    @mehtubbhai9709 Před 4 měsíci

    Hi Alex. Absolutely love the content you're putting out.
    Could you or anyone else point me to some sample code that is a good example of the ports and adapters pattern.
    Thanks in advance.

  • @nb-th7kr
    @nb-th7kr Před 11 měsíci

    thanks for this :)

    • @alexhyettdev
      @alexhyettdev  Před 11 měsíci +1

      You’re welcome, I hope it was helpful!

  • @browski999
    @browski999 Před 2 měsíci

    Great explanation, but it'll be good to have sample code examples to reinforce this concept😊

  • @fadygamilmahrousmasoud5863
    @fadygamilmahrousmasoud5863 Před 10 měsíci

    very informative

  • @armandoleon9901
    @armandoleon9901 Před 5 měsíci

    I have a question. Say if you’re hitting an external api service to do some action, like create a deploy and I have followed the port adapter pattern. Now, say in the future that we switch to another api service with a completely different schema for creating the deployment. Do we leave the interface intact as it is, since the adapter pattern lets us transformer the data? What if the transformation is too awkward, i.e the new api requires more information than the previous api?

  • @justfair4181
    @justfair4181 Před 9 měsíci

    the best explanation found over here, youtube

  • @Rope257
    @Rope257 Před 9 měsíci

    I program mostly in OOP-languages and sometimes I feel like patterns like this just provide wrappers around I/O that functional languages use types for.
    Good explanation though much appreciated.

    • @alexhyettdev
      @alexhyettdev  Před 9 měsíci

      Thank you. Yes I should probably do a video on functional vs OOP languages.

  • @josephgreene630
    @josephgreene630 Před rokem +1

    Can you do some basic data structure to real world usage examples?

    • @alexhyettdev
      @alexhyettdev  Před rokem

      Sure I will add that to my content list. Thanks for the suggestion.

  • @chastor1961
    @chastor1961 Před rokem +1

    super

  • @dimitrisimeros3634
    @dimitrisimeros3634 Před rokem

    So is it prerequisite the domain driven design in order to have an hexagonal architecture? If I am in a monolithic application, is this correct to split it as presentation-logic-database model and then think of domain driven logic? How to think in old legacy monolithic applications?

    • @alexhyettdev
      @alexhyettdev  Před rokem +3

      DDD isn't a prerequisite, it is just helpful when it comes to splitting a system into different microservices. You want each hexagon to be self-contained, and be able to work in isolation. That is just easier to do if it contains a whole domain and doesn't have to rely on other systems too much.
      I would personally start with domains first rather than presentation-logic-database modal. For example, I have seen teams take things like auditing out of their monolithic application and create an auditing domain. This then gets reused by all other applications that need auditing capabilities. The team will often then expand this to provide UI and other capabilities. The domains usually come first.

    • @dralps
      @dralps Před rokem

      I think, inside the monolith, you can create little hexagons, encapsulating smaller domain concepts
      So, the answer is yes

  • @___gg421
    @___gg421 Před rokem +2

    Wow just want to leave a comment show I was here early once you blow up

  • @PaulSebastianM
    @PaulSebastianM Před 9 měsíci

    I just did a revisit of this video. 5 months later, lol. I would want to add something though. You talk about whether someone should use HA, especially when they have a complex or large application, but don't list any alternatives for when they don't. For example, for a simple microservice, a simple MVC or 3 Layer + VSA approach could suffice.

    • @alexhyettdev
      @alexhyettdev  Před 9 měsíci

      Yes good point. I assumed if someone was looking into hexagonal architecture they would know about the alternatives. Always good not to assume anything though!

  • @hexchad765
    @hexchad765 Před měsícem

    Ports and adapters, all day

  • @gosnooky
    @gosnooky Před 8 měsíci

    He actually pronounced "hexagonal" properly. Also, it's a hexagon because hexagons are the bestagons

    • @alexhyettdev
      @alexhyettdev  Před 8 měsíci

      Lol, how do other people pronounce "hexagonal"?!

  • @Enigma758
    @Enigma758 Před 8 měsíci +1

    How is this any different from separating interface from implementation? Is there anything new here that hasn't been already been preached for decades?

    • @alexhyettdev
      @alexhyettdev  Před 8 měsíci +1

      That is essentially what it is but explicitly making sure that your core code only relies on interfaces it owns and external components interact with a different interface. The idea is to completely decouple your inputs and outputs.

  • @hexchad765
    @hexchad765 Před měsícem

    Seems obvious but that there is a word for it

  • @joshblf
    @joshblf Před 9 měsíci +1

    Adapters sound like Facades. Am I missing something here? 🤔

    • @alexhyettdev
      @alexhyettdev  Před 9 měsíci +1

      That’s essentially what they are. The Ports are facades as well but are written by the application. It is facades talking to facades for maximum abstraction.

  • @user-xj9hn3fg8n
    @user-xj9hn3fg8n Před 3 měsíci +1

    Since when trivial interfaces start to be called as "hexagonal architecture"?

    • @abellix
      @abellix Před 3 měsíci

      Thanks God someone else is saying that as well

  • @sylvereleipertz955
    @sylvereleipertz955 Před 8 měsíci

    I don't get the second con. Clean architecture or not, it make not difference to run it locally. You can have monolithic application with clean architecture, you would start it exactly the same

    • @alexhyettdev
      @alexhyettdev  Před 7 měsíci

      It is more for when you have multiple components running as separate microservices as mentioned in the video. Yes for 1 component using clean architecture there is no difference.

  • @FlaviusAspra
    @FlaviusAspra Před 9 měsíci

    I was so happy to see people want to talk about hexagonal architecture.
    But while you made some absolutely true statements about it, so did you also make a lot of wrong ones, who would drive people away from it for the wrong reasons.

    • @alexhyettdev
      @alexhyettdev  Před 9 měsíci

      It’s important to show both sides, it isn’t always the right architecture for everyone.
      There are always ways to mitigate some of the negatives it just depends how you design it.

    • @FlaviusAspra
      @FlaviusAspra Před dnem

      ​@alexhyettdev the "other side" should be the correct "other side", so that people make informed decisions, not uninformed ones.

  • @user-it6sw9rh8q
    @user-it6sw9rh8q Před 4 měsíci +2

    I see here pure "Design by Contract" with changed the place where is keeping the implementations. I'm sorry, but what's new has been invented here.

    • @patriciaverso
      @patriciaverso Před měsícem

      Hexagonal Architecture is from the 2000s, so nothing.

    • @patriciaverso
      @patriciaverso Před měsícem

      And I mean, "changing the place" in an ARCHITECTURE model seems pretty significant.

  • @user-vy5se9ko4b
    @user-vy5se9ko4b Před 10 měsíci

    Legenardy explanation, I think a lot of people do not really explain this software architecture clearly, but your explain is super clear and helpful.

    • @alexhyettdev
      @alexhyettdev  Před 10 měsíci

      Thank you, I try my best. I am glad it was clear for you. I should do some more of these 🙂