Posts
All the articles I've posted.
Setting Up a Python Project Skeleton That Scales
Published: at 09:00 AMHow membox chose its libraries, organized its modules, and used typing.Protocol to keep the core dependency-free while staying testable and extensible.
Building a Local-First Memory Layer for AI Agents
Updated: at 08:00 AMA local-first memory layer for AI agents: SQLite WAL for durable triples plus an in-memory graph for retrieval. No server, no vector store, no graph database.
How to Use TypeScript to Make Your First Command Line Tool
Updated: at 12:08 AMLearn how to scaffold, test, and distribute a TypeScript-powered CLI so your engineering teams can automate workflows with typed, resilient tooling.
Guide: How to Compile and Run a Local Docker Image on an Amazon EC2 Instance
Updated: at 07:27 AMA walkthrough for packaging an ASP.NET app with Docker, verifying it locally, and shipping it to AWS EC2 for repeatable releases.
Building a Quote Management Application: A Step-by-Step Guide
Updated: at 12:17 PMWalk through designing a quote management workflow that captures leads, routes approvals, and keeps underwriting data consistent with ASP.NET Core patterns.
