[BLOG_ENTRIES]

>> DEVELOPMENT_INSIGHTS | TECHNICAL_DISCOVERIES

Thoughts, articles, and writeups — longer-form takes on what I'm learning and building.

April 2, 2026

qwen, local ai, llm

Running Qwen Locally: All the Power, None of the Cloud Hassle

Have you ever felt a little uneasy about sending your most important ideas, code, or private data into the cloud? You’re definitely not alone! For many people—especially those working in high-stakes areas like cybersecurity or industrial systems—keeping things …

[2026.04.03]
READ_MORE

December 12, 2025

blog

Welcome to My First Blog Post

Hi there!
I’m Christopher, a hobbyist developer and lifelong learner who loves turning ideas into code.
This is the very first post on my new little corner of the internet—think of it as the opening line of a novel.

Why a …

[2025.12.12]
READ_MORE

Problems Deploying Site to Remote Container

ubuntu, nginx, whitenoise

Static File Serving Problem - Resolution

Problem Description

Django application was not serving static files (CSS, JS, images, fonts) properly in production. Browsers were receiving HTML responses instead of the correct static file content, causing "MIME type" errors and broken styling.

Root Cause Analysis

The issue …

[2025.12.11]
READ_MORE