How often do you find that the awesome movie seats you have painstakingly chosen for yourself, is suddenly not available when you proceed to pay for it. "Damn it! Just missed!" you say. Wouldn't it be great to be guaranteed the seat you selected everytime! The problem with the above scenario (as is with most … Continue reading Why Do You Choose WebSocket Over Nginx
blog
StreamTable.js – The Next-generation Search Filter
So, you think you should search data? Or filter it? And now, stream ... what? Searching for data has a performance price - we need heavy duty server resources and have delayed responses. See the LinkedIn search. Filtering for data requires us to load the entire data on the client-side (via JSON) and then filter … Continue reading StreamTable.js – The Next-generation Search Filter
Using Map Re-reduce In MongoDB To Tune The Performance
"Why do we use map reduce in MongoDB? Cos it doesn't support joins." - And everybody believes that now! I decided that it was time to try something different. I was amazed to see how little there is on the net about map re-reduce. And there is even lesser information about how to work with multiple … Continue reading Using Map Re-reduce In MongoDB To Tune The Performance
