#hexagonalarchitecture risultati di ricerca
๐๐๐ฑ๐๐ ๐จ๐ง๐๐ฅ ๐๐ซ๐๐ก๐ข๐ญ๐๐๐ญ๐ฎ๐ซ๐ - Dependencies point inwards - adapters depend on ports ๐-๐๐๐ฒ๐๐ซ๐๐ ๐๐ซ๐๐ก๐ข๐ญ๐๐๐ญ๐ฎ๐ซ๐ - Tight coupling between domain and infrastructure ------ Join 5,300+ engineers: journal.optivem #hexagonalarchitecture
DDD tells you ๐ธ๐ฉ๐ข๐ต your domain logic should look like. Hexagonal Architecture tells you ๐ฉ๐ฐ๐ธ to structure your code so that domain logic stays pure and independent. ------ Join 4,300+ engineers: journal.optivem.com #hexagonalarchitecture #ddd #softwaredevelopment
TDD & Hexagonal Architecture - How do we test the Hexagon? Write Unit Tests for testing the use case behavior (with Test Doubles) and write Component Tests (with real Adapters) for the primary path. Join 4,700+ engineers: journal.optivem.com #tdd #hexagonalarchitecture
#ITByte: The Clean #Architecture is the system architecture guideline proposed by Robert C. Martin derived from many architectural guidelines like #HexagonalArchitecture, #OnionArchitecture. Here is a quick overview. knowledgezone.co.in/posts/Clean-Arโฆ
A drawing of a #HexagonalArchitecture app mixing the classic hexagon diagram and the UML notation for provided/required interfaces. I think it clearly visualizes driving/driven sides without having to mention them in the pic
#HexagonalArchitecture in early morning colors ๐ ๐ #PortsAndAdapters #SoftwareArchitecture #Java github.com/VavelinDev/twiโฆ
Hexagonal Architecture does NOT prescribe folder structure. @TotherAlistair shows us a useful folder structure example. Watch his recent presentation: youtube.com/watch?v=k0ykTxโฆ Join 4,400+ engineers: journal.optivem.com #hexagonalarchitecture
Narrow Integration Tests target the Driven Ports, and are executed against the Driven Adapters & Fake Adapters. ๐จ๐ป๐ถ๐ ๐ง๐ฒ๐๐๐ - Live Q&A (Apr 30): lu.ma/hhmu38v1 Optivem Journal paid members get 100% discount (see event description). #tdd #hexagonalarchitecture
Our unit tests target the use case, the user-side api. The tests are only aware of the user-side api, and not the internal implementation. This is great because it means that we can do refactoring safely. Join 5,000+ engineers: journal.optivem.com #hexagonalarchitecture
Use Narrow Integration Tests to test the Driving Adapters by stubbing out the Driving Ports (Use Cases) to simulate various scenarios. Join me at Live Q&A on 19th March lu.ma/4sto263c For paid Optivem Journal subscribers (see event description) #hexagonalarchitecture
Just recorded an upcoming #UnhandledException podcast episode with the awesome @ValentinaCupac, where we chatted about #hexagonalarchitecture! A tricky thing to explain in an audio-only podcast without diagrams - but I think we succeeded! ๐ฅ๐๏ธ Really looking forward to publishingโฆ
Heute mal wieder mit interessanten Menschen einen #DDD und #hexagonalArchitecture Workshop durchgefรผhrt. Morgen kommt Teil 2. Ich freu mich. @teamneusta
๐ฏ Did you know that #HexagonalArchitecture can transform how we design software? Discover how to separate business logic from technical details for flexible, scalable, and testable systems. ๐ปโจ ๐ Read more here: geovannycode.com/en/hexagonal-aโฆ #telodijoelgio
Hexagonal Architecture Explained - Adapters EXTERNAL WORLD (The "outside") Join me for live Q&A on ๐๐ง๐ข๐ญ ๐๐๐ฌ๐ญ๐ฌ (Apr 30): lu.ma/hhmu38v1 (100% discount for Optivem Journal paid members - see event description) #tdd #hexagonalarchitecture
Latest video from my "Creating Ensembler" series, "Episode 4: Registration" Watch Now: youtu.be/Xer-o5GmKSU #TDD #SpringBoot #HexagonalArchitecture #Thymeleaf
#HexagonalArchitecture is a known use of the configurable receiver pattern, written by @TotherAlistair , formerly named configurable dependency
I love how @IntelliJIdea uses my file coloring settings everywhere, so when I look through the Git history, I quickly see what adapters I've changed (they're blue). You can see how I set up these colors in this video: youtu.be/lMcbxwJ74P4 #Java #HexagonalArchitecture
Me complace compartir que he finalizado el Curso Profesional de Arquitectura de Software #Microservicios #HexagonalArchitecture #MVC #CQRS #ATAM #SoftwareEngineering #SoftwareDesign #Escalabilidad #platzi #pablogarciajc
Wednesday Links - Edition 2025-11-12 dev.to/0xkkocel/wedneโฆ #java #jvm #hexagonalarchitecture #xml
The hexagon is a shield - it defines a clear boundary between whatโs inside (domain and use cases) and whatโs outside (infrastructure and delivery). The outside world can change without changing core logic. Join 5,300+ engineers journal.optivem.com #hexagonalarchitecture
Hey ! ๐ Is anyone here using Cursor for a NestJS / Hexagonal architecture project ? Could you please share your .cursorrules file with me ? #NestJS #TypeScript #HexagonalArchitecture #Architecture #BackendDev #SOLID
๐๐๐ฑ๐๐ ๐จ๐ง๐๐ฅ ๐๐ซ๐๐ก๐ข๐ญ๐๐๐ญ๐ฎ๐ซ๐ - Dependencies point inwards - adapters depend on ports ๐-๐๐๐ฒ๐๐ซ๐๐ ๐๐ซ๐๐ก๐ข๐ญ๐๐๐ญ๐ฎ๐ซ๐ - Tight coupling between domain and infrastructure ------ Join 5,300+ engineers: journal.optivem #hexagonalarchitecture
DDD tells you ๐ธ๐ฉ๐ข๐ต your domain logic should look like. Hexagonal Architecture tells you ๐ฉ๐ฐ๐ธ to structure your code so that domain logic stays pure and independent. ------ Join 4,300+ engineers: journal.optivem.com #hexagonalarchitecture #ddd #softwaredevelopment
How about an article on Friday? Or two, three, ... letstalkaboutjava.blogspot.com/2025/09/link-dโฆ #LinkDump #softwarearchitecture #hexagonalarchitecture #microfrontend #softwaredevelopment #DomainDrivenDesign #java #spring #agile #leadership #fun
#ITByte: The Clean #Architecture is the system architecture guideline proposed by Robert C. Martin derived from many architectural guidelines like #HexagonalArchitecture, #OnionArchitecture. Here is a quick overview. knowledgezone.co.in/posts/Clean-Arโฆ
๐ Kayฤฑt Linki: my.backendguru.com/akin-kaldiroglโฆ #CleanArchitecture #HexagonalArchitecture #OnionArchitecture #BackendDevelopment
๐ Kayฤฑt Linki: my.backendguru.com/akin-kaldiroglโฆ #CleanArchitecture #HexagonalArchitecture #OnionArchitecture #BackendDevelopment
Hexagonal Architecture with Java Spring Boot ๐ | Clean Code in Microserv... youtu.be/lVv9htfWj2k?siโฆ #HexagonalArchitecture, #SpringBoot, #Java, #Microservices, #CleanCode, #SoftwareArchitecture, #DomainDrivenDesign, #DDD, #CodingBestPractices,
๐ก Vale a pena manter domรญnio anรชmico em uma arquitetura hexagonal? O Eduardo explica o impacto dessa escolha! #desenvolvedorio #designsoftware #hexagonalarchitecture #devtips
Reminder: You donโt need microservices to do DDD or hexagonal architecture. Logical boundaries โ physical separation. โ๏ธ As Ileana Diaz wrote for ApiumAcademy: โPorts and adapters are design tools, not deployment constraints.โ #DDD #HexagonalArchitectureโฆ
ยฟTu cรณdigo estรก mรกs acoplado que tus ex? ๐ La arquitectura hexagonal es terapia para tu app: separa responsabilidades, reduce el drama y mejora la salud mental del equipo. ๐ก Rompe el ciclo. #HexagonalArchitecture #CleanCode #DevHumor
Do NOT expose the database in the Hexagon! When you name the driven ports, don't use the word "Database"! Don't expose any SQL details or ORM details in your driven port interface! --- Join 5,200+ engineers: journal.optivem.com #hexagonalarchitecture
Hexagonal Architecture: coarse grained vs fine grained driving ports: - Coarse grained: Application services (e.g. OrderService) - Fine grained: Command handlers (e.g. PlaceOrderCommandHandler) --- Join 5,200+ engineers: journal.optivem.com #hexagonalarchitecture
Do NOT include the real external system in your Driven Adapter integration test! Instead, use Narrow Integration Tests, whereby you stub out external systems (e.g. WireMock, Pact mock server, etc.). --- Join 5,200+ engineers: journal.optivem.com #hexagonalarchitecture
Hexagonal Architecture has a modular structure. The Driving Adapters are module. The Hexagon is a module. The Driven Adapters are modules. Test each one in isolation. --- Join 5,200+ engineers: journal.optivem.com #hexagonalarchitecture
Logic in Hexagonal Architecture: 1. Driving Adapters -> Presentation Logic 2. Hexagon -> Business Logic 3. Driven Adapters -> Infrastructure Logic --- Join 5,200+ engineers: journal.optivem.com #hexagonalarchitecture
Abstractions Done Right: Discussing When It Is Worth Or Not by @bicatu at #ITNEXT. #domaindrivendesign #hexagonalarchitecture #softwaredevelopment #softwareengineering itnext.io/abstractions-dโฆ (f)
๐๐๐ฑ๐๐ ๐จ๐ง๐๐ฅ ๐๐ซ๐๐ก๐ข๐ญ๐๐๐ญ๐ฎ๐ซ๐ - Dependencies point inwards - adapters depend on ports ๐-๐๐๐ฒ๐๐ซ๐๐ ๐๐ซ๐๐ก๐ข๐ญ๐๐๐ญ๐ฎ๐ซ๐ - Tight coupling between domain and infrastructure ------ Join 5,300+ engineers: journal.optivem #hexagonalarchitecture
DDD tells you ๐ธ๐ฉ๐ข๐ต your domain logic should look like. Hexagonal Architecture tells you ๐ฉ๐ฐ๐ธ to structure your code so that domain logic stays pure and independent. ------ Join 4,300+ engineers: journal.optivem.com #hexagonalarchitecture #ddd #softwaredevelopment
Me complace compartir que he finalizado el Curso Profesional de Arquitectura de Software #Microservicios #HexagonalArchitecture #MVC #CQRS #ATAM #SoftwareEngineering #SoftwareDesign #Escalabilidad #platzi #pablogarciajc
#ITByte: The Clean #Architecture is the system architecture guideline proposed by Robert C. Martin derived from many architectural guidelines like #HexagonalArchitecture, #OnionArchitecture. Here is a quick overview. knowledgezone.co.in/posts/Clean-Arโฆ
TDD & Hexagonal Architecture - How do we test the Hexagon? Write Unit Tests for testing the use case behavior (with Test Doubles) and write Component Tests (with real Adapters) for the primary path. Join 4,700+ engineers: journal.optivem.com #tdd #hexagonalarchitecture
Hexagonal Architecture does NOT prescribe folder structure. @TotherAlistair shows us a useful folder structure example. Watch his recent presentation: youtube.com/watch?v=k0ykTxโฆ Join 4,400+ engineers: journal.optivem.com #hexagonalarchitecture
#HexagonalArchitecture in early morning colors ๐ ๐ #PortsAndAdapters #SoftwareArchitecture #Java github.com/VavelinDev/twiโฆ
Hexagonal Architecture in Monoliths & Microservices @ XtremeJ Conference YouTube recording: youtube.com/watch?v=QHi2RSโฆ #hexagonalarchitecture #microservices #testautomation
Hoy tengo algo especial para compartir con todos ustedes que estoy seguro les encantarรก: "A clean programmer is the best kind of programmer" estรก disponible online y es completamente gratuito! #CleanCode #AgileDevelopment #HexagonalArchitecture #GoLang #SoftwareArchitecture
In Hexagonal Architecture, how should we test the Driven Adapters? I used to think that ALL Integration Tests should include I/O. But this was a big mistake... read the full article: journal.optivem.com/p/hexagonal-arโฆ #hexagonalarchitecture #optivem
๐ฏ Did you know that #HexagonalArchitecture can transform how we design software? Discover how to separate business logic from technical details for flexible, scalable, and testable systems. ๐ปโจ ๐ Read more here: geovannycode.com/en/hexagonal-aโฆ #telodijoelgio
Just recorded an upcoming #UnhandledException podcast episode with the awesome @ValentinaCupac, where we chatted about #hexagonalarchitecture! A tricky thing to explain in an audio-only podcast without diagrams - but I think we succeeded! ๐ฅ๐๏ธ Really looking forward to publishingโฆ
Latest video from my "Creating Ensembler" series, "Episode 4: Registration" Watch Now: youtu.be/Xer-o5GmKSU #TDD #SpringBoot #HexagonalArchitecture #Thymeleaf
๐๏ธ Hexagonal Architecture in Practice by @JulienTopcu at #Jfokus2025! Tackle software complexity and tech debt with Hexagonal Architecture in this 100% live coding session. Learn to make your apps adaptable and sustainable. #HexagonalArchitecture #CleanCode #LiveCoding
We are excited to announce the international Tech Excellence Conference 2024. The lineup is strong, weโve gathered the most impactful minds from the software industry. It's online & free. Register here: meetup.com/techexcellenceโฆ #tdd #ddd #hexagonalarchitecture #techexcellence
Narrow Integration Tests target the Driven Ports, and are executed against the Driven Adapters & Fake Adapters. ๐จ๐ป๐ถ๐ ๐ง๐ฒ๐๐๐ - Live Q&A (Apr 30): lu.ma/hhmu38v1 Optivem Journal paid members get 100% discount (see event description). #tdd #hexagonalarchitecture
A drawing of a #HexagonalArchitecture app mixing the classic hexagon diagram and the UML notation for provided/required interfaces. I think it clearly visualizes driving/driven sides without having to mention them in the pic
Something went wrong.
Something went wrong.
United States Trends
- 1. Good Sunday 53.4K posts
- 2. Klay 23.3K posts
- 3. McLaren 94.6K posts
- 4. Lando 132K posts
- 5. #FelizCumpleaรฑosNico 2,677 posts
- 6. #FelizCumpleaรฑosPresidente 2,607 posts
- 7. #AEWFullGear 72.1K posts
- 8. Ja Morant 10.5K posts
- 9. #LasVegasGP 225K posts
- 10. Piastri 69.2K posts
- 11. Oscar 123K posts
- 12. Verstappen 100K posts
- 13. Gambino 3,167 posts
- 14. Tottenham 37.3K posts
- 15. Kimi 54K posts
- 16. Hangman 10.6K posts
- 17. Samoa Joe 5,386 posts
- 18. Swerve 6,692 posts
- 19. Arsenal 158K posts
- 20. South Asia 37.2K posts