Skip to content
Standard
Reader
Log in
Tag
Api
Articles and publications tagged Api across the Atmosphere.
208
articles
30
publications
Articles
Publications
Recent
Recent
Trending
Most popular
Jeff Auriemma
·
Aug 14, 2026
Future of staff-level engineering, MCP auth, CLI dev, new GraphQL tagline, governance by default, API vs. Tool design
Week of 2026-08-10 roundup
engineering management
·
mcp
John Beales
·
Aug 12, 2026
Updated my 13 year old API mashup, Monarch Migration Explorer, to use Leaflet & OpenStreetMap instead of Google Maps. Take a look at where Monarch butterflies have been spotted over the last several years at https://monarchs.johnbeales.com
api
·
butterflies
Wheel of Names blog
·
Aug 9, 2026
Announcing API v3
1
·
api
Mahib's Margins
·
Aug 8, 2026
Accepted proposal: Go examples with any signature
Go examples with parameters or results can appear in documentation without becoming tests.
Go
·
Testing
kawarimidoll.com
·
Jul 30, 2026
APIクライアントTUIのPostingが良さげかも
ターミナル上でAPIの開発・テストができるクライアントPostingの紹介です。
tech
·
yosage
Redowan's Reflections
·
Jul 29, 2026
Accepted proposal: range over all command-line flags
The flag package is getting a range-friendly iterator and a direct way to tell whether a flag was set successfully.
Go
·
CLI
Redowan's Reflections
·
Jul 28, 2026
Accepted proposal: Go examples with any signature
Go examples with parameters or results can appear in documentation without becoming tests.
Go
·
Testing
ewan's devlog
·
Jun 13, 2026
AT Protocol MCP Server: API Expansion Phase 1
atproto
·
api
Google Open Source blog
·
Jun 12, 2026
A new pkg.go.dev API for Go
Access to Go metadata has been an everpresent need for the Go community. Since its launch, pkg.go.dev has served as a central hub for Go package...
API
·
developer tools
kawarimidoll.com
·
May 22, 2026
ターミナルで使えるAPIクライアントRestermが良さげかも
複数プロトコルに対応したAPIクライアントTUIのRestermの紹介です。
tech
·
yosage
Redowan's Reflections
·
May 9, 2026
Type-safe slogging
The default slog API is loose enough that a careless line ships broken JSON to production. Pin it down with Attr constructors, LogAttrs, a context-borne logger, and sloglint.
Go
·
Logging
Redowan's Reflections
·
May 2, 2026
Hoisting wire plumbing out of your Go handlers
Four of the five steps in every unary RPC handler are wire plumbing. Pin the service function signature and they fit in one generic adapter per transport.
Go
·
API
Redowan's Reflections
·
Apr 19, 2026
Accepted proposal: UUID in the Go standard library
Notes on Go's newly accepted uuid proposal and the tradeoffs behind the API.
Go
·
API
Ricky Moorhouse
·
Apr 13, 2026
API Versioning is a Contract Commitment, not a Technical Choice
API
·
versioning
Redowan's Reflections
·
Mar 31, 2026
What's the ideal dispatch mechanism?
Switch, map of functions, and interface registry for dispatching in Go.
Go
·
API
Ricky Moorhouse
·
Mar 28, 2026
Observability as a design requirement
Observability is a design decision, not an afterthought. From the platform team to API consumers to AI agents, knowing what is happening across your API — and building that in from the start — is what gives you confidence when things go wrong in production.
architecture
·
api
Redowan's Reflections
·
Mar 18, 2026
Is passing user ID through context an antipattern?
Why the middleware-to-handler boundary is a special case for context values.
Go
·
API
Redowan's Reflections
·
Mar 17, 2026
What belongs in Go's context values?
A simple litmus test for when to use context values in Go.
Go
·
API
Redowan's Reflections
·
Mar 15, 2026
Wrapping a gRPC client in Go
How to wrap a generated gRPC client behind a clean Go API so users never have to touch protobuf types or connection management directly.
Go
·
gRPC
Ricky Moorhouse
·
Mar 14, 2026
Designing for Multi-Region API Deployments
A practical guide to designing multi-region API deployments - covering data consistency, auth dependencies, traffic routing, and failure modes, with real-world lessons from IBM API Connect SaaS.
architecture
·
api
Redowan's Reflections
·
Mar 5, 2026
Mutate your locked state inside a closure
Why your mutex wrapper should accept a closure for mutation instead of a plain value, with examples from the standard library and Tailscale.
Go
·
Concurrency
Redowan's Reflections
·
Jan 23, 2026
Your Go tests probably don't need a mocking library
Practical patterns for mocking in Go without external libraries. Learn to mock functions, methods, interfaces, HTTP calls, and time using only the standard library
Go
·
Testing
Den
·
Jan 17, 2026
Programmatically Setting GitHub Issue Types
A quick guide on how to programmatically set the GitHub issue type with the GitHub CLI, even if built-in functionality for this doesn't quite exist.
github
·
api
subaud
·
Dec 29, 2025
Verifying Clerk JWTs in Cloudflare Workers
Authentication typically happens in one of two places: the frontend checks if a user is logged in before showing protected UI, and the backend validates tokens before processing requests. There's a third option—verifying JWTs at the edge, in a Cloudflare Worker, before requests reach your backend infrastructure. This approach rejects unauthenticated requests at the edge, preventing them from consuming backend resources. It keeps your authentication provider's secrets out of your backend infras
Cloudflare
·
AWS
Home
Latest
Discover
Search