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....
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...
Original article published at tolu.se/blog/sveltekit-rpc-hono/ Working example codebase for article...
If you already have an OpenAPI Specification (Swagger) for your API, you don’t need to recreate...
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...
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...
Abstract API documentation is the backbone of modern software development. With .NET 9's...
How a small Spring Boot experiment evolved into a generics-aware API client framework — and what it...
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...
My Journey with Fuego I’ve been a Go developer for a few years now and, like many Gophers, I’ve...
Note: This post was cross-posted from Hexmos Journal As I work on LiveAPI day in day out, trying to...
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...
I've been working on an engineering tool, LiveAPI, for the past few months with a passionate team of...
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...
In this article, we'll explore the Model Context Protocol (MCP) briefly and help you decide whether...
Introduction Nowadays, more and more engineering teams use OpenAPI (Swagger) to generate...
This post might get a little meta – so consider this a gentle warning before you dive in. But I...
Let's be real: enterprise software can feel like a labyrinth. Our app at AnchorBlock, AnchorBooks.ai,...
Introduction At Chili Piper, one of our ongoing challenges is ensuring our frontend...
What if your internal APIs could talk to AI agents without manual integration, schema rewrites, or...
A powerful online tool for quickly converting OpenAPI specifications to TypeScript type definitions...
WHY when we create backend for our app, if we want other people to make request to our...
TL;DR: Learn how to integrate Swagger UI into a Vue 3 application and create custom plugins to extend...
SDKs win developers. The clear DX advantage of an SDK over raw HTTP is undeniable–type safety,...