AAAhmed Adawyinadawy.hashnode.dev·19h ago · 2 min read Introducing Ahmed Adawy Tech Capsules: A Professional Markdown-to-PDF Publishing Engine Built with Python# Introducing Ahmed Adawy Tech Capsules For the past weeks, I have been building a project that combines technical writing, automation, and software engineering into a single publishing workflow. Toda00
NMNahid Mahmudinnahid-mahmud555.hashnode.dev·Jul 30 · 3 min readBuilding a Production-Grade RAG Pipeline from Scratch: Granularity, Stable IDs, and Parent-Child LinkagesBuilding a Production-Grade RAG Pipeline from Scratch: Granularity, Stable IDs, and Parent-Child Linkages When building Retrieval-Augmented Generation (RAG) systems, calling a vector database or an LL10
TLTizer Luointizer.hashnode.dev·Jul 30 · 9 min readGiving every AI agent its own mailbox: the architecture behind a self-hosted MCP mail serverMy agents keep needing to read email. Signup codes, verification links, password resets: every automated workflow that touches a third-party service eventually hits an inbox. There are hosted APIs for12CR
PIPaolo Insognainblog.platformatic.dev·Jul 28 · 9 min readRun Nitro applications on Watt with @platformatic/nitroNitro is a server toolkit used by many JavaScript applications. You can use it on its own for APIs or full-stack servers, or combine it with Vite to get a familiar frontend workflow with a Nitro serve31N
NHNasim Hossain Rabbiinblog.nasimhossain.dev·Jul 26 · 9 min readA Disk Usage Alert Led Me Down the OpenStack Rabbit HoleIt Started With a Disk Usage Alert While going through our monitoring dashboards, I noticed that one of our backup object storage servers had been experiencing high disk usage for quite some time. Sin00
JDJeet Dhandhainjd-dev.hashnode.dev·Jul 25 · 3 min readAn ML search loop that can't overfit its own eval — the gate is in code, not a promptI kept seeing agent and eval demos where the honesty — held-out discipline, "no metric gaming" — lives in a prompt, or in a paper's methodology section. So I tried to build the opposite: a search loop11A
AFAfolabi Faruqinrun-llmoffline.hashnode.dev·Jul 19 · 6 min readThree Crashes and One Mystery: Deploying a Medical AI Model Offline for Four Nigerian LanguagesI set out to deploy a fine-tuned LLM fully offline, on a mid-range Android phone, answering medical questions in Yoruba, Hausa, Igbo, and Nigerian Pidgin. No internet connection required, because that00
EEveindispatch-blog.hashnode.dev·Jul 13 · 7 min readI Locked Down My MCP Server After the Internet Found ItA few weeks ago, I wrote about how I exposed my MCP server to the internet without thinking about security. The feedback was brutal — and deserved. People pointed out everything from missing authentic00
RNRamu Narasingainthinkthroo.com·Feb 25 · 2 min readtsdown, the elegant bundler for libraries powered by RolldownIn this article, we review tsdown library. We will look at: What is tsdown? tsdown usage in cloudflare/agents. Press enter or click to view image in full size What is tsdown? tsdown is the elega00
BOBello Olamideincloobtech.hashnode.dev·Feb 23 · 3 min readWeeks 10 & 11: Refining Repository-Specific Config InitializationAs my Outreachy internship progressed, the focus remained on migrating repository-specific global variables into struct repo_config_values. In weeks 8 and 9, I encountered some challenges related to r00