Blog
-
JWT Authentication Guide | Access Tokens· Refresh Tokens
A guide to implementing secure JWT authentication in Node.js, covering token signing, refresh tokens, and common pitfalls.
-
Apache Kafka Complete Guide | Producers· Consumers
A complete guide to Apache Kafka for event-driven systems, covering topics, partitions, consumer groups, and delivery guarantees.
-
Koa.js Complete Guide | Next Generation Node.js Framework
Complete Koa.js guide for modern Node.js applications.
-
Kubernetes Complete Guide — Architecture, Scheduling
Deep dive into Kubernetes: kube-scheduler filtering & scoring, kube-proxy iptables/IPVS, etcd Raft and key model, controller reconciliation.
-
Kubernetes Pod Troubleshooting Guide
Diagnose and fix common Kubernetes pod issues. Covers CrashLoopBackOff, OOMKilled, ImagePullBackOff, Pending, and network problems with kubectl commands.
-
Kubernetes Practical Guide | Pods· Deployments
Deploy and operate applications on Kubernetes.
-
LangChain Complete Guide | LLM Apps, Chains, Agents, RAG
Build LLM-powered apps with LangChain. Covers Chains, Agents, Memory, RAG, and Vector Stores with practical Python examples. Start building today.
-
Linux Internals & Operations: CFS Scheduling, Page Cache,
CFS scheduler, page cache and swap, VFS and dentry/inode, syscall path and observability, cgroups v2 and production SRE patterns.
-
Linux & Mac Command Cheatsheet for Developers | Terminal
Essential Linux and macOS terminal commands for developers. pwd cd /var/log cd ~ # Home directory
-
Lit Complete Guide | Fast Web Components Library
Complete Lit guide for building web components.