Archive Post
Home / Author: siva nanda
Fundamentals for DevOps, especially regarding CI/CD tools
Here are the fundamentals for DevOps, especially regarding CI/CD tools:…
Getting Started with GitHub Actions(Demo project)
name: First Workflowon: workflow_dispatchjobs:first-job:runs-on: ubuntu-lateststeps:- name: Print greetingrun: echo "Hello…
Getting Started with GitHub Actions: A Beginner’s Guide
GitHub Actions is a CI/CD (Continuous Integration/Continuous Deployment) platform that…
Getting Started with Git and GitHub: A Beginner’s Guide
1. What is Git? Git is a version control system…