• Why don't we have a concurrency control tool in javascript?

    We don’t have semaphores, mutexes or any other concurrency control tool in javascript, ever wondered why? Having background in c++, when I moved to javascript, every other part of code left me wondering about race conditions, and questions like these kept popping up in my mind. Lets consider a code...

  • Hello world!

    Hello, I’m Uzair. Experienced in javascript, php and nodejs. I ocassinally write code at github and have authored a javascript library arrive.js. I’m also part of an awesome engineering team at Convo where I blow their servers at odd times (just kidding!). I’ve learned a lot from the internet and...