Tag: #process
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 2 posts
The Complete Guide to Code Review: Designing Review as a Process
Treats code review not as a conversation but as a system with throughput, latency and ownership. Covers documenting the approval standard, change size, the one-business-day response rule, splitting work between humans an
2026-08-15 · 20 min read #코드리뷰#개발문화#code-review#process#automationOS Core Concepts Complete Guide: Everything About Operating Systems for Developer Interviews
A complete guide to OS core concepts frequently asked in developer interviews, with practical code examples. Process vs Thread, Virtual Memory and Page Faults, CPU Scheduling (CFS), Synchronization (Mutex/Semaphore/Spinl
2026-03-23 · 28 min read #operating-system#process#thread#memory#virtual-memory