Paras kaushikparaskaushik.hashnode.dev·Oct 16, 2023Concurrency in Modern C++Concurrency in modern C++ refers to the ability to perform multiple tasks or operations simultaneously. Multiple things can happen at once but the order matters and sometimes tasks have to wait on shared resources Concurrency is slightly different fr...DiscussC++
Amit kumartechthoughtsexplorer.hashnode.dev·Apr 16, 2023Mastering Multithreading in Java for Enhanced PerformanceIntroduction to Multithreading Multithreading is a powerful concept in computer programming that allows multiple threads of execution to run concurrently within a single program. This can significantly improve the performance of applications, as thre...Discuss·1 like·57 readsJava Uncovered: Exploring the Infinite PossibilitiesJava
Dipankar DasforKubesimplifyblog.kubesimplify.com·Jun 14, 2022Important concepts of Operating SystemsWhat is it The operating system is a set of programs that acts as an interface between a User and Hardware. It is necessary to reduce complexity Modes in an OS User mode Supervisor mode (i.e. Kernel-mode) user applications are provided APIs by the ...BUSHRA NAZISH and 1 other are discussing this2 people are discussing thisDiscuss·43 likes·1.5K readsoperating system