Hi, I’m Arpit Jain, a recently graduated student passionate about exploring the world of technology. Currently, I’m diving into DevOps—a new and exciting field for me! I’m documenting my learning journey through daily blogs, sharing my experiences, insights, and challenges as I grow. This “learn in public” approach is my way of staying consistent, building connections, and creating value for others who are also navigating their own paths in tech. Whether you’re an experienced professional or just starting out, let’s learn and grow together. When I’m not exploring DevOps, you’ll find me curious about other tech innovations and brainstorming how to turn ideas into reality. Let’s connect and make this journey collaborative and fun! 😊
Day 8 of Learning DevOps and Day 3 of Shell Scripting
Today marks my 8th day of learning DevOps and the 3rd day of diving into shell scripting.
I’m excited to share that I’ve completed my basic shell scripting lessons! I also received a suggestion to learn Python for automation tasks across multiple devices. While shell scripting is powerful, it is primarily limited to Linux systems, whereas Python offers cross-platform compatibility. Based on this advice, I’ve decided to first test my shell scripting knowledge by creating a few scripts before moving on to Python.
Projects I Created Today
RAM Status Checker:
A script that checks the current status of the RAM.Storage Monitor with Email Alerts:
A script that monitors storage usage. If the storage exceeds 80% of its capacity, the script sends an email alert to the user.
What's Next?
Tomorrow, I plan to work on real-world projects, and I’ll also share the GitHub links to my work. Stay tuned for updates!