node.js

How To Fix Merge Conflicts in yarn.lock and package-lock.json

May 16, 2021 · 1 min read
Merge conflicts happen. With lock files, this can happen if you have different packages (or package versions) installed than in the branch you want to merge.

How to Verify Your Container Is Healthy: Docker Healthcheck vs Kubernetes Liveness

April 7, 2020 · 3 min read
How do you know your container is running? That it is healthy and can accept traffic? Health checks answer these questions for you.

Do You Follow These Best Practices for Docker and Node.js Production Apps? [+ example Dockerfile]

March 31, 2020 · 4 min read
Getting everything right with your Node.js applications in Docker is hard. Features and bugs swallow your precious time, and deadlines are looming over the horizon. Following best practices right now improves your security, decreases deployment times, and saves you headaches later on.