Rabiatu Mohammedrabiatucloud.hashnode.dev·Nov 1, 2024Create and Test an ASP.NET Core App in Azure DevOps PipelinesWhat is Azure DevOps? Azure DevOps is Microsoft’s all-in-one platform for planning, developing, testing, and deploying software. It offers tools like Azure Repos for source control, Azure Pipelines for automating CI/CD, Azure Boards for project manag...azure-devops
Bikash Nishankbikash-nishank.hashnode.dev·Sep 8, 2024Build Automation in Java: Maven, Gradle, and Ant1. Introduction What is Build Automation? Build automation refers to the process of automating the various tasks involved in compiling, packaging, testing, and deploying software. In the context of Java development, it simplifies the workflow by allo...maven
Vivek Ratheeblog.vivekrathee.com·Jul 5, 2024How to create your first Continuous Delivery PipelineDuring this AWS hands-on tutorial, I had the opportunity to dive into the details of setting up a continuous delivery pipeline using AWS services. Here are my key takeaways and learnings from this experience: Understanding Continuous Delivery: Gain...Pipeline Monitoring
Mahesh Sharmaezulix-1708500526494.hashnode.dev·Jun 26, 2024What is Build Automation? Everything You Need to KnowWelcome to the future of software development, where build automation transforms the way we create, test, and deploy applications. Let's dive deep into what build automation is and why it’s crucial for modern software development services. Understand...software development
SWATHI PUNREDDYswathireddy.hashnode.dev·Apr 13, 2024A Step-by-Step Guide to Setting Up Jenkins and Creating a Freestyle Project on Ubuntu EC2 InstanceAre you looking to streamline your development workflow with Jenkins? In this guide, we'll walk through the process of setting up Jenkins on an Ubuntu EC2 instance step by step, and then we'll create a freestyle project. By the end, you'll have a ful...15 likes·204 readsJenkins
ANSAR SHAIKansarshaik965.hashnode.dev·Feb 14, 2024Title: Day 51: Your CI/CD Pipeline on AWS - Part 2Happy Valentine's Day, DevOps enthusiasts! Welcome back to Day 51 of our 90DaysOfDevOps challenge. Today, we're diving deeper into AWS services, focusing specifically on AWS CodeBuild. What is AWS CodeBuild? AWS CodeBuild is a fully managed continuou...27 reads #AWS #CodeBuild #DevOps
Pramoth Ravipramoth.hashnode.dev·Jan 4, 2024End-to-End CICD Virtual Browser projectIntroduction: In the dynamic landscape of software development, Continuous Integration and Continuous Deployment (CICD) have become essential practices for ensuring efficiency, reliability, and speed in the development lifecycle. The Full Stack CICD ...1 like·131 readsEnd-to-End CICD
Sidharthan Chandrasekaran Kamarajthebugshots.dev·Jul 21, 2023Taskfiles Essentials: Advanced workflowsIn the previous blog post, we explored a basic use case of Taskfiles for build automation and developer workflow. In this post, I will cover some advanced workflows that help in maintaining common taskfiles across multiple projects. As your developme...82 readsTaskfilestaskfiles