#hexagonalarchitecture نتائج البحث

𝐇𝐞𝐱𝐚𝐠𝐨𝐧𝐚𝐥 𝐀𝐫𝐜𝐡𝐢𝐭𝐞𝐜𝐭𝐮𝐫𝐞 - Dependencies point inwards - adapters depend on ports 𝟑-𝐋𝐚𝐲𝐞𝐫𝐞𝐝 𝐀𝐫𝐜𝐡𝐢𝐭𝐞𝐜𝐭𝐮𝐫𝐞 - Tight coupling between domain and infrastructure ------ Join 5,300+ engineers: journal.optivem #hexagonalarchitecture

cupac_jelena's tweet image. 𝐇𝐞𝐱𝐚𝐠𝐨𝐧𝐚𝐥 𝐀𝐫𝐜𝐡𝐢𝐭𝐞𝐜𝐭𝐮𝐫𝐞 

- Dependencies point inwards - adapters depend on ports

𝟑-𝐋𝐚𝐲𝐞𝐫𝐞𝐝 𝐀𝐫𝐜𝐡𝐢𝐭𝐞𝐜𝐭𝐮𝐫𝐞

- Tight coupling between domain and infrastructure

------
Join 5,300+ engineers: journal.optivem

#hexagonalarchitecture

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

valentinajemuov's tweet image. 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

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

cupac_jelena's tweet image. 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

#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…

KnowledgeZoneIn's tweet image. #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…

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

valentinajemuov's tweet image. 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

JuanMGarridoPaz's tweet image. 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

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

valentinajemuov's tweet image. 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

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…

dracan's tweet image. 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…

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

valentinajemuov's tweet image. 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

valentinajemuov's tweet image. 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

🎯 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

geovannycode's tweet image. 🎯 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 because Netflix does this, you don't have to do this. Less is more. Keep shit simple. #HexagonalArchitecture

gubatron's tweet image. Just because Netflix does this, you don't have to do this.
Less is more.
Keep shit simple.
#HexagonalArchitecture

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

valentinajemuov's tweet image. 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

Heute mal wieder mit interessanten Menschen einen #DDD und #hexagonalArchitecture Workshop durchgeführt. Morgen kommt Teil 2. Ich freu mich. @teamneusta

larmicDE's tweet image. Heute mal wieder mit interessanten Menschen einen #DDD und #hexagonalArchitecture Workshop durchgeführt. Morgen kommt Teil 2. Ich freu mich. @teamneusta

“The app is a components, with ports. ” Thank you @TotherAlistair for sharing your insights on Hexagonal Architecture - youtube.com/watch?v=k0ykTx… Thanks @valentinajemuov, @dmokafa, @oliverzihler & @AlinaLiburkina for organizing. #hexagonalarchitecture #techexcellence

techexcellence_'s tweet image. “The app is a components, with ports. ”

Thank you @TotherAlistair for sharing your insights on Hexagonal Architecture - youtube.com/watch?v=k0ykTx…

Thanks @valentinajemuov, @dmokafa, @oliverzihler & @AlinaLiburkina for organizing.

#hexagonalarchitecture #techexcellence

#HexagonalArchitecture is a known use of the configurable receiver pattern, written by @TotherAlistair , formerly named configurable dependency

JuanMGarridoPaz's tweet image. #HexagonalArchitecture is a known use of the configurable receiver pattern, written by @TotherAlistair , formerly named configurable dependency

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

cupac_jelena's tweet image. 𝐇𝐞𝐱𝐚𝐠𝐨𝐧𝐚𝐥 𝐀𝐫𝐜𝐡𝐢𝐭𝐞𝐜𝐭𝐮𝐫𝐞 

- 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

cupac_jelena's tweet image. 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

#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…

KnowledgeZoneIn's tweet image. #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…

💡 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

apiumhub.com

You Don't Need Microservices to Use Hexagonal Architecture and DDD - Apiumhub

In the software development field, microservices, hexagonal architecture and DDD (Domain Driven Design) are the most popular topics.


¿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


لا توجد نتائج لـ "#hexagonalarchitecture"

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

valentinajemuov's tweet image. 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

𝐇𝐞𝐱𝐚𝐠𝐨𝐧𝐚𝐥 𝐀𝐫𝐜𝐡𝐢𝐭𝐞𝐜𝐭𝐮𝐫𝐞 - Dependencies point inwards - adapters depend on ports 𝟑-𝐋𝐚𝐲𝐞𝐫𝐞𝐝 𝐀𝐫𝐜𝐡𝐢𝐭𝐞𝐜𝐭𝐮𝐫𝐞 - Tight coupling between domain and infrastructure ------ Join 5,300+ engineers: journal.optivem #hexagonalarchitecture

cupac_jelena's tweet image. 𝐇𝐞𝐱𝐚𝐠𝐨𝐧𝐚𝐥 𝐀𝐫𝐜𝐡𝐢𝐭𝐞𝐜𝐭𝐮𝐫𝐞 

- 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

cupac_jelena's tweet image. 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

#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…

KnowledgeZoneIn's tweet image. #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…

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

valentinajemuov's tweet image. 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

This was a fun little discovery Netflix and now AWS :) #hexagonalarchitecture.

TotherAlistair's tweet image. This was a fun little discovery  
Netflix and now AWS :)
#hexagonalarchitecture.

🎯 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

geovannycode's tweet image. 🎯 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 in Monoliths & Microservices @ XtremeJ Conference YouTube recording: youtube.com/watch?v=QHi2RS… #hexagonalarchitecture #microservices #testautomation

valentinajemuov's tweet image. 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

G_Programming's tweet image. 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

valentinajemuov's tweet image. 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

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…

dracan's tweet image. 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…

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

JuanMGarridoPaz's tweet image. 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

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

valentinajemuov's tweet image. 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

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

valentinajemuov's tweet image. 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

Hexagonal Architecture is testable. The tests target the Driving Ports, and the Driven Ports are mocked out. Thank you @TotherAlistair for your in-depth presentation youtube.com/watch?v=k0ykTx…. Join 4,100+ engineers journal.optivem.com #hexagonalarchitecture #optivem

valentinajemuov's tweet image. Hexagonal Architecture is testable. The tests target the Driving Ports, and the Driven Ports are mocked out.

Thank you @TotherAlistair for your in-depth presentation youtube.com/watch?v=k0ykTx…. 

Join 4,100+ engineers journal.optivem.com

#hexagonalarchitecture #optivem

Loading...

Something went wrong.


Something went wrong.


United States Trends