Built-in .env Files Support Starting from Node.js v20.6.0
A long-awaited feature amongst NodeJS developers. Finally, starting from Node.js v20.6.0, Node.js supports .env files for configuring environment variables.
A long-awaited feature amongst NodeJS developers. Finally, starting from Node.js v20.6.0, Node.js supports .env files for configuring environment variables.
Terraform is an Infrastructure as Code (IaC) tool that allows you to automatically create and manage resources for anything that has an accessible API.
In this comprehensive guide, we’ll walk you through the process of setting up continuous deployment for your Spring Boot application on AWS Elastic Beanstalk using GitHub Actions.
The docker init command is a powerful tool that enables developers to generate Dockerfiles and Docker Compose files effortlessly.
Process of changing the default SSH port on Linux systems, ensuring a safer and more secure remote access experience.
Let’s explore how to dockerize a Spring Boot Application with MySQL by leveraging the power of Docker and Docker Compose to achieve easy deployment, improved portability, scalability, and version control.
This write-up focuses on the Scalability Types applied to IT systems, the vertical and horizontal approaches, respectively referred to as scaling UP and scaling OUT.
The Periodic Table of DevOps Tools is a great resource designed to guide you through the best DevOps tools available to optimize your software delivery process.
The Lift And Shift (Rehosting) approach is applied by updating a few configuration files while taking into consideration the PAAS model, in which we are only responsible for the App and its data, with the infrastructure being handled by the Cloud provider.
Git is a free and open-source distributed version control system that’s responsible for tracking file changes to facilitate collaborative work with others. This cheat sheet features the most important and commonly used Git commands for easy reference.