Rishav anandHow to find a Race-condition Bug and make $1300Race condition vulnerabilities are often overlooked but can be highly lucrative in bug bounty programs due to their potential impact on…Oct 28
Abhishek JainMutex in C++ Threads — Part 1Mutex stands for mutual exclusion. When multiple threads share resources (such as variables or data structures), they may try to access…Sep 8
Anton ShcherbakovSolving problem of race condition in Kotlin coroutinesLet’s imagine that we have to change variable from multiple coroutines in such code:Oct 241Oct 241
Vikas TaankSenior Java Lead Interview Questions(Part1)I would like to share some of the interview questions that I have been asked in last couple of months while I was interviewed for Java Lead…Jul 9, 202313Jul 9, 202313
Rishav anandHow to find a Race-condition Bug and make $1300Race condition vulnerabilities are often overlooked but can be highly lucrative in bug bounty programs due to their potential impact on…Oct 28
Abhishek JainMutex in C++ Threads — Part 1Mutex stands for mutual exclusion. When multiple threads share resources (such as variables or data structures), they may try to access…Sep 8
Anton ShcherbakovSolving problem of race condition in Kotlin coroutinesLet’s imagine that we have to change variable from multiple coroutines in such code:Oct 241
Vikas TaankSenior Java Lead Interview Questions(Part1)I would like to share some of the interview questions that I have been asked in last couple of months while I was interviewed for Java Lead…Jul 9, 202313
Paschal UwakweDatabase Race ConditionsEver wondered what happens when multiple users or multiple requests or processes try to update or delete a database record at the same…Feb 113
ankita kotadia - Senior iOS EngineerWhat is Dispatch Semaphore?A dispatch semaphore is a synchronization tool provided by the Grand Central Dispatch (GCD) in Swift (and Objective-C) that allows you to…Oct 18