PDprathu Dwivediindevops.sdffffs·Mar 25, 2025 · 3 min readMastering Configuration Management: Insights from Abhishek ViramallaConfiguration management is a crucial aspect of IT infrastructure, ensuring systems are consistently configured, maintained, and updated. Various tools help automate this process, making infrastructure management more efficient. One such tool is Ansi...00
PDprathu Dwivediindevops.sdffffs·Mar 24, 2025 · 2 min readDeploying a Node.js Application on AWSDeploying a Node.js application on AWS allows you to make your project accessible to users globally with high availability and scalability. In this article, we'll go through a step-by-step guide to deploying a Node.js app on AWS using an EC2 instance...00
PDprathu Dwivediindevops.sdffffs·Mar 23, 2025 · 2 min readRevisiting Essential Git Commands: A Quick GuideGit is a crucial tool for version control, especially in collaborative software development. As I revisit its core functionalities, I want to document the most commonly used Git commands for efficient workflow management. 1. Initializing a Repository...00
PDprathu Dwivediindevops.sdffffs·Mar 15, 2025 · 3 min readAutomating AWS Usage Reporting – My DevOps Learning JourneyOver the past few days, I have been exploring DevOps as part of Abhishek Veeramalla’s course. Every new concept and hands-on experience feels like a significant milestone. One of my recent learnings was understanding how to track and report AWS resou...00
PDprathu Dwivediindevops.sdffffs·Mar 12, 2025 · 2 min readShell Scripting: Making Automation Fun!Shell scripting is an amazing way to automate tasks and make life easier for developers and system administrators. It allows you to combine multiple commands, create workflows, and even schedule tasks effortlessly. Why is Shell Scripting Fun? Saves ...00