Tag: #deadlock
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 2 posts
Diagnosing and Preventing Deadlocks — How to Pin Down the Two Queries from the Log
A step-by-step guide to what you should look at when you hit a deadlock detected error. How to interpret the PostgreSQL deadlock report and the SHOW ENGINE INNODB STATUS output of MySQL line by line so you can pin down w
2026-07-26 · 16 min read #database#postgresql#deadlock#locking#mysqlOS 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