Mahdi Bagherimahdibagheri.hashnode.dev·Jan 24, 2025SonarQube Setup and GitHub IntegrationWhy SonarQube? In today’s competitive software development world, speed is crucial to develop new features, as well as improving existing features to stay ahead of the competition. Multiple developers of varying skill levels and work experience contr...ProjectsDevops
FMblog.ephemeralrogue.xyz·Jan 22, 2025my introduction to KICSis there such a thing as a linter for Dockerfiles? i went on a hunt for one and found this docker-compose-linter, which was unexpected and absolutely welcome. the linter, however, is a topic for another day. i bring this up only because it was in the...kics
T Prayagt-prayag.hashnode.dev·Jan 22, 2025Tutorial: How to create a GitHub Actions workflow ?Continuous Integration (CI) Continuous Integration (CI) is the practice of automating the process of building and testing code changes before they are merged into the main codebase. By catching issues early, CI ensures that new code does not break ex...1 likeGitHub
T Prayagt-prayag.hashnode.dev·Jan 22, 2025GitHub ActionsWhat is GitHub Actions? GitHub Actions is a Continuous Integration and Continuous Delivery/Deployment (CI/CD) platform that automates software development workflows. It allows developers to build, test, and deploy code directly from their GitHub repo...GitHub ActionsGitHub
Nikhil Raonikhilrao.blog·Jan 22, 2025Automating Google Cloud with GitHub Actions using gcloud CLIIn today's DevOps landscape, automating tasks and deployments is essential for efficiency and reliability. One powerful way to achieve this is by leveraging GitHub Actions to connect with Google Cloud Platform (GCP) using the gcloud CLI. In this post...Google Cloud Platform
Rajdeep SinghforfreeCodeCampfreecodecamp.org·Jan 16, 2025Learn to Use GitHub Actions: a Step-by-Step GuideGitHub Actions are one of the most helpful features of GitHub. Actions help you automate, build, test, and deploy your app from your GitHub. They also help you perform code reviews and tests, manage branches, triage issues, and more. In simple terms,...GitHub
Rohan Shrivastava30days30aitools.hashnode.dev·Jan 14, 2025Day 11: GitHub Copilot 🚀As part of my 30-day AI Tools Challenge, I explored GitHub Copilot, and it has completely redefined how I approach coding. Whether you're a beginner or an experienced developer, Copilot is like having an AI-powered co-pilot guiding you through your c...AI
Bittu Sharmabittublog.hashnode.dev·Jan 5, 2025How to Create End-to-End Projects with GitHub ActionsPHASE-1 | Setup Repo Fork the Repo Navigate to the Repository: Go to the repository you want to fork. This can be done through the platform's search feature or by directly accessing the repository's URL. Locate the Fork Button: Look for the "Fork"...github-actions
Han Lin Aunghanlinaung.dev·Jan 3, 2025Exploring GitHub Actions: A Comprehensive How-ToWhat is Github Actions Github Actions is a CI/CD tool that allows you to automate your software development workflows. It is a powerful tool that allows you to automate a wide range of tasks, from building and testing your code to deploying your appl...117 readsDevops
Anshul Singhanshulwrites.hashnode.dev·Dec 27, 2024AtomicCD-Lightweight CD tool for K8sHi there, in this blog I promote my most recent project “AtomicCD“. It is a continuous delivery tool build specifically for Kubernetes. Why use this tool when you have a tool like ArgoCD you ask? Well I got the inspiration for this tool because of ce...10 likesKubernetes