go-food-delivery-microservices icon indicating copy to clipboard operation
go-food-delivery-microservices copied to clipboard

🍕 A practical and imaginary food delivery microservices, built with golang, domain-driven design, cqrs, event sourcing, vertical slice architecture, event-driven architecture, and the latest technolo...

Results 39 go-food-delivery-microservices issues
Sort by recently updated
recently updated
newest added

- [https://github.com/uber-go/dig](https://github.com/uber-go/dig) - [https://github.com/google/wire](https://github.com/google/wire) - [https://github.com/samber/do](https://github.com/samber/do) - [https://github.com/batazor/microservice-template](https://github.com/batazor/microservice-template-ddd/blob/8a52d67a3361d5e59d09fc2928744d00bf9cf09e/internal/di/book.go#L30) - [https://github.com/AkbaraliShaikh/denti](https://github.com/AkbaraliShaikh/denti) - [Go Dependency Injection with Wire](https://blog.drewolson.org/go-dependency-injection-with-wire) - [Go dependency injection with Wire](https://blog.logrocket.com/go-dependency-injection-wire/) - [Mastering Wire](https://itnext.io/mastering-wire-f1226717bbac) - [Dependency injection in GO](https://golangforall.com/en/post/dependency-injection.html)

enhancement
feature

documentation
help wanted
good first issue

- [Envoy as an API Gateway: Part I](https://ekhabarov.com/post/envoy-as-an-api-gateway-grpc-microservice/) - [https://github.com/amukherj/envoygrpc](https://github.com/amukherj/envoygrpc) - [https://github.com/rafael-piovesan/go-rocket-ride](https://github.com/rafael-piovesan/go-rocket-ride)

help wanted
feature

enhancement
help wanted
good first issue

Currently, I use tags for validating inputs with [go-playground/validator](https://github.com/go-playground/validator) package, maybe it's cleaner that we move them to `validator.go` file in each slice. - [https://github.com/go-ozzo/ozzo-validation](https://github.com/go-ozzo/ozzo-validation) - [Input validation in GoLang](https://medium.com/@apzuk3/input-validation-in-golang-bc24cdec1835)

enhancement

- [Golang Microservices: Observability using OpenTelemetry](https://www.youtube.com/watch?v=bytCFQJ43DE) - [https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/examples/demo](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/examples/demo) - [open-telemetry/opentelemetry-collector-contrib](https://github.com/open-telemetry/opentelemetry-collector-contrib) - [https://opentelemetry.io/docs/collector/getting-started/](https://opentelemetry.io/docs/collector/getting-started/) - [https://github.com/open-telemetry/opentelemetry-collector/](https://github.com/open-telemetry/opentelemetry-collector/)

feature