Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phamtai97/go-experienced-series
Project contains examples in the Golang experienced series
https://github.com/phamtai97/go-experienced-series
Last synced: 2 months ago
JSON representation
Project contains examples in the Golang experienced series
- Host: GitHub
- URL: https://github.com/phamtai97/go-experienced-series
- Owner: phamtai97
- License: mit
- Created: 2023-07-30T03:48:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-02T06:26:29.000Z (about 1 year ago)
- Last Synced: 2023-12-03T05:43:17.370Z (about 1 year ago)
- Language: Go
- Size: 29.3 KB
- Stars: 14
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-experienced-series
Project contains examples in the Golang experienced series## 1. Hexagonal architecture
- Medium blog:
- [Hexagonal Architecture with Golang Part 1](https://medium.com/@pthtantai97/hexagonal-architecture-with-golang-part-1-7f82a364b29)
- [Hexagonal Architecture with Golang Part 2](https://medium.com/@pthtantai97/hexagonal-architecture-with-golang-part-2-681ee2a0d780)
- [Mastering gRPC server with graceful shutdown within Golang’s Hexagonal Architecture](https://medium.com/@pthtantai97/mastering-grpc-server-with-graceful-shutdown-within-golangs-hexagonal-architecture-0bba657b8622)
- Hashnode blog:
- [Hexagonal Architecture with Golang Part 1](https://ajpham97.hashnode.dev/hexagonal-architecture-with-golang-part-1)
- [Hexagonal Architecture with Golang Part 2](https://ajpham97.hashnode.dev/hexagonal-architecture-with-golang-part-2)
- [Mastering gRPC server with graceful shutdown within Golang’s Hexagonal Architecture](https://ajpham97.hashnode.dev/mastering-grpc-server-with-graceful-shutdown-within-golangs-hexagonal-architecture)
- Project:
- [hexagonal](hexagonal)