Prathamesh Patilpatilprathamesh.hashnode.dev·Nov 20, 2024Taking It Full Stack: Automating CI/CD for Full-Stack Deployment 🚀🌐After successfully deploying my Node.js API backend on AWS EC2 (ref: Click here), it was time to level up and integrate the React.js frontend into the mix. This step transformed the project into a complete full-stack solution, accessible to users via...Discuss·1 likeDevops
Prathamesh Patilpatilprathamesh.hashnode.dev·Nov 19, 2024Setting Up CI/CD for a Node.js CRUD API with GitHub Actions, Docker, and AWS EC2Setting up CI/CD pipelines for deploying applications is crucial for delivering software efficiently and reliably. In this guide, we'll walk through how to create a CI/CD pipeline for a Node.js application with CRUD APIs. We'll use GitHub Actions, Do...Discusscicd
Arun Pandeyblog.devopsenthusiasts.solutions·Nov 16, 2024Deploying 3-tier Backend Application Using Docker And NginxIntroduction The 3-tier backend application comprises three containers: NGINX MySQL Django-App This setup demonstrates how these components collaborate to deliver a robust, scalable, and maintainable web application. What is NGINX? NGINX acts a...Discussdocker nginx
Anasanasmansuri.hashnode.dev·Oct 25, 2024Labels, Selectors, Replica Sets, Deployments, Production StrategiesWhatever mentioned in the spec section that’s what the pod is going to do. Image Pull Policy: Official docs https://kubernetes.io/docs/concepts/containers/images/ apiVersion: v1 # API version for the Pod definition kind: Pod...DiscussKubernetes
Hemachandrahemachandra.hashnode.dev·Sep 29, 2024How to test/mock Configuration files in PythonIntroduction We will be using configuration files in our projects so frequently that, without a configuration file, it becomes difficult to change the code each time. Why do we need a configuration file? Imagine I have created a project that runs on ...Discuss·11 likes·75 readspytest
Mohamad MahmoodforHashNoteshashnotes.hashnode.dev·Sep 28, 2024SQL Server Deployment AutomationSQL Server Deployment AutomationDiscussSQL Server
Yugandhar Desaidevdynamo03.hashnode.dev·Sep 13, 2024🚀 Dive into Docker:In the fast-paced world of software development, we are constantly searching for tools that make our lives easier, our workflows faster, and our deployments smoother. Enter Docker—the game-changer that has revolutionized how we build, ship, and run a...DiscussDocker
BYXNbyxn.hashnode.dev·Sep 9, 2024Los Mejores Sitios para Desplegar Tu Aplicación Web en 2024El despliegue de aplicaciones web es un paso crucial para asegurar la accesibilidad y el rendimiento de tu proyecto. Elegir la plataforma adecuada puede marcar la diferencia entre un despliegue rápido y sencillo, o una experiencia complicada y costos...Discusswebdev
Vibhuti Jainvibhutijain.hashnode.dev·Sep 9, 2024Day-22 : Getting Started with JenkinsWhat is Jenkins? Jenkins is an open source continuous integration-continuous delivery and deployment (CI/CD) automation software DevOps tool written in the Java programming language. It is used to implement CI/CD workflows, called pipelines. Jenkin...DiscussJenkins
Huzefa Ahmedhuzefaweb.hashnode.dev·Sep 3, 2024Project 1: Write a Shell Script to Deploy a Live Django appMy Script is designed to automate the deployment of a Django app using Docker, while also handling errors. Automating Django App Deployment with Docker Using a Bash Script In this blog, I’ll walk you through automating the deployment of a Django appl...DiscussDevops