Blog
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 3517 posts
#2026-03 765#english 592#culture 264#deep-dive 254#kubernetes 247#career 229#ai 216#llm 208#devops 193#2026-04 146#security 141#database 114#observability 113#communication 109#history 107#architecture 100#productivity 96#finance 88#economy 84#mindset 81#psychology 80#ai-papers 79#food 78#it 78#travel 78#deep-learning 77#japanese 77#networking 77#performance 72#business-travel 70#linux 70#gpu 69#ai-agent 66#cs-fundamentals 63#postgresql 60#rag 58#self-improvement 55#learning 53#mlops 53#ai-platform 51
Observability Complete Guide 2025: Making Systems Transparent with Prometheus, Grafana, and OpenTelemetry
Master the three pillars of observability (Metrics/Logs/Traces)! Prometheus queries (PromQL), Grafana dashboards, OpenTelemetry instrumentation, Jaeger distributed tracing, ELK/Loki logging, alerting strategies, SLI/SLO/
2026-03-23 · 16 min read #observability#monitoring#prometheus#grafana#opentelemetryNetworking Fundamentals Every Developer Must Know: TCP/IP, HTTP, DNS, TLS to gRPC and WebSocket
A comprehensive guide to networking fundamentals every developer must know. From the TCP/IP 4-layer model, HTTP/1.1 vs 2 vs 3, DNS resolution, TLS handshakes, gRPC, WebSocket, CDN, to load balancers — a practical guide y
2026-03-23 · 27 min read #networking#tcp-ip#http#dns#tlsMastering Linux Command Line: 100 Essential Commands Every Developer Must Know
The complete Linux command line guide for developers! 100 essential commands for file/process/network management, Bash scripting, grep/awk/sed text processing, SSH tunneling, tmux multiplexing, system monitoring, and rea
2026-03-23 · 27 min read #linux#command-line#bash#shell#devopsGo Language Complete Guide 2025: From Goroutines, Channels, Interfaces to Production Patterns
Everything about Go! Goroutine/channel concurrency, interfaces and duck typing, error handling patterns, generics (1.18+), structs and methods, testing, profiling, gRPC/REST servers, CLI tools, and optimized Docker build
2026-03-23 · 23 min read #go#golang#goroutine#channel#interfaceMastering FDE Interviews: 50 Power Phrases and STAR Framework for Technical Customer-Facing Roles
Complete guide to articulating technical experience persuasively in FDE/Success Engineer interviews at OpenAI, Cohere, Palantir. STAR framework, 50 essential expressions, scenario-based answer templates, and common pitfa
2026-03-23 · 40 min read #interview#english#fde#forward-deployed-engineer#careerDistributed Systems Fundamentals: From CAP Theorem to Consensus Algorithms and Consistency Models
Everything about distributed systems! CAP/PACELC theorem, consensus algorithms (Raft/Paxos), consistency models (Strong/Eventual/Causal), replication (Leader-Follower/Multi-Leader/Leaderless), partitioning, distributed t
2026-03-23 · 21 min read #distributed-systems#cap-theorem#consensus#raft#paxosDatabricks AI Engineer (FDE) Complete Guide: Spark, Unity Catalog, RAG to Customer Deployment
A complete analysis of the Databricks AI Engineer (FDE) JD. From Spark/Delta Lake/Unity Catalog tech stack, Lakehouse architecture, RAG pipeline construction, to customer deployment skills — 25 interview questions and an
2026-03-23 · 34 min read #databricks#fde#spark#delta-lake#unity-catalogConcurrency & Parallelism Deep Dive: Multithreading, Async, and Event Loops Explained
From the fundamental difference between concurrency and parallelism! Threads vs coroutines vs virtual threads, event loop (Node.js), Actor model (Erlang/Akka), lock-free data structures, language-by-language concurrency
2026-03-23 · 21 min read #concurrency#parallelism#multithreading#async#event-loopCI/CD Best Practices 2025: Pipeline Design, Automation, and Security for Teams
Everything about CI/CD pipelines! GitHub Actions vs Jenkins vs GitLab CI comparison, pipeline design principles, test automation, Docker build optimization, GitOps (ArgoCD), secret management, DORA metrics, and rollback
2026-03-23 · 23 min read #ci-cd#devops#github-actions#jenkins#argocdCoding Interview Pattern Mastery: 15 Algorithm Patterns + 75 Problems Roadmap for FAANG 2025
Master 15 essential algorithm patterns for FAANG coding interviews. From Two Pointers, Sliding Window, BFS/DFS to Dynamic Programming, Graphs, and Tries — a curated 75-problem roadmap based on NeetCode 150 with Python/Ja
2026-03-23 · 32 min read #algorithm#coding-test#interview#leetcode#data-structureWhat is an AI Harness: Skills, Context, Hooks, and Permissions — The Orchestration Architecture Controlling AI
An AI Harness is an orchestration layer that wraps and controls AI models. We dissect the 7 building blocks — System Prompt, Tools, Context, Skills, Hooks, Permissions, and Memory — and show how to build one with the Cla
2026-03-23 · 35 min read #ai-harness#claude-code#agent-sdk#skills#contextAI Agent Engineer Career Guide: The Hottest AI Role of 2025
AI Agent Engineer is the fastest-growing AI role in 2025 ($47B market projection). LangGraph, CrewAI, AutoGen, Swarm, Claude Agent SDK — framework comparison, design patterns, evaluation methods, interview prep, and lear
2026-03-23 · 25 min read #ai-agent#langchain#langgraph#crewai#autogenWebFlux + Kafka + ZooKeeper Mastery: The Complete Guide to Reactive Streaming Architecture
From Spring WebFlux reactive programming to Kafka streaming, ZooKeeper-to-KRaft migration, and SSE/WebSocket/gRPC Streaming APIs — complete developer guide for real-time data processing architecture with benchmarks, code
2026-03-22 · 36 min read #webflux#kafka#zookeeper#spring-webflux#reactive-programmingUS-Iran War and Tech: Hormuz Blockade, Semiconductor Crisis, and What Developers Need to Know
The US-Iran war that began February 2026 has pushed Brent crude to $126/barrel, effectively blockaded the Strait of Hormuz (20% of global oil), doubled helium prices threatening semiconductor fabs, erased $200B+ from SK
2026-03-22 · 20 min read #geopolitics#us-iran#oil-prices#semiconductor#cybersecurityQuantum Computing 2025: Google Willow, Microsoft Topological Qubits, IBM 100K Qubit Roadmap
Google Willow completes a 10^25-year supercomputer calculation in 5 minutes. Microsoft Majorana 1 opens the path to 1 million topological qubits. IBM maps 100K qubits by 2033. Q-Day 2030 approaches. A comprehensive quant
2026-03-22 · 23 min read #quantum-computing#google#ibm#microsoft#cryptographyMCP Complete Guide: Why Model Context Protocol Became the USB-C of AI with 97M Downloads
Built by Anthropic, adopted by OpenAI and Google, donated to Linux Foundation. MCP hit 97M monthly downloads — the complete guide to building MCP servers, understanding the architecture, and joining the AI agent revoluti
2026-03-22 · 21 min read #mcp#ai#anthropic#openai#googleGit Mastery: Advanced Workflows Every Developer Needs — From Junior to Senior
From git rebase -i, cherry-pick, bisect, and worktree to trunk-based development, conventional commits, and GitHub Actions CI/CD — the complete guide to wielding Git like a senior engineer. Includes 20 real-world scenari
2026-03-22 · 23 min read #git#github#version-control#workflow#branchingDeveloper Burnout Survival Guide: What Matters More Than Code in the AI Era
83% of developers experience burnout while AI threatens their livelihoods. From the science of burnout to recovery strategies, team culture fixes, and the mindset shift needed in the AI era — the most important post that
2026-03-22 · 27 min read #burnout#mental-health#developer#ai-era#productivityClean Architecture Complete Guide: From SOLID to Hexagonal, DDD, and Layered — Design Principles for Senior Engineers
A comprehensive comparison of Uncle Bob's Clean Architecture, SOLID principles, Hexagonal (Ports & Adapters), DDD, and Layered Architecture with real-world code examples. The complete software design principles guide for
2026-03-22 · 33 min read #clean-architecture#solid#hexagonal#domain-driven-design#design-patternsAI Prompt Engineering Complete Guide: 30 Techniques Every Developer Should Know
From Zero-shot to Chain-of-Thought, Tree-of-Thought, ReAct, Few-shot, and Self-Consistency — 30 prompt engineering techniques for developers with practical examples. How to get maximum performance from Claude, GPT-4, and
2026-03-22 · 25 min read #prompt-engineering#ai#llm#chatgpt#claude