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

ArticleTools

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.

3 min
Read
ArticleTools

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.

4 min
Read
ArticleTools

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.

6 min
Read
ArticleTools

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.

4 min
Read
ArticleTools

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.

4 min
Read
Q&ATools

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.

5 min
Read
Q&ATools

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.

4 min
Read
ArticleTools

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.

5 min
Read
ArticleTools

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.

4 min
Read
GuideTools

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.

6 min
Read
GuideTools

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.

5 min
Read
ArticleTools

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.

4 min
Read
GuideTools

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.

4 min
Read
GuideTools

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.

4 min
Read
How-toTools

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.

3 min
Read
GuideTools

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.

5 min
Read
GuideTools

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.

3 min
Read
ArticleTools

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.

2 min
Read
GuideTools

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.

6 min
Read
GuideTools

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.

8 min
Read
GuideTools

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.

8 min
Read
GuideTools

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.

6 min
Read
ArticleTools

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.

3 min
Read
GuideTools

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.

9 min
Read
ArticleTools

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.

3 min
Read
Blog & Guides | ossium – Open Source Learning Hub