Connect a Node App to Prometheus
Learn how to connect a Node application to Prometheus using Docker Compose. We will go over the Node prom-client library, how to set up a metrics endpoint, etc.
Explore our latest thoughts, tutorials, and insights on technology and development
Learn how to connect a Node application to Prometheus using Docker Compose. We will go over the Node prom-client library, how to set up a metrics endpoint, etc.
Learn how to bundle a server side application for development and production. We will also go over the benefits of bundling server side applications by demonstrating with Express and Node.
Learn how to create a group chat with React, Flask, and Socket.io.
Learn how to work with Grafana in a Docker container. We will go over creating datasources, using environment variables to configure Grafana, and persisting data across containers with volumes.
Learn how to use Docker to save Express apps from crashing indefinitely. We will go over Docker restart policies and how Express handles asynchronous errors.
Learn about the benefits of using the Docker Alpine image. We will go over what the Alpine Linux distribution is and why it is so small.
Learn how to handle errors on an Express server to prevent it from crashing.
Learn the pros and cons of bundling server side code.
Learn how to horizontally scale an application consisting of Node servers using Nginx and Docker Compose. We will learn about Docker container replicas, load balancers, and more.
Learn what the Node event loop is and how it works. We will go over the different phases of the event loop, micro and macro queues, and the C library Libuv.