» Tag
servers
5 postsSystem Design the Agentic Way — Phase 1: The Single Machine Ceiling
Phase 1 offers critical insights into server resource management and failure causes.
Hosting an MCP Server in ASP.NET Core: MapMcp and Production Config
Discover how to host an MCP server in ASP.NET Core. Learn about stateless mode and production configurations.
Migrating My MCP Server from STDIO to Streamable HTTP
Challenges and solutions encountered while migrating an MCP server to Streamable HTTP.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comThe Invisible Server Bug: My Experience with a Java HTTP Server
I explored the bugs I encountered while building a bare-metal HTTP server in Java and the importance of I/O.
Examining the Machine Code of a 100 KB HTTP Server
Exploring the machine code of a 100 KB HTTP server. This server, written in FreedomLang, operates without using dynamic libraries.