As I mentioned in my previous article we are working on an application where 1ms extra CPU consumption per request is also a big deal. Adding profiler wrapper and getting the trace is ok up to one level but you Continue Reading
Review your Express.js application performance by yourself
As Mentioned in my previous articles we are working on an application which processes around 25000 requests per minute. We use only 2 core CPU machine to receive these many requests and push it to Kafka. We are confident that Continue Reading
Deploy your First Deep Learning Neural Network Model using Flask, Keras, TensorFlow in Python
Recently I built a deep learning model for my company predicting whether the user buys a car or not if yes then which car with good accuracy. Gave demo to CEO & business team everyone got excited about it. We Continue Reading
Parallelizing tasks in Node.js and Java
Recently we built a Deep Learning model for predicting whether a user who came to our sites buy a car or not if yes then which model. It is giving good results with test data. So we thought let’s do Continue Reading