Calder Hayescaderbughunt.hashnode.dev·Feb 6, 2025CI/CD Test Automation: Key Strategies, Tools, and ChallengesWith mounting pressure to release software versions sooner, the CI/CD pipeline has become the standard for development teams. Scriptless automation is making this process even more efficient by reducing the need for complex test scripts while ensurin...ci-cd
T Prayagt-prayag.hashnode.dev·Jan 28, 2025Tutorial - CI / CD using GitHub ActionsCI/CD In software projects, CI/CD plays a crucial role in ensuring the quality and reliability of the codebase. Whether it’s an open-source or private project, CI/CD pipelines streamline the development process and help manage code changes effectivel...GitHub ActionsGitHub
Joy Tari-Bagshawthejoyoftech.hashnode.dev·Jan 25, 2025The Role of a Full Stack Developer: Wearing Many Hats in the World of TechIn the tech world, there’s one role that stands out for its versatility, adaptability, and sheer scope: the Full Stack Developer. If you’ve ever heard the phrase and thought, “What exactly do they do? Is it some kind of superhero coder?”, you’re not ...20 likesFull Stack Development
Sanket Nimkarsanketnmkr.hashnode.dev·Jan 25, 2025AWS CodePipeline: Orchestrating the CI/CD WorkflowIn modern software development, deploying applications manually is slow, error-prone, and inefficient. Continuous Integration and Continuous Deployment (CI/CD) automate this process, ensuring faster, reliable, and consistent deployments. AWS CodePipe...36 readsAWS
Priya Sharmatechpriya.hashnode.dev·Jan 20, 2025How to Build a CI/CD Pipeline for SalesforceIn today's fastly changing technology development, performing Continuous Integration and Continuous Delivery (CI/CD) techniques is important to provide that businesses can deliver high quality solutions quickly. Implementing a CI/CD pipeline in Sales...Salesforce
The DevOps Dojothedevopsdojo.hashnode.dev·Jan 17, 2025CI/CD Pipelines Explained:A Deep Dive into Continuous Integration and Continuous Delivery In today’s fast-paced software development landscape, delivering high-quality applications efficiently and reliably is paramount. Continuous Integration (CI) and Continuous Delivery (CD)...ci-cd
Ayodeji Hamedmyblog.qurtana.com.ng·Jan 14, 2025Project 2: Automating Testing and Deployment with GitHub ActionsIntroduction Welcome to the second article in my blog series: H A R S H H A A's 50 DevOps Projects: Build Skills from Beginner to Advanced. This project builds upon the foundation laid in the first and dives into the essential realm of Continuous Int...H A R S H H A A's 50 DevOps Projects: Build Skills from Beginner to Advancedgithub-actions
Victor Uzoagbavictoru.hashnode.dev·Jan 14, 2025Creating a CI/CD Pipeline with GitHub Actions for a Web ApplicationIntroduction Continuous Integration and Continuous Deployment (CI/CD) are essential for modern software development, enabling teams to automate testing, building, and deploying applications efficiently. A well-configured CI/CD pipeline reduces manual...github-actions
Abilash Vavilalaclouddevopsinsights.com·Jan 12, 2025Passing Storage Account Secret Key Dynamically in Azure DevOps PipelinesManaging secrets securely is a critical aspect of cloud and DevOps practices. When working with Azure Storage Accounts, you might need to dynamically pass the secret key to scripts or tasks. In this article, I will explain how to achieve this using A...Azure
Ekta Guptacaliforniahouseprediction.hashnode.dev·Jan 5, 2025Building and Deploying a Machine Learning Model: An End-to-End Guide with Docker, GitHub Actions, and DeploymentMachine learning (ML) has become a cornerstone of innovation across industries. However, creating an ML model is only one part of the process. Deploying that model in a way that ensures consistency, scalability, and maintainability is equally critica...1 likeMachine Learning