Productivity

Latest Posts

Ghost Engineers

Let's address the existence of so called Ghost Engineers

Why your team might be holding you back

A tale on why software engineering might not be a team sports after all, despite what eveyrone wants us to believe

Context Switch - The only operation that kills productivity

In computing, a context switch is the process of storing the state of a process or of a thread, so that it can be restored and execution resumed from the same point later. This allows multiple processes to share a single CPU, and is an essential feature of a multitasking operating system. — Wikipedia