Dávid Szabó
Dave is Coding

Dave is Coding

Follow

Why do you need an init process inside your Docker container (PID 1)

Sep 7, 20227 min read

When you run your application inside a Docker container, it will be assigned process identifier (PID) 1. This particular PID is special in the Unix...

Why do you need an init process inside your Docker container (PID 1)
Separate Node.js unit, integration, and E2E tests using Jest projects
Node.js TypeScript monorepo via NPM workspaces
My feelings about Go after spending a weekend together
Setting up Prettier in a Create React App project