
Setting Up Local LLMs on My Home PC — What Actually Works for Coding
Local LLMs for Coding

Local LLMs for Coding

Index of blogs categorized by tools and technologies.

HomeLab Index Page

What Even Is a Kernel? (And Why ipykernel Isn’t the Same Thing as a venv) If you’ve spent any time in Jupyter notebooks or VS Code’s interactive Python window, you’ve probably clicked a little dro...
Understanding Certificates: A Comprehensive Guide Certificates are the foundation of secure communication on the internet. They enable encryption, authentication, and trust in digital interactions...
Certificate Stores for Programming Languages & Common Tools The previous post covered OS-level trust stores. This one covers what most people actually get bitten by: language runtimes and tool...
Certificate & Key Stores by Operating System Every operating system ships with a trust store — a curated set of Certificate Authority (CA) certificates the OS considers trustworthy. When your ...
Debugging a Stubborn TLS Handshake: Getting the SonarQube MCP Server Back Online The Symptom It started simply enough: I tried to spin up the SonarQube MCP server (sonarsource/sonarqube-mcp, runn...
Graphify: Give Your AI Coding Assistant a Map of Your Entire Codebase AI coding assistants are powerful — but they have a fundamental problem: they work by reading files one at a time. Ask Claude ...
Visualize Your Codebase as a Graph with CodeGraphContext (CGC) Ever stared at a large codebase and wished you could see how everything connects — which functions call what, where dead code hides, ...