Preparing the SRE interview
Resources to prepare an SRE interview
Unix Processes What is the difference between a process and a thread? A thread is a lightweight process. Each process has a separate stack, text, data and heap. Threads have their own stack, but sh…
Resources to prepare an SRE interview