About 467,000 results
Open links in new tab
  1. Hexagonal Architecture and Clean Architecture (with examples)

    Aug 10, 2022 · The Hexagonal Architecture (also known as Ports and Adapters Architecture) is a software architecture that is based on the idea of isolation of the core business logic from outside concerns by separating the application into loosely coupled components.

  2. Building RESTful API with Hexagonal Architecture in Go

    Sep 27, 2023 · Simple RESTful Point of Sale (POS) Service API written in Go using Gin web framework, PostgreSQL database, and Redis cache. Proof of concept of implementing Hexagonal Architecture in Go.

  3. 037: End to End Testing REST API (Part 4) – Hexagonal Architecture

    Jul 14, 2021 · In this episode we look at the Hexagon Architecture approach we use to create the book api. We draw out a diagram to show how the different parts of our application fit within the Hexagon Architecture pattern. The code produced during this episode can be found on GitHub.

  4. Hexagonal Architecture – System Design - GeeksforGeeks

    Oct 21, 2024 · Hexagonal Architecture, also known as Ports and Adapters Architecture, is a design pattern used in system development. It focuses on making software flexible and adaptable by separating the core logic from external dependencies, like databases or user interfaces.

  5. Building a RESTful API with Spring Boot: Integrating DDD and Hexagonal

    May 4, 2024 · In this article, we explored how using Spring Boot, Domain-Driven Design (DDD), and Hexagonal Architecture can transform the development of RESTful APIs, making them more robust, scalable,...

  6. naspredam/rest-spring-boot-hexagonal-architecture - GitHub

    Aug 13, 2012 · This project is to expose my interpretation of the hexagonal architecture, under spring-boot framework. The diagram of the hexagonal architecture relies on the following: I have tried to take a diagram that I have seen common on different articles, even though I saw port/adapter to be swap.

  7. Hexagonal Architecture by example - a hands-on introduction

    May 21, 2020 · The example microservice, which will help us depict Hexagonal Architecture, exposes a very simple REST API. As an author, you can create an article and then retrieve its content by issuing POST and GET HTTP requests, respectively.

  8. Hexagonal architecture in Python (FastAPI example included).

    Oct 7, 2022 · Hexagonal architecture is one of the styles of application architecture that you can use in your project. In today’s blog post I would like to show you how you can build your application using...

  9. Hexagonal Architecture, DDD, and Spring | Baeldung

    May 11, 2024 · Hexagonal architecture is a model of designing software applications around domain logic to isolate it from external factors. The domain logic is specified in a business core, which we’ll call the inside part, with the rest being outside parts. Access to domain logic from the outside is available through ports and adapters. 3. Principles.

  10. Easy guide to hexagonal architecture - Duck Academy

    In this example we will create an Spring boot application with a REST API, this API will server from two sources, JSON file and H2 memory database.

  11. Some results have been removed
Refresh