Dynamic Link Service
A dynamic link service built as an alternative to Firebase Dynamic Links, providing URL shortening, platform detection, social media link previews, and analytics for mobile and web applications. ...
A dynamic link service built as an alternative to Firebase Dynamic Links, providing URL shortening, platform detection, social media link previews, and analytics for mobile and web applications. ...
Practical implementation of Hexagonal Architecture (Ports and Adapters) in Go. A learning resource for building scalable, maintainable systems with clean architecture principles. [Read the article](https://medium.com/@yinebeb-tariku/hexagonal-architecture-93a94677624 2) Features Core business logic isolated from frameworks Multiple adapters: REST API (Gin), PostgreSQL, SQLite BDD testing with Godog Clear separation of concerns Technical Stack Go Clean Architecture Gin PostgreSQL Structure /internal /adapter /handler (REST, gRPC) /repository (PostgreSQL, SQLite) /core /entity /port /service Links GitHub • [Article](https://medium.com/@yinebeb-tariku/hexagonal-architecture-93a94677624 2)