Consuming Node.js Serverless Microservices Created with Stdlib

Learn how to consume JSON data created with the stdlib microservice platform using the command line, Node.js, HTML, bash/curl, Google Sheets, C#, and Python.

Similar

Highly Available Node

At VIP, we run a highly available Node service to power much of our platform. One of the biggest challenges we see teams face is the question of how to scale a highly available API. That’s a … (more…)

Read more »

HTTP request logging in Node.js

One of the most basic kind of logging every backend application should have is a trace logging of all incoming HTTP requests. Yet it’s not easy to make it right and useful. Let me show you what we have learned and what we do to ensure our logs are meaning... (more…)

Read more »