Everyday DevOps
  • Home
  • One on One
  • Newsletter
  • About
Sign in Subscribe

Resource

EverydayDevOps offers practical resources for DevOps engineers, developers, and IT operations professionals. From automation guides and CI/CD pipelines to infrastructure as code and cloud cost optimization, this section provides hands-on tools, tutorials, and insights to help teams build, deploy, and manage modern software systems efficiently. Whether you're scaling systems or streamlining workflows, you'll find something useful here.
Preventing Port Conflicts in Docker Compose with Dynamic Ports
Resource

Preventing Port Conflicts in Docker Compose with Dynamic Ports

Learn how to prevent port conflicts in Docker Compose by using dynamic ports instead of hardcoded ones. Improve your local development and CI workflows with this practical DevOps tip.
04 May 2025 22 min read
Typescript for OpenAI
Resource

Typescript for OpenAI

Getting started with an OpenAI using Typescript using yarn for package management and nvm for managing node versions. Set up the environment nvm install lts/* npm install -g strip-json-comments-cli npm install -g yarn Set up the project directory. I use ~/src/<project> mkdir <applicationname> node --version
02 May 2025 2 min read
Typescript for CommonJS
Resource

Typescript for CommonJS

How to get started with a typescript project using yarn for package management and nvm for managing node versions. Set up the overall environment nvm install lts/* npm install -g strip-json-comments-cli npm install -g yarn Set up the project directory. I use ~/src/<project> mkdir <applicationname>
01 May 2025 1 min read
Page 1 of 1
Everyday DevOps © 2025
  • Sign up
  • Book some time
  • Newsletter
Powered by Ghost