Browsing Tag
api
228 posts
HTTP 200 Is a Lie: A 30-Line Schema Canary for Source Drift
A scraper that returns HTTP 200 is not a scraper that returns good data. Those are two different…
Extract Plain Text from Medium Posts for RAG and Search Indexes
Chunk clean article content for embeddings, summarization, and full-text search—skip nav, clap bars, and scripts. Extract Plain Text…
How to Create Custom API Documentation in FastAPI
Have you ever wondered if you could actually change or edit your /docs or /redoc API documentation page?…
Selectolax: a faster BeautifulSoup alternative for Python scraping at scale
Our API was choking at 2 requests per second. Not because of network. Not because of proxies. The…
Knowledge Base Software for B2B Support: Architecture, API Design, and AI Readiness
Most teams don’t struggle to choose a knowledge base. They struggle to choose the right one for how…
Anthropic’s Agents Now Self-Improve Between Sessions. Here’s How Dreaming Works.
On May 6th, Anthropic shipped three new capabilities for Managed Agents. Two of them — Outcomes and multi-agent…
The creation of Power Bar in Astrocot (an astrology system).
I created a command bar (Power Bar) to control the system (Sky Chart) using readable text instead of…
API Management Maturity Model for IBM i Enterprises
In many enterprise organizations, IBM i continues to sit quietly at the center of critical business operations. Financial…
Why AI Is Breaking Your API Security Model (And Nobody on Your Team Notices)
Your API gateway is lying to you. While you’ve been perfecting your OAuth flow and rate-limiting on the…
Tutorial: Build High-Throughput APIs with Go 1.24 and Gin 1.10
In 2024, API throughput remains the single biggest bottleneck for 68% of backend teams, with 42% of Go-based…