SMSaurabh Mathuriaincocreator.hashnode.dev路Aug 3, 2023 路 2 min read馃悕 Python for DevOps Engineers 馃殌Introduction 馃専 DevOps brings harmony between developers and operations, accelerating software development. In this dynamic world, DevOps engineers play a vital role. Enter 馃悕 Python! This versatile language is a game-changer for DevOps engineers, th...00
SMSaurabh Mathuriaincocreator.hashnode.dev路Aug 2, 2023 路 2 min readIntroduction to PythonDefinition of Python: Python is a high-level, interpreted, and general-purpose programming language. It was created by Guido van Rossum and first released in 1991. Python's design philosophy emphasizes code readability, making it an excellent languag...00
SMSaurabh Mathuriaincocreator.hashnode.dev路Jul 24, 2023 路 3 min readAdvanced Git and GitHubGit Branching Use a branch to isolate development work without affecting other branches in the repository. Each repository has one default branch and can have multiple other branches. You can merge a branch into another branch using a pull request. B...00
SMSaurabh Mathuriaincocreator.hashnode.dev路Jul 23, 2023 路 5 min readAdvanced Git And GitHub Commands馃摑 Task-1: Set up Your Identity Before you dive into the world of DevOps and start collaborating on projects, it's essential to set up your identity to be associated with your commits. This ensures that your contributions are appropriately recognized...00
SMSaurabh Mathuriaincocreator.hashnode.dev路Jul 22, 2023 路 3 min readIntroduction Git & GitHubWhat is Git? 馃惐 Git is a super cool distributed version control system 馃攧 created by Linus Torvalds in 2005. 馃殌 It helps developers track changes in their code and collaborate seamlessly with team members. 馃 Git stores your project's history, allowi...00