APAbhinav Pathakindevopsabhi.hashnode.dev路Jul 16, 2025 路 4 min read馃殌 Level Up Your DevOps with Agentic AI: The Open-Source Tools You Should KnowWe鈥檙e standing at the edge of an exciting shift in how we do DevOps. The emergence of Agentic AI is quietly redefining what it means to automate, going far beyond traditional scripts or pipelines. Unlike typical automation, Agentic AI tools can think...00
APAbhinav Pathakindevopsabhi.hashnode.dev路Dec 10, 2023 路 14 min readPython for DevOps (With Project)Introduction to Python Python has emerged as a powerful and versatile programming language that plays a significant role in the field of DevOps. DevOps, a combination of development and operations, aims to foster collaboration between software develo...00
APAbhinav Pathakindevopsabhi.hashnode.dev路Aug 31, 2023 路 19 min readAll You Need To Know About Git and GitHubWe need to have some prerequisites before diving into git and git hub and there comes the concept of SCM (Source Code Management). Source Code Management Source Code Management (SCM) is the practice of managing and tracking changes to source code dur...00
APAbhinav Pathakindevopsabhi.hashnode.dev路Aug 29, 2023 路 3 min readDaily script backupData loss is an unfortunate and very real risk in any organizational environment. Losing critical data due to accidental deletion can have severe consequences for businesses. Therefore, it is essential for organizations to establish a reliable backup...00
APAbhinav Pathakindevopsabhi.hashnode.dev路Aug 27, 2023 路 7 min readAdvanced Linux Made EasyArchive File (Tar) When your file is very big and you want to move it to some other computer or you want to send it through the internet you need an archived (compressed) file. Another use case can be if you want to take a backup of your data. That's...00