Deploying My First Node App to Cloud Functions

This past week I have been building a simple CRUD app for a freelance project. Since this is so small in scope, I decided to use express. A basic REST api was all I needed. When it came to setting up a development environment, I was going to setup a… Read more

Similar

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 »