// knowledge base
Articles & guides
Environment setup guides, cloud-native deep-dives, and practical how-tos — written to get you unstuck fast.
MCPai & llm
MCP Server Setup
Build a minimal Model Context Protocol server and connect it to Claude — how AI assistants call your tools and read your data, explained by building one.
4 min readJul 21
🦙ai & llm
Running Local LLMs with Ollama
Install Ollama, pull a model, and call it from code through the same API shape as OpenAI's — all running entirely on your own machine.
3 min readJul 20
LLMai & llm
LLM Development Environment Setup
Python, the libraries you actually need, GPU vs. CPU decisions, and — most importantly — keeping API keys out of your Git history.
3 min readJul 19
VSCprogramming
VS Code Setup for Cloud-Native Development
The extensions and Dev Containers setup that make VS Code feel purpose-built for Docker, Kubernetes, and polyglot projects.
3 min readJul 18
CIdevops
GitHub Actions: CI/CD Basics
Get a real test-on-every-push workflow running, then layer on secrets, caching, and matrix builds without the usual trial and error.
4 min readJul 17
DBdevops
PostgreSQL & Redis Local Setup with Docker Compose
Run a real Postgres database and Redis cache locally in two containers, with data that survives restarts and credentials that stay out of Git.
3 min readJul 16
Helmcloud native
Helm Setup and Your First Chart
Install Helm, deploy a published chart to your Minikube cluster, then package your own app the same way.
3 min readJul 15
TFdevops
Terraform: Your First Project
Install Terraform and run a real init/plan/apply workflow against a local example — no cloud account required to get started.
4 min readJul 14
Gitenvironment setup
Git & GitHub Setup
SSH keys, commit signing, and the global config every other guide on this site quietly assumes you already have.
3 min readJul 13
K8scloud native
Kubernetes Environment Setup (Minikube)
Run a real single-node Kubernetes cluster on your laptop with Minikube, and deploy your first app to it with kubectl.
4 min readJul 12
Dockerdevops
Docker Environment Setup
Get Docker installed and working correctly on macOS, Windows, and Linux, plus the handful of commands you'll actually use day to day.
4 min readJul 10
Pyenvironment setup
Python Environment Setup
pyenv for version management, virtual environments for dependency isolation — the two habits that prevent almost every Python setup headache.
3 min readJul 9
Nodeenvironment setup
Node.js Environment Setup
Install Node.js the way that won't bite you later — with a version manager, sane global-package hygiene, and per-project version pinning.
3 min readJul 8