Just Finished My First DevOps Project, Need Your Feedback!

0
4
Asked By TechieTraveler42 On

Hey everyone! I've been on a journey these past two years studying and preparing for my first DevOps role after working as a Service Desk Analyst. Though I realize it's a different ballgame, I enjoy the responsibilities and tools that come with DevOps. I consider myself a fast learner and am always eager to troubleshoot and dig into issues. I've recently completed the first part of my DevOps project and I'm excited to share it!

I need to finalize the README and upload it tomorrow, along with my project instance link. I've relied on documentation and AI assistance quite a bit, particularly for the HTML and Terraform aspects. Here's the link to my project: https://github.com/izjmz/html-static-hosting.

I would really love to hear your feedback, tips, and any ideas for my future projects! Positive comments are especially welcome 🙂

4 Answers

Answered By HelpfulHacker27 On

You’re doing awesome with the project! Just keep in mind that while it’s fine to lean on AI for help, understand the fundamentals of Terraform and other tools. Diving deeper into the API layer and learning about Kubernetes will really benefit your career in DevOps. Don’t hesitate to write your own code instead of relying too much on generated content.

Answered By DevOpsNinja23 On

Nice job on the project! To improve, consider reading up on .gitignore for Terraform; you really shouldn't include generated files. Also, have you tested your setup on different platforms, like using GitHub Actions? It’s a good idea to know if your infrastructure works cross-platform. And be mindful of public IP exposure! Just a heads up.

Answered By CodeCrafter88 On

Congrats on completing your first project! I recommend adding a README file to enhance the presentation of your repository on GitHub. It’s a small touch that makes a big difference. Keep iterating and pushing your skills, you’re doing great!

Answered By CloudGuru99 On

Hey, congrats on getting this project done! A couple of things to consider: first, make sure you're not pushing your Terraform state file to the repo because it can expose sensitive data. It’s cool to learn from AI, but be cautious about that, and it’s good to clean up comments in your Vagrant file—it makes your work clearer! Also, think about using secrets or vaults for sensitive data, even if this is just a demo project. Keep it up!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.