Hi everyone, I am Anusha Nayak. 🚀I am passionate about bridging the realms of development and operations to propel efficient and seamless software delivery! 💻 As a DevOps professional, I'm all about making things run smoother, like cutting out unnecessary steps, setting up automatic software installations, and making sure everything flows together nicely👨💻. I want to help teams create great software quickly every single time.
I am available for paid collaboration.
Feb 15, 2024 · 5 min read · What is Python🐍 🐍Python is a language that's easy for both humans and computers to understand. It's like giving instructions to a computer to make it do things. You can use Python to tell a computer what to do, step by step, and it will follow your...
SSWATHI commented
Feb 14, 2024 · 2 min read · Install Jenkins on Instance Install Java sudo apt update sudo apt install openjdk-11-jre Verify Java is Installed java -version Now, you can proceed with installing Jenkins curl -fsSL https://pkg.jenkins.io/debian/jenkins.io-2023.key | sudo tee \ ...
Join discussion
Feb 13, 2024 · 10 min read · What’s the difference between continuous integration, continuous delivery, and continuous deployment? Continuous Integration (CI): This is the practice of frequently combining code changes from multiple developers into a shared code repository. It e...
Join discussion
Feb 12, 2024 · 3 min read · Jenkins Master👨💼 🏠 Central Hub: It's the central command center where all decisions and operations are coordinated. 👩💻 Task Manager: Like a manager assigning tasks, it directs and delegates jobs to different parts of a project. 🌐 Control Cent...
Join discussion