skip to content

January 23, 2026

CLoudOps Now!

  • Tools
  • Support
  • Certification
  • Courses
  • My Daily Story

Month: May 2024

Mohammad Gufran Jahangir May 31, 2024 0

Ansible – Components of Ansible (Part-2)

Components of Ansible 1. Executables Description: Key Executables: This command pings all hosts in the inventory to check connectivity. ansible-playbook: Used to run playbooks, which are YAML files containing a…

READ MORE +
Mohammad Gufran Jahangir May 31, 2024 0

Ansible – What is Ansible and How it works (Part-1)

What is Ansible? Ansible is an open-source automation tool used for configuration management, application deployment, and task automation. It simplifies complex tasks and makes it easier to manage a large…

READ MORE +
Mohammad Gufran Jahangir May 31, 2024 0

Git and GitHub – GitHub Overview (Part-15)

1. Github Description: 2. Org (Organization) Description: Example: 3. Team Description: Example: 4. Auth (Authentication) Description: Examples: OAuth Authentication: Personal Access Tokens: SSH Key Authentication: 5. Action == CI (Continuous…

READ MORE +
Mohammad Gufran Jahangir May 31, 2024 0

Git and GitHub – Git Log Explanation (Part-14)

Git Log Explanation Explanation of Each Part 1. Commit Hash 2. References (Branches and Tags) 3. Commit Message Simplified Breakdown of Each Line Summary The git log –oneline command provides…

READ MORE +
Mohammad Gufran Jahangir May 31, 2024 0

Git and GitHub – Merge and Pull (Part-13)

Merge and Pull in Git Merge Merge is a command used to combine the changes from one branch into another. It is typically used to integrate changes from a feature…

READ MORE +
Mohammad Gufran Jahangir May 31, 2024 0

Git and GitHub – Types of branch (Part-12)

Local and Remote Branches in Git Local Branch A local branch is a branch that exists in your local Git repository. You create and manage local branches on your machine,…

READ MORE +
Mohammad Gufran Jahangir May 31, 2024 0

Git and GitHub – Git Undoing, Conflict Resolution, Cherry Picking, Stash (Part-11)

Undoing changes in Git can be approached in several ways, depending on what you need to achieve. Here, we’ll cover the most common scenarios and commands for undoing changes in…

READ MORE +
Mohammad Gufran Jahangir May 31, 2024 0

Git and GitHub – Understanding Git Concepts (Part-10)

Understanding Git Concepts 1. Git Branching and Merging Branching allows you to create a separate line of development. It’s useful for working on different features or fixes independently. Merging is…

READ MORE +
Mohammad Gufran Jahangir May 31, 2024 0

Git and GitHub – How to push/pull and clone files between Local machine and GitHub (Part-9)

Git and GitHub: Step-by-Step Guide Let’s explore how to interact with Git and GitHub, focusing on pushing, pulling, and cloning files between your local machine and GitHub. 1. Setting Up…

READ MORE +
Mohammad Gufran Jahangir May 29, 2024 0

Git and GitHub – How to push/pull and clone files between Local machine and GitHub (Part-8)

Pushing Existing Code to GitHub using HTTPS Prerequisites: Run below command It will ask for personal token to connect to github Create personal token from github Go to profile –>…

READ MORE +
Mohammad Gufran Jahangir May 29, 2024 0

Git and GitHub – What is GitHub (Part-7)

What is GitHub? GitHub is a web-based platform that uses Git for version control and offers features to facilitate collaboration on software development projects. It hosts your Git repositories and…

READ MORE +
Mohammad Gufran Jahangir May 29, 2024 0

Git and GitHub – Git Checkout (Part-6)

1. Switching Branches Scenario: You have multiple branches in your repository, and you want to switch from the current branch to another branch. Example: Switch to feature-branch: 2. Creating and…

READ MORE +
Mohammad Gufran Jahangir May 29, 2024 0

Git and GitHub – Workflow – How Git work (Part-5)

Understanding the Git Workflow: The Git workflow typically involves three main areas: Workspace, Staging Area (Stage), and Repository (Repo). The diagram you provided illustrates these areas and their roles in…

READ MORE +
Mohammad Gufran Jahangir May 29, 2024 0

Git and GitHub – Log and Show Command in Git (Part-4)

Git Log Command: git log Purpose: The git log command displays a list of commits in your repository, showing information about each commit such as the commit hash, author, date,…

READ MORE +
Mohammad Gufran Jahangir May 29, 2024 0

Git and GitHub – How to start with Git (Part -3)

1. Create a Repository (repo) A repository is a storage location where your project files and their version history are kept. Steps: Example: This creates a new directory called my_project,…

READ MORE +
Mohammad Gufran Jahangir May 29, 2024 0

Git and GitHub – What is Git Bash (Part -2)

What is Git Bash? Git Bash is a command-line interface that emulates a bash shell environment on Windows. It comes packaged with Git for Windows and provides users with a…

READ MORE +
Mohammad Gufran Jahangir May 29, 2024 0

Git and GitHub – What is Git and Installation (Part -1)

What is Git? What is Git? Git is a version control tool used to manage and track changes in source code during software development. It helps developers collaborate, keep track…

READ MORE +
Mohammad Gufran Jahangir May 28, 2024 0

Azure Fundamental – Azure Identity and Access Management (Part -11)

What is IAM in Azure? IAM stands for Identity and Access Management. In Azure, IAM is a framework for managing digital identities and access to resources. It helps control who…

READ MORE +
Mohammad Gufran Jahangir May 28, 2024 0

Azure Fundamental – Azure Resource Manager and Azure Templates (Part-10)

Detailed Explanation: Example Scenario: Suppose a user wants to deploy a virtual machine (VM) on Azure. They could: To Start with Azure template Download Visual studio –> Install ARM Resource…

READ MORE +
Mohammad Gufran Jahangir May 28, 2024 0

How to Install Azure CLI in Visual studio

1. Download & Launch Visual Studio Code The first step is to download and install Visual Studio Code here if you haven’t downloaded it before. If you have, just open Visual Studio…

READ MORE +

Posts pagination

1 2 … 5 Next

Recent Posts

  • Cloud audit logging: what to log, retention, and alerting use cases (engineer-friendly, step-by-step)
  • Kubernetes RBAC cookbook: common roles (dev, SRE, read-only) safely
  • Container Security (Done Right): Image Scanning, Runtime Policies, and Least Privilege
  • WAF Basics: OWASP Top Attacks + Rules That Actually Help (Engineer-Friendly Guide)
  • Network security made simple: Security Groups vs NACLs vs Firewalls (and the patterns engineers actually use)
  • Zero Trust for Cloud: Identity-First Security in Practice (Step-by-Step, Real Examples)
  • Jaeger Training: Build Essential Observability Skills
  • Mastering Jacoco for Professional Java Development
  • Mastering DevOps & Different Tools for Real-World Success
  • DevOps Trainers and Consultants: A Professional Guide to Mastering Automation
  • Mastering Grafana: A Practical Guide to Better Data Insights
  • Gradle Course in Pune for Practical Build Automation Skills
  • Gradle Training Pune: Practical Build Automation for Real Projects
  • Gradle Training in Bangalore: Practical Build Automation Skills for Real Projects
  • GitLab Course Guide for Real-World CI/CD and Team Workflows
  • github Trainer Course: Practical Skills for Real Teams, Real Repos, and Real Delivery
  • Tagging strategy that works: cost allocation, ownership, automation (no fluff, real playbook)
  • Git trainer Pune: A Practical Course Guide for Real-World Version Control Skills
  • Git Bangalore: A Practical Course Guide for Real Teams and Real Code
  • Elasticsearch Trainer Pune: Practical Skills for Search and Analytics

Recent Comments

  1. https://sites.google.com/view/vavada-online-casino on Error Code: 18456 – Login Failed for User
  2. Foxibet on Job Failures with External Libraries in Databricks: Causes and Solutions
  3. http://Boyarka-inform.com/ on 30 Common Issues Related to Databricks Unity Catalog
  4. Ashwani on How to install AZ Modules in Power shell. How to Connect Azure from PowerShell?
  5. Abhishek singh on How to install AZ Modules in Power shell. How to Connect Azure from PowerShell?

Recent Posts

  • Cloud audit logging: what to log, retention, and alerting use cases (engineer-friendly, step-by-step)
  • Kubernetes RBAC cookbook: common roles (dev, SRE, read-only) safely
  • Container Security (Done Right): Image Scanning, Runtime Policies, and Least Privilege
  • WAF Basics: OWASP Top Attacks + Rules That Actually Help (Engineer-Friendly Guide)
  • Network security made simple: Security Groups vs NACLs vs Firewalls (and the patterns engineers actually use)

Archive List

  • January 2026
  • December 2025
  • November 2025
  • October 2025
  • September 2025
  • August 2025
  • July 2025
  • June 2025
  • May 2025
  • April 2025
  • February 2025
  • January 2025
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023

Tags

#AgileProjectManagement #AmsterdamTech #Ansible #CareerGrowth #CloudAndDevOps #CloudComputing #DevOpsCareer #DevOpsCareers #DevOpsCertification #DevOpsLearning #DevOpsMonitoring #DevOpsSchool #DevOpsSkills #DevOps Tools #DevOpsTraining #ITCareerGrowth #ITCertification #ITOperations #JiraTraining #KubernetesTraining #LearnDevOps #LearnJira #MachineLearning #MumbaiTech #NagiosTraining #NexusTraining #Observability #RajeshKumar #TechCareerGrowth #TechSkills Azure Databricks Azure SQL Database Cloud Databricks DevOps DevOpsSchool Git How to push/pull and clone files between Local machine and GitHub Kubernetes Microsoft Fabric MotoShare Rajesh Kumar Snowflake terraform Unity Catalog

Categories

  • AI
  • Amperity
  • Ansible
  • Ataccama
  • AWS
  • Azure
  • Azure Databricks
  • Azure DevOps
  • Azure Fundamental
  • Azure SQL database
  • AZURE SQL SERVER
  • Azure Synapse Analytics
  • bash scripting
  • CloudOps
  • CrowdStrike
  • Data Engineering
  • Databricks
  • DevOps
  • DevSecOps
  • Docker
  • FinOps
  • Git and GitHub
  • Git and GutHub
  • Google BigQuery
  • Kubernetes
  • Linux
  • Microsoft Fabric
  • MLOps
  • MotoShare
  • Oracle GoldenGate
  • php
  • powershell
  • Python
  • SFTP Server
  • Snowflake
  • SRE
  • Teradata
  • terraform
  • Tools & Technologies
  • ubuntu
  • Uncategorized
  • Unit Catalog
  • Vector Databases
  • virtual machine
  • WakilSahab

2026 CLoudOps Now! | Blogging WordPress Theme by Legacy Themes