Browsing Tag
typescript
315 posts
How to Run LLMs Locally with Ollama — A Developer’s Guide
You don’t need an API key or a cloud subscription to use LLMs. Ollama lets you run models…
I built a self-improving home server that autoconfigures itself
I built Talome over the last couple of weeks. It’s an open-source home server platform (AGPL-3.0) where AI…
Zero application code for a REST API — semantic navigation with LinkLab
Zero application code for a REST API — semantic navigation with LinkLab The starting point At the beginning…
I Built a Free MCP Server for European Financial Data
The ECB deposit rate is 2%. Eurostat publishes inflation for all 27 EU countries every month. All of…
TypeScript Utility Types That Actually Save Time in Production SaaS Code
TypeScript’s built-in utility types are in every cheatsheet but rarely explained in context. Here’s how they appear in…
Drizzle ORM Is What Prisma Should Have Been
I used Prisma for two years. I have nothing personal against it — it solved real problems and…
Braves Booth — Idle Recap, Dashboard Density, and AI Pitcher Narratives
Between games, the Braves Booth dashboard used to show a tab bar with RECAP and PREVIEW buttons. Pick…
Building Your First MCP Server: TypeScript vs. Python
The 5-Minute “Hello World” Comparison We’ve spent the last month talking about the End of Glue Code and…
The most powerful patterns in TypeScript, Discriminated Unions
=== Most useful in cases where you have known result with list of known attribute value. TypeScript will…
TypeScript Discriminated Unions: Safe API Response Handling
TypeScript Discriminated Unions: Safely Handling Dynamic API Responses In the real world, API responses aren’t always uniform. Sometimes,…