-
Software Development
Scaling to Thousands of Threads
Knot is a network server as well as Haboob. The difference is the concurrency model: Knot is thread-based, instead Haboob…
Read More » -
Software Development
Scalable I/O: Events- Vs Multithreading-based
Everything begins with a refresher reading of my fundamental papers – yes, I use a set of papers and books…
Read More » -
Software Development
Pills of Eventual Consistency
A question raises spontaneously: why Eventual Consistency? Isn’t ACID enough? Let’s try to understand the need for Eventual Consistency guarantees…
Read More » -
Software Development
Coding: Reversing Unordered Single Linked List using 2 Pointers
Puzzle Given an Unordered Single Linked List, provide an Algorithm to reverse such Linked List using only 2 pointers. Input…
Read More »