C/C++ Dev. Environment using VS Code

One Ring to rule them all,One Ring to find them,One Ring to bring them alland in the darkness bind them. ― J.R.R. Tolkien, The Fellowship of the Ring Whether you are a Lord of the Rings movie fan or not, you will agree that uniformity appeals every one and having a unified development experience is … Read more

Working with Timers – Node.js

Timers are polyglot. They are very useful in many use cases. Almost all major programming languages supports them and Node.js is no exception. Its actually more simple in Node because Node.js let us reuse our existing learning of timers. In this post, I will describe and demonstrate what they are, how to use them, whats … Read more

IBM BlueMix – Cognitive Computing using Node-Red Flows

If you’re doing it right, life is a process of continuous learning. If you’ve learned something today that you didn’t know when you got out of bed this morning, you’ve had a good day – no matter what else happened. Today I learned a little more about IBM Cloud offerings – more than I knew … Read more

Introduction to ESP32

IoT devices are gaining popularity with every single day. The specialist hardware is becoming standardized and the specialized software is getting abstracted away with the ability to compose our applications using higher-level frameworks. One example of that device is ESP32 and in this post I will give a brief introduction to it. Though the demos … Read more