Reece Appaublog.reeceappau.com·12 hours agoBuilding and deploying a React website on AWS S3 using Terraform and GitHub ActionsIntroduction In this project, I built and deployed a React website hosted on AWS S3, with Amazon CloudFront as a content delivery network (CDN) to improve performance and ensure global availability. Terraform was used for infrastructure as code, and ...ProjectsAWS
Khushal Bhardwajceleron.hashnode.dev·Jan 11, 2025doing github-actions local-first!Hey there! Let’s talk about something that’s been a game changer for me: act. It basically lets you run your GitHub Actions on your machine without a whole lot of configuration—none for me! So if you're too excited to check this out on your own, chec...Docker
Nischal Chudalchudalnischal.hashnode.dev·Jan 10, 2025A Crash Course on GitHub ActionsWhat is GitHub Actions? GitHub Action is basically a CI/CD tool that is widely used in the Modern Tech world. It enables us to automate all of our software workflows. It helps us to create workflows that is able to build, test and deploy in many diff...1 likegithub-actions
Satyam Vishwakarma100xdevelopersavi.hashnode.dev·Jan 10, 2025Onboarding Documentation for Git and GitHubWelcome to Git and Github at ChaiCode Cohort! In this document you will know about how Git and Github work in our company. The purpose of providing this documentation to every new employee is to maintain the consistency and efficiency of the company ...13 likes·133 readsGitHub
João Esperancinhajesperancinha.hashnode.dev·Jan 9, 2025How I created a JDK 19 Loom GitHub ActionI'm currently working on a project, which I'm using to compare what Kotlin and Java provide in terms of performance. Having said this, I want to share with you how I created a GitHub action for Project Loom. Since Project Loom is about to come out of...jdk19
Ahammed Basha Shaikday-27-of-100-days-challenge.hashnode.dev·Jan 8, 2025GitHub Actions vs Jenkins: A Comprehensive Guide to Choosing the Right CI/CD ToolIntroduction In the evolving world of DevOps, CI/CD tools play a pivotal role in accelerating software delivery while maintaining quality. Today, on Day 27 of my 100 Days of DevOps Challenge, I’m diving into GitHub Actions—a modern, integrated CI/CD ...GitHub
Alex PliutauforfreeCodeCampfreecodecamp.org·Jan 7, 2025How to Run Integration Tests with GitHub Service ContainersRecently, I published an article about using Testcontainers to emulate external dependencies like a database and cache for backend integration tests. That article also explained the different ways of running the integration tests, environment scaffol...GitHub
Muhammad Sufiyaninnosufiyan.hashnode.dev·Jan 7, 2025Exploring GitHub Actions from the MarketplaceIntroduction In our journey to streamline workflows using GitHub Actions, we've encountered various reusable actions. These actions, created by the GitHub community, help us automate common tasks, such as setting up specific runtime environments. Wha...Continuous Integration and Deliverygithub-actions
Muhammad Sufiyaninnosufiyan.hashnode.dev·Jan 7, 2025Common Build Pipeline ErrorsIssue: "npm install" Failing with Exit Code 137 If your build pipeline is encountering issues during the npm install step, resulting in the following error: Error: Process completed with exit code 137. Cause of the Error This error typically occurs ...Continuous Integration and DeliveryPipeline
Muhammad Sufiyaninnosufiyan.hashnode.dev·Jan 7, 2025GitHub Actions CI Pipeline DocumentationThis document provides a comprehensive explanation of the GitHub Actions CI pipeline, detailing each command and step used in the workflow configuration file. The pipeline is designed to run tests across multiple operating systems when code is pushed...Continuous Integration and Deliverygithub-actions