Ngomba LitombeGitOPs : Multi-tenancy in FluxFlux allows different organizations and/or teams to share the same Kubernetes control plane; this is referred to as “multi-tenancy”. To…Oct 10, 2023Oct 10, 2023
Ngomba LitombeConcurrency in C++ : The Monitor Object PatternIn the previous concurrency sections, we have learned that data protection is a critical element in concurrent programming. After looking…Jul 9, 2023Jul 9, 2023
Ngomba LitombeConcurrency in C++ : Mutexes and Locks — part 4Avoiding deadlocks with std::lock()Jul 6, 2023Jul 6, 2023
Ngomba LitombeConcurrency in C++ : Mutexes and Locks — part 1The mutex entityJul 5, 20231Jul 5, 20231
Ngomba LitombeConcurrency in C++ : Data Races — part 2Overwriting the copy constructorJul 4, 2023Jul 4, 2023