We are using grafana, influxdb & telegraf for server monitoring. Everything going great we are getting email alerts also if something goes wrong thanks to Grafana Alerting Engine. Recently we missed a couple of server alerts when we discussed with Continue Reading
Software Languages
Web Push Notifications or Cloud Messaging using Firebase(FCM)
Recently I think almost everyone whoever using GCM for web push notifications got mail by saying Google has deprecated GCM and The GCM server and client APIs are deprecated and will be removed as soon as April 11, 2019. Migrate Continue Reading
Kafka Consumer Group and Batch Producer in Node.js
As Mentioned in my previous articles we are working on an application which processes more than 20000 requests per minute. We are using Kafka heavily in our application for different reasons especially for implementing Back-Pressure. I am able to find 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