A Practical Methodology, HSM, Handler,Service,Model, for Golang Backend Development
摘要:A simple methodology or design pattern called HSM (Handler, Service, Model) or Golang backend development. HSM is similar to MVC but specifically tailored for pure backend development in the Go programming language (Golang).
阅读全文
posted @
2023-06-20 10:58
Bo Schwarzstein
阅读(183)
推荐(0)
Benchmark JuiceFS at AWS 2
摘要:Deployed JuiceFS to self-managed K3s cluster with mountOptions - cache-size=0 to disable any cache. Use t3a.medium to do the test. Sequential Read 512
阅读全文
posted @
2022-12-23 12:41
Bo Schwarzstein
阅读(46)
推荐(0)
Benchmark JuiceFS on AWS 1
摘要:Tried JuiceFS v1.0.2, with PostgreSQL database, which is running at another t3a.medium instance runs within same VPC but another avalibility zone. Use
阅读全文
posted @
2022-12-20 19:52
Bo Schwarzstein
阅读(56)
推荐(0)
Work with AWS VPC, Lambda and Internet
摘要:AWS VPC means a VLAN for a user, the all potential network resource might allocated within this VLAN with private IP addresses, such as EC2, EFS etc.
阅读全文
posted @
2022-10-21 12:17
Bo Schwarzstein
阅读(67)
推荐(0)