Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
I had a goal: to create a command-line interface (CLI) for a well-known API I was using at work....
The Problem with LLM Outputs Working with LLMs in production applications, I kept running...
Learn how to auto-generate MCP tools from any OpenAPI spec using FastMCP, FastAPI, and httpx. Connect AI assistants like Claude Desktop to your API instantly.
If you love clean architecture and TypeScript, this guide will show you how to build fast,...
So, .NET 9 showed up and decided Swashbuckle’s time in the templates was over. No AddSwaggerGen(), no...
The Problem If you're building a full-stack app with JavaScript on both ends, you've got...
Update (Jan 2026): This article was updated to reflect the introduction of api-contract as a...
The Problem: Documentation Drift 📉 If you're building APIs with Next.js, you've probably...
In modern distributed systems, APIs are everywhere — frontend-to-backend, backend-to-backend,...
Meet Kaapi, a modular, TypeScript-first backend framework with built-in messaging, docs, and extensibility. Learn how to configure your app and generate your API documentation.
Original article published at tolu.se/blog/sveltekit-rpc-hono/ Working example codebase for article...
Automatically generate OpenAPI 3.0 specifications from your SvelteKit server endpoints using JSDoc @swagger annotations.
If you already have an OpenAPI Specification (Swagger) for your API, you don’t need to recreate...
After 20+ years in software, I've seen every approach. Spec-first is the one that actually works. Here's how.
A few weeks ago I introduced Bytedocs, a modern alternative to Swagger. in my first article where I...
If you’re building REST API clients (or servers) with TypeScript, you expect type safety to save the...
In Python development, we often default to using basic data structures like dict and list to move...
In many teams, frontend and backend evolve in parallel — and very often, they drift apart. I’ve seen...
Documentation debt is real. Every developer knows the sinking feeling of discovering their API docs...
Your OpenAPI spec is complete. Every endpoint documented, every parameter defined, every response...
Modern software teams ship extremly fast. However, external API dependencies still slow things down...
LM Studio Web Manager is a lightweight web UI to list, load/unload, and configure LM Studio models. It adds Basic Auth or Bearer token security through nginx proxy and enables access from any device without needing a VPN.
Okay, this happened to me again yesterday and I finally snapped. On a Monday... PM: "hey, we need a...
1. Introduction & Contract-First Approach APIs are the arteries of modern software,...
Links Documentation: Docs Repository: GitHub PyPi: FastOpenAPI About a month...
Many of you have probably used OpenAPI in your projects, or at least heard of it. But from my regular...
We all love Astro for its simplicity and developer experience. But sometimes, its API endpoints feel...
By: Kevin Kimani Payment gateways like Rapyd help businesses seamlessly handle transactions across...
Greetings, today I decided to talk about how automatic generation of models and services on the...
A practical exploration of creating automated validation tools for OpenAPI specifications, with...