Software Craftsman
  • Home
  • Posts
  • Project
  • English
    English 中文
Go Microservice with Clean Architecture
2019-08-22 Jin Feng
Tags: Golang Grpc Clean Architecture Microservice
Categories: Go Microservice
I wrote a series of articles on Go Microservice with gRPC in Clean Architecture and SOLID design. It talked about best practice in application design, application layout and project structure, logging, error handling, transaction management, application container and Dependency Injection.

Read More →
Go Microservice with Clean Architecture: Application Container
2019-07-29 Jin Feng
Tags: Golang Clean Architecture Application Container
Categories: Go Microservice
Application container is responsible for creating concrete types and inject them into each function. It is the most complex piece in the application

Read More →
Go Microservice with Clean Architecture: Dependency Injection
2019-07-29 Jin Feng
Tags: Golang Clean Architecture Application Container Dependency Injection
Categories: Go Microservice
Application container uses Dependency Injection to create concrete types and inject them into each function. Under the core, it uses the factory method pattern.

Read More →
Go Microservice with Clean Architecture: Coding Style
2019-07-24 Jin Feng
Tags: Golang Coding Style Clean Architecture
Categories: Go Microservice
Coding style is crucial to make programming effective. Good naming makes code self documenting. It includes three parts: application layout, coding rules and style, naming convention

Read More →
Go Microservice with Clean Architecture: Transaction Support
2019-07-24 Jin Feng
Tags: Golang Database Transaction Clean Architecture
Categories: Go Microservice
A business level transaction management system in Go that fulfilled most features of the declarative transaction .

Read More →
  • ««
  • «
  • 1
  • 2
  • »
  • »»

Recent Posts

  1. Service Resilience
  2. Go Distributed Tracing
  3. Go Microservice Series(*****)
  4. Application Container
  5. Dependency Injection
  6. Logging and Error Handling
  7. Coding Style
  8. Transaction Support
  9. Clean Architecture Design
  10. Design Principle

Categories

go-microservice

Tags

application-container application-layout clean-architecture coding-style database-transaction dependency-injection error-handling golang grpc logging microservice service-resilience tracing

Powered by Hugo | Theme - Bootstrap | ©Jin Feng 2019

Back to top