Recently I came across a problem where we need to do some changes in a small application where we don’t have the source code. Around 5 years back my team members built a small application for a temporary purpose and Continue Reading
Java
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
Build your static content server to serve files over HTTP using Node.js/Java
When I am writing code & testing it for my last article I came across below problem. URL scheme must be “http” or “https” for CORS request This error came because of the below code. model = await tf.loadModel(‘model.json’); In Continue Reading
Comparing Java code and Node.js code on Measuring Execution time
I used to be a hardcore Java developer. At that time I used to think I am in love with Java. Now I realized I love coding, not Java or Node.js. Java, Python, Node.js & etc are just different appearances Continue Reading