Tags
#architecture
Blog posts, snippets, and glossary entries related to "architecture", gathered in one place.
Entries 3
- BlogBasic policy when implementing an API server with Golang
I have organized my own basic policies when writing an API server in Go, including single binary + cobra, operation focus, HTTP/CLI separation, secure error handling, and graceful shutdown.
- GlossaryDeterministic
Deterministic refers to a property where the same conditions always produce the same result, or where execution order and outcomes are predictable.
- BlogMobile App Configuration from a Web Engineer's Perspective: Startup-Time Metadata Retrieval Approach
Organizing challenges in mobile app domain management and versioning from the perspective of web frontend and infrastructure experience. Proposing a startup-time metadata retrieval approach using CloudFront and S3, with comparisons to existing solutions like Firebase Remote Config.
hsb.horse