Sometimes you want to automate a task which you do daily manually but you don’t have a server or a separate machine. If that is the problem then don’t worry Google App Script there to save you. Our company has Continue Reading
JavaScript
A small hack to figure out our code problem with Async Queue
I used the Async Queue several times. It was always easy peasy. Recently when I am using for one use case faced a problem. I searched to find the solution didn’t find anything useful so finally figured out the problem Continue Reading
How to pass a Variable or Argument to a callback function in Node.js
Recently I was taking Node.js classes for company’s training batch. I was explaining about the code reusability & callback functions at that time. At that time came across an interesting problem due to the assignment I gave to them. The 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