Juraj Simonjurajsim.hashnode.dev·an hour agoA Comparison of Calling vs. Dispatching Workflows in GitHub ActionsThere are two types of execution units in GitHub Actions. One is called a workflow, which organizes global pipeline execution into smaller units like jobs and steps. The second one is called a custom/composed action, and it can represent one (or mult...GitHub ActionsGitHub
Praduman Prajapatiitspraduman.hashnode.dev·Feb 17, 2025Mastering DevOps: Transforming a Go Web App with End-to-End AutomationSource code & repository of the project 👇 https://github.com/praduman8435/go-web-app In this article, we will implement comprehensive end-to-end DevOps practices on a project that currently lacks any DevOps methodologies! Steps We Will Take: Fir...Devops
Usman Akinyemiuniqueusman.hashnode.dev·Feb 17, 2025Git Internship Week 9: Outreachy Internship Progress and UpdatesYeah, it is already the end of the 9th week of my Outreachy internship at Git. It has really been nice, and I have learned a lot by contributing to Git and interacting with other contributors. After many patches (code) submissions and multiple iterat...1 likeGitHub
Binshad Aptechstockinsights.hashnode.dev·Feb 17, 2025The Ultimate Guide to Open Source: How to Contribute, Grow, and Thrive in the OSS Community📌 Introduction: Why Open Source Matters Open-source software (OSS) has revolutionized the tech industry, enabling innovation, collaboration, and community-driven development. Whether you're a developer, designer, writer, or tester, contributing to o...10 likesThe Ultimate AI Showdown#OpenSourceProjects
Ashutosh Vermaashu-devops.hashnode.dev·Feb 16, 2025Git & GitHub for Beginners: A Simple GuideIf you’re getting started with coding, you might have heard about Git and GitHub. They sound similar, but they are different! In this blog, I’ll break them down in simple terms so you can understand what they are and why they are essential for develo...GitHub
Dhruv Nakumdhruvnakum.xyz·Feb 15, 2025Building Scalable GO Application With Docker, AWS, and GitHub ActionsIntroduction In the last part, we successfully put the Go application in a Docker container. Now, we need to deploy it so others can access it. First, we need to upload our Docker application to Docker Hub. We'll start with that and then set up a G...1 likeGolanggolang
Deepak Modideepakmodi.hashnode.dev·Feb 15, 2025Git and GitHub for BeginnersVersion control is an essential skill for every developer, and Git is the most popular version control system used worldwide. Combined with GitHub, it allows for seamless collaboration and efficient code management. In this guide, we'll explore Git a...1 likeGitHub
Egbedo Danielegbedo.hashnode.dev·Feb 13, 2025Automating Docker Builds and Deployments with GitHub ActionsIntroduction As part of my DevOps journey, I have successfully set up a CI/CD pipeline using GitHub Actions to automate the building, pushing, and deploying of Docker images to AWS. This workflow enables automatic deployment to staging and production...ci-cd
Nicolas Fränkelfrankel.hashnode.dev·Feb 13, 2025Pull request testing on Kubernetes: testing locally and on GitHub workflowsImagine an organization with the following practices: Commits code on GitHub Runs its CI/CD pipelines with GitHub Actions Runs its production workload on Kubernetes Uses Google Cloud A new engineer manager arrives and asks for the following: O...github-actions
Koti Vellankithekoti.hashnode.dev·Feb 10, 2025GitHub Models 🌍Imagine you’re managing one of the busiest train stations in the world. Trains are constantly arriving and departing, each carrying important cargo (your code). Now, what if there were no proper tracks, no schedules, and no station master to oversee ...GitHub