Node: What happens when we execute a script?

Whenever we execute a script, most often we do not think about what happens behind the curtains of our runtime.
However, piecing together the bits and pieces to find out what is going on is pretty interesting! Read more

Similar

Getting Started with AWS Lambda and Node.js

Once upon a time, not so long ago, a word caught my ear. Lambda. That struck a chord, remembering the good old days of playing Half-Life as a kid. Little did I know what AWS Lambda was, and how incredibly awesome it is. If you're intrigued, stick around. ... (more…)

Read more »

Tracking request in Node.js

Introduction In this blog post, we will take a look at how we will be tracking request in Node.js. Motivation (WHY?) If we look at postal services like Fedex, UPS etc., they will provide us with a … (more…)

Read more »