logo hsb.horse
← Back to tag index

Tags

#architecture

Blog posts, snippets, and glossary entries related to "architecture", gathered in one place.

Entries 3
  1. Blog
    Basic 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.

  2. Glossary
    Deterministic

    Deterministic refers to a property where the same conditions always produce the same result, or where execution order and outcomes are predictable.

  3. Blog
    Mobile 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.