Arities as pseudo-protocol
Explores using function arities as a pseudo-protocol in Clojure's Flow library, comparing it to traditional protocol-based design.
Explores using function arities as a pseudo-protocol in Clojure's Flow library, comparing it to traditional protocol-based design.
A product manager argues against excessive documentation, explaining why linking unrelated features can create clutter and maintenance issues.
A guide to designing reliable, production-grade Kubernetes controllers and avoiding common API design pitfalls.
Learn how to implement standardized Problem Details error responses in ASP.NET Core APIs to improve developer experience and debugging.
How to optimize AWS News API with smart CDN caching strategies to reduce backend load and improve frontend performance.
A deep dive into the API design choices, tradeoffs, and lessons learned from developing the popular TanStack React Query library.
Explores the philosophical differences in cryptographic library design, focusing on algorithm inclusion, misuse-resistance, and user expectations.
A technical breakdown of the launch process, systems, and architecture behind the release of the Pile-Up Poker game on the Puzzmo platform.
The article critiques JORM-style APIs, explaining why they are not true REST and how hypermedia-driven design solves coupling and evolvability issues.
Applying API/UI design principles to education, arguing for immediate engagement over delayed theory to improve knowledge transfer.
Explores advanced techniques for the Meridian Swift web framework, focusing on responder parameterization and architectural design decisions.
Explains how Puzzmo's API uses a plugin architecture and TypeScript to manage per-game customizations for features like leaderboards and news.
Explores React Query v5's new Query Options API, which consolidates all function parameters into a single object for better abstraction and sharing.
Exploring the challenges of designing an API for an Astro-first component library, focusing on popover component architecture and hydration.
Explains how to use C#12's new ExperimentalAttribute to mark and require opt-in for experimental APIs in libraries, preventing accidental usage.
Explains the benefits and practical use of C# nullable reference types for safer code and cleaner API design.
A guide to using semantic SwiftUI extensions to conditionally apply new iOS features while maintaining backward compatibility with older OS versions.
React Query v5 will remove useQuery callbacks, exploring API design challenges and the rationale behind breaking changes in library development.
A developer compares sleep API schemas from Oura, Whoop, and others, analyzing design choices and real-world discrepancies.
Explains how to use JavaScript's AbortController to manage the expiry of tokens or objects, ensuring they are invalidated after a set lifetime.