Write Your Own MCP Server in 50 Lines: Real Tools for Your AI Agent
Connecting real-world tools to AI agents fundamentally changes their capabilities. I explain how I set up my own tool server and the challenges I faced.
15 posts found.
Connecting real-world tools to AI agents fundamentally changes their capabilities. I explain how I set up my own tool server and the challenges I faced.
I compare 3 common API versioning methods (URL Path, Query Parameter, Custom Header) for RESTful APIs. Which one is better in which situation...
I'm sharing different API versioning strategies, their advantages/disadvantages, blended with my own experiences.
I examine the balance between simplicity and flexibility when choosing among API versioning strategies, drawing from my own experiences. Which approach works.
An in-depth guide to mobile application API versioning strategies, the impact of technical debt on careers and projects, and best practices.
I compare API versioning strategies based on my experiences: Should we prioritize simplicity or flexibility for developers? The trade-offs…
API versioning is a challenge I frequently encounter in software architecture. In this post, I'll discuss different strategies, trade-offs, and my experiences.
I compare API versioning strategies, specifically URI and Header-based approaches, using my own experiences. In which scenarios does each make more sense?
A deep dive into REST, GraphQL, and gRPC API design approaches. I compare them with concrete examples to help you choose the best fit for your project.
Should you use URI or Header for version management in your APIs? A deep dive into the pros, cons, and real-world scenarios of both approaches.
Comparing API versioning strategies through URI and Header approaches. A pragmatic decision-making guide.
I share API versioning strategies, the advantages and disadvantages of different approaches, and practical experiences gained in my own projects.
A secure authorization pipeline you can build with the Envoy ext_authz filter to separate identity, policy, and decision logging on internal service traffic.
Practical rules for sustainable REST API design in production — from resource modelling to idempotency, pagination, and the error contract.
An enterprise approach that centralizes identity, rate-limit, and data-protection policies at the API gateway layer.