Blog & guides
Write-ups for people who actually ship open source.
GSoC prep, first PRs, issue hunting, tools that matter. No fluff — just the stuff that gets you unstuck.
Posts
What's New on Ossium — July 2026 Update
A roundup of six features shipped to Ossium in July 2026: landing page redesign, GitHub Selfbot, repo verification, Ossistant AI, custom timelines, and more.
5 Open-Source Repositories That Will Make Claude Code 10x Better
Open-source harnesses for Claude Code: ECC discipline and memory, GStack personas, Graphify knowledge graphs, GBrain, and NVIDIA SkillSpector security.
How Discord Stores Trillions of Messages (And What Backend Engineers Should Learn)
LSM trees, hot partitions, request coalescing, and ScyllaDB: Discord cut 177 Cassandra nodes to 72 and P99 from 200ms to 5ms. Lessons for any backend.
Open Source vs Closed AI — An Honest Comparison
Control vs convenience: when open-weight models win, when closed APIs win, a practical checklist, and why hybrid use is normal in 2026.
Ossium vs GitHub Explore: Which Should Contributors Use in 2026?
Compare ossium and GitHub Explore for open source discovery—what each does well, when to use both, and how GitHub Selfbot fits for maintainers.

What Is Ossium? Free OSS Helper FAQ (Pricing, Features & Use Cases)
What is ossium, what is it used for, is it free, and is ossium open source? Clear answers: free core product for discovering open source work and running GitHub Selfbot—not an open-source codebase.

Who Owns Ossium? Founder, Developer & Organization FAQ
Who founded ossium, who develops it, who owns the brand, and how the product is run—clear answers about Manish Kumar, MxCorpIn, and the team.

How Netflix Handles 260 Million Concurrent Streams Without Buffering
Open Connect, pre-positioned caches, and adaptive bitrate: why Netflix solves most of the streaming problem before you press play—and how to apply it.
10 Open-Source Tools Worth Trying in 2026
Self-hostable open-source tools for feedback, notes, PDFs, email, microservices, dashboards, photos, and web archiving—practical picks for 2026.
12 Open-Source Coding Tools Every Vibe Coder Should Know in 2026
Open-source coding-agent stack for 2026: control planes, CLI agents, skills libraries, MCP, AGENTS.md, benchmarks, and security tooling.
Open-Source LLMs in 2026: Free Models Worth Using
Mid-2026 map of open-weight LLMs: frontier MoEs, laptop-tier models, coding/vision specialists, licenses, and where to run them with Ollama.
31 New Open Source Tools (AI, Dev & Infra)
A curated rundown of 31 open-source projects spanning AI agents, local LLMs, databases, networking, scraping, design, and developer tooling.
Best Open-Source AI Video Models You Can Actually Run (8–24GB VRAM)
Honest mid-2026 guide to local AI video: Wan 2.2, LTX-2.3, SkyReels-V2—VRAM tiers, ComfyUI setup, and when Runway/Veo still win.
Top 10 Open Source Security Tools for Kubernetes in 2026
Layered Kubernetes security with open-source tools: Falco, Trivy, Kyverno, OPA, Tetragon, cert-manager, External Secrets, kube-bench, Cosign, and Cilium.
Stop Paying $20/Month: Use NVIDIA Build for Free AI Models
Use NVIDIA NIM at build.nvidia.com for free OpenAI-compatible models, wire them into Cline (and Cursor limits), and get an API key without a credit card.
What Is the Best Local LLM for Coding in 2026?
Choose local coding models by hardware tier, workflow, latency, and privacy—not leaderboard screenshots. Stack, quantizations, and practical picks for 2026.
I Used Git Wrong for Years
Senior Git habits: status, diff, add -p, bisect, stash, worktree, reflog, clean commits, and recovery—beyond git add . commit push.
Best Tools for Open Source Contributors in 2026
Essential tools for open source contributors: GitHub workflow helpers, issue discovery, and how ossium fits into a modern contributor stack.

How to Handle Secrets: From .env Files to Enterprise Vaults
A practical guide to managing API keys and credentials—from hobby .env hygiene to secrets managers, CI/CD, Kubernetes, and AI tooling risks.
11 Kafka Design Patterns for Every Backend Engineer
Event sourcing, CQRS, DLQ, outbox, sagas, and more—11 essential Apache Kafka patterns with when to use them, AWS notes, and code snippets.
20 Most Important AI Concepts Explained in 20 Minutes
A beginner-friendly tour of neural nets, transformers, LLMs, RAG, agents, LoRA, quantization, and more—clear explanations without the jargon.
The Complete Guide to Claude Code: CLAUDE.md
How CLAUDE.md is loaded, written, and evolved—hierarchy, /init, @imports, reflection, best practices, and how it compares to AGENTS.md and peers.
How Java Handles 1 Million Concurrent Requests
How modern Java backends handle massive concurrency—thread pools, NIO, async queues, horizontal scaling, JVM tuning, and caching—not one thread per request.
ACID Properties Explained: A Complete Guide with PostgreSQL
Learn ACID transactions—atomicity, consistency, isolation, durability—with hands-on PostgreSQL examples for banking-style transfers and isolation levels.
Junior Devs Use try-catch Everywhere. Senior Devs Use These 4 Patterns
Why wrapping every method in try-catch hides bugs—and four senior patterns: validation first, exception hierarchy, @ControllerAdvice, and Result objects.