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
Kieran LoweProkieranlowe.io·Nov 19, 2024Implementing Self-Hosted GitHub Action Runners using AWS CodeBuildI saw an interesting announcement from AWS What’s New? some time back regarding GitHub Actions and native AWS CodeBuild integration. This allows you to use AWS CodeBuild to be the compute for your self-hosted GitHub Action Runners. Let’s dig in! What...Discuss·76 readsOne-Offsopentofu
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
Akaeze Kosisochukwuaudrey01.hashnode.dev·Nov 18, 2024A Comprehensive Guide to Containerizing Applications, Orchestrating with Kubernetes, and Monitoring with Prometheus.This article is a step-by-step practical guide on deploying a containerized application on Amazon EKS, monitoring the application using Prometheus and Grafana, and creating a CI/CD Pipeline to facilitate our workflow. The Frontend uses NextJs while t...Discuss·1 like·59 readsDocker
Sohag Hasannotes.sohag.pro·Nov 18, 2024🚀 Outsmarting GitHub Actions: A Cost-Effective Approval Workflow Without Breaking the BankA Cost-Effective Approval Workflow Without Breaking the Bank In the world of continuous deployment, every second (and every penny) counts. Today, I'm going to show you a clever GitHub Actions hack that can save your team time and money while maintain...Discuss·528 readsDevOpsmanual approval
Ahmed Razaahmedrazadev.hashnode.dev·Nov 17, 2024SVN vs Git: Command Comparison and Usage with ExamplesIn the world of version control, SVN (Subversion) and Git are two of the most widely used systems. Both offer tools for managing changes to code, collaborating with others, and tracking project history, but they operate in different ways and serve di...DiscussGitHub
Gedion Danielblog.gediondaniel.dev·Nov 16, 2024Getting Started with AWS CodeCommit: A Developer's Guide to Secure Git RepositoriesIntroduction If you've been using GitHub or GitLab, but want to keep your code entirely within the AWS ecosystem, AWS CodeCommit is your answer. It's a fully-managed source control service that hosts secure Git repositories. Let's dive into how to ge...DiscussAWS
Juraj Simonjurajsim.hashnode.dev·Nov 8, 2024How to connect dispatching and dispatched workflowsIn the last article in this series I mentioned that by switching from reusable workflows to dispatching we can lost some navigation clarity. Dispatched workflow has no connection about its dispatcher, so it might be difficult to search what dispatche...DiscussGitHub ActionsGitHub
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Nov 8, 2024Step-by-Step Guide to Setting Up GitHub Actions for CI/CD: Building Your Own CI/CD Pipeline EasilyIntroduction: Why GitHub Actions? If you're working on a project, you've probably faced the challenge of keeping your code organized and bug-free. Every time you make changes, there’s a risk of breaking something. GitHub Actions is here to help. It a...DiscussGitHub
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Nov 7, 2024GitHub Actions vs Jenkins: A Simple Guide to Choosing the Right CI/CD ToolWhat Are They? GitHub Actions and Jenkins are both tools for automating software development tasks, especially the CI/CD (Continuous Integration/Continuous Deployment) process. They help you: Test your code automatically Build it into something usa...DiscussGitHub