Online Inter College
BlogArticlesCoursesSearch
Sign InGet Started

Stay in the loop

Weekly digests of the best articles — no spam, ever.

Online Inter College

Stories, ideas, and perspectives worth sharing. A modern blogging platform built for writers and readers.

Explore

  • All Posts
  • Search
  • Most Popular
  • Latest

Company

  • About
  • Contact
  • Sign In
  • Get Started

© 2026 Online Inter College. All rights reserved.

PrivacyTermsContact
Home/Tags
#Open Source

Posts tagged "Open Source"

14 articles with this tag
Zero-Downtime Deployments: The Complete Playbook

Zero-Downtime Deployments: The Complete Playbook

Blue-green, canary, rolling updates, feature flags — every technique explained with real failure stories, rollback strategies, and the database migration patterns that make or break them.

Girish Sharma· March 8, 2025
3m13.5K0
The Architecture of PostgreSQL: How Queries Actually Execute
Technology

The Architecture of PostgreSQL: How Queries Actually Execute

A journey through PostgreSQL internals: the planner, executor, buffer pool, WAL, and MVCC — understanding these makes every query you write more intentional.

Girish Sharma· March 1, 2025
32m9.9K0
Full-Stack Next.js Mastery — Part 3: Auth, Middleware & Edge Runtime
Technology

Full-Stack Next.js Mastery — Part 3: Auth, Middleware & Edge Runtime

NextAuth v5, protecting routes with Middleware, JWT vs session strategies, and pushing auth logic to the Edge for zero-latency protection — all production-proven patterns.

Girish Sharma· February 10, 2025
38m11.9K0
Distributed Systems Engineering — Part 5: Observability at Scale
Technology

Distributed Systems Engineering — Part 5: Observability at Scale

Traces, metrics, logs — the three pillars and the fourth nobody talks about: profiling. How to instrument distributed systems so you can debug them when they fail at 3am.

Girish Sharma· December 5, 2024
28m6.8K0
Distributed Systems Engineering — Part 4: CRDT and Conflict-Free Collaboration
Technology

Distributed Systems Engineering — Part 4: CRDT and Conflict-Free Collaboration

How Google Docs, Figma, and Notion let multiple users edit simultaneously without conflicts — the beautiful mathematics of conflict-free replicated data types.

Girish Sharma· November 20, 2024
30m7.2K0
Distributed Systems Engineering — Part 3: Building Reliable Message Queues
Technology

Distributed Systems Engineering — Part 3: Building Reliable Message Queues

At-least-once vs exactly-once delivery, dead letter queues, consumer groups, and idempotency — the complete mental model for building reliable event-driven systems.

Girish Sharma· November 5, 2024
32m8.5K0
Distributed Systems Engineering — Part 2: Consensus Algorithms Demystified
Technology

Distributed Systems Engineering — Part 2: Consensus Algorithms Demystified

Raft, Paxos, Viewstamped Replication — not as academic exercises but as practical mental models for understanding what your databases actually guarantee.

Girish Sharma· October 20, 2024
38m9.9K0
Distributed Systems Engineering — Part 1: Clocks, Time & Causality
Technology

Distributed Systems Engineering — Part 1: Clocks, Time & Causality

Why wall clocks lie in distributed systems, how logical clocks restore causality, and the precise guarantees you can and cannot rely on when reasoning about event ordering.

Girish Sharma· October 1, 2024
35m11.2K0
Mastering TypeScript at Scale — Part 4: Monorepo Type Safety & Module Boundaries
Technology

Mastering TypeScript at Scale — Part 4: Monorepo Type Safety & Module Boundaries

Enforcing strict module contracts in a monorepo: path aliases, project references, barrel files, and why you should treat your shared packages as published APIs.

Girish Sharma· September 20, 2024
26m5.5K0
Page 1 of 2

Popular Tags

#TypeScript19
#JavaScript14
#Career7
#AI6
#Next.js5
#CSS4
#React3
#Python2
#Productivity2