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·62 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
Ayodeji Hamedmyblog.qurtana.com.ng·Sep 1, 2024Automated Deployment and Configuration with Ansible for FastAPI BoilerplateIntroduction In modern software development, automating deployment and configuration processes is essential for maintaining consistency, reducing human errors, and speeding up delivery times. This project focuses on using Ansible, an Infrastructure a...Discussansible
Karan SirohiforNotes by Doctor Droidnotes.drdroid.io·Aug 28, 2024How to do post-deployment monitoring with Doctor Droid?Before starting, ensure that you have setup Doctor Droid Playbooks with at least one playbook and a Slack or MST integration. Check out these tutorials on how to get this done. https://www.youtube.com/watch?v=T9KfunP9juA Consider a scenario where a...DiscussPlayBooksdoctor-droid
Vivekheyvivek.com·Aug 19, 2024🚀 Deploying Your Next.js Application on AWS with GitHub Actions: A Step-by-Step Guide 🛠️Deploying a Next.js application on AWS can seem like a daunting task, but with the power of GitHub Actions, you can automate the entire process, making deployments seamless and stress-free. In this guide, we'll walk through how to set up a Continuous...Discuss·13 likes·167 readsNext.js
Bhavik Prajapatibhavikprajapati.hashnode.dev·Aug 19, 2024CI/CD Deployment: How It Transforms Business OperationsContinuous Integration and Continuous Deployment (CI/CD) are pivotal practices in modern software development that can significantly enhance business operations. This blog will explore CI/CD, its benefits to businesses, and provide code examples to i...Discussci-cd