#devopsdiaries search results
DAY - 27 #DevOpsDiaries Start Building my own DevOps project: AutoDeployX Push code -> Jenkins builds & tests ->Docker Hub Terraform infra -> Deploy on local K8s -> Monitoring via Prometheus/Grafana Stack: Docker | Python | Bash | Jenkins | Terraform | K8s|AWS setup almost done
DAY - 24 #DevOpsDiaries Today’s learning: AWS RDS! Cloud databases are the backbone of modern apps, and RDS makes it super easy to set up & manage relational databases
Day - 31 #DevOpsDiaries Spent half my day with Jenkins 😩 Missing modules, broken stages, endless red builds even managed to delete my pipeline by mistake 😂 But finally got that one green tick “Build Successful” for AutoDeployX
DAY - 29 #DevOpsDiaries Fixed multiple FastAPI unit testing errors in my AutoDeployX project today ModuleNotFound: Installed httpx. (Always check dependencies!) AssertionError: Wrong expectation. Adjusted response.text assertion. AttributeError: Don't touch app internals
Day - 23 #DevOpsDiaries Today’s AWS Learning: ELB (Elastic Load Balancer) Distributes incoming traffic across multiple serversprevents overload, improves availability & performance ASG (Auto Scaling Group) Automatically scales servers up/down based on demand - saves cost
DAY - 28 #DevOpsDiaries Tried containerizing my project today Ran into 2 blockers: ASGI app not found ->fixed by correcting path (uvicorn main:app). requirements.txt missing -> solved with: COPY requirements.txt . RUN pip install -r requirements.txt
Day - 30 #DevOpsDiaries Spent my evening debugging a Jenkins pipeline for my AutoDeployX project Errors like: Syntax error: "(" unexpected source: not found exit code 127 After an hour of head-scratching, found out Jenkins runs scripts with sh, not bash Added #!/bin/bash
DAY - 26 #DevOpsDiaries Spent my day learning AWS Route 53: – DNS management: Easily route traffic to your domains – Traffic routing policies: Simple, weighted, latency-based & geolocation routing – Health checks & failover: Automatically detect unhealthy endpoints checklist✅
DAY - 24 #DevOpsDiaries Spent the day exploring AWS S3 Upload & delete objects Manage bucket policies Even tried hosting a static website. Cloud is starting to make sense now
DAY -18 #DevOpsDiaries After 24 attempts, I finally got my Jenkins pipeline working! It successfully pulled the code from my Git repository. The pipeline then built a Docker image and pushed it to my Docker Hub repo. That feeling of a successful build is unbeatable!
DAY -17 #DevOpsDiaries 1 . I started a mini-project to build a CI/CD pipeline using Jenkins. 2. The pipeline faced common errors like missing python3-venv and sudo permission issues. 3 . I got "invalid agent type" error which was solved by installing the correct plugin
DAY - 22 #DevOpsDiaries Learning AWS EBS (gp3) today : Created an 8 GiB volume & attached it to EC2 Explored IOPS & throughput performance Understood snapshots for backup & recovery Takeaway: EBS = reliable + scalable storage for EC2
DAY - 20 #DevOpsDiaries Learning IAM today 🔐 : Root user isn’t for daily tasks (too risky). Created an admin user with limited privileges. Added it to a group for regular practice. Takeaway: Security = giving the right access to the right user at the right time.
The OG #brilliantbeautifulbold human, Melissa Hill Dees, MBA, is here on the #DevOpsDiaries podcast! 🥳🤩 We had SUCH a great conversation. We talked about innovation, meeting customers where they are, non-profits, Salesforce Data Cloud, AI, books, Ted Talks — YOU NAME IT, WE…
DAY -21 #DevOpsDiaries Today launched my first EC2 instance on AWS! Learned about key pairs, security groups & SSH login Hands-on > theory cloud learning feels real now!
DAY - 25 #DevOpsDiaries I learned how to create a DynamoDB table on AWS. At first it felt like just clicking Create but every step actually impacts performance, scalability, and cost. Partition & Sort Keys decide how data is stored and how fast queries will run.
Well well well, what do we have here then?! #DevOpsDiaries is now in video format too! Excited to bring you the first video edition of the podcast, with the marvellous @Nadina_codes! 🔥🦸♀️ Check it out on YouTube, or the audio version on all your favourite podcast platforms.
No open source contribution today Just focusing on my DevOps project AutoDeployX #DevOpsDiaries
DAY - 29 #DevOpsDiaries Fixed multiple FastAPI unit testing errors in my AutoDeployX project today ModuleNotFound: Installed httpx. (Always check dependencies!) AssertionError: Wrong expectation. Adjusted response.text assertion. AttributeError: Don't touch app internals
DAY - 27 #DevOpsDiaries Start Building my own DevOps project: AutoDeployX Push code -> Jenkins builds & tests ->Docker Hub Terraform infra -> Deploy on local K8s -> Monitoring via Prometheus/Grafana Stack: Docker | Python | Bash | Jenkins | Terraform | K8s|AWS setup almost done
DAY - 28 #DevOpsDiaries Tried containerizing my project today Ran into 2 blockers: ASGI app not found ->fixed by correcting path (uvicorn main:app). requirements.txt missing -> solved with: COPY requirements.txt . RUN pip install -r requirements.txt
DAY -21 #DevOpsDiaries Today launched my first EC2 instance on AWS! Learned about key pairs, security groups & SSH login Hands-on > theory cloud learning feels real now!
DAY - 26 #DevOpsDiaries Spent my day learning AWS Route 53: – DNS management: Easily route traffic to your domains – Traffic routing policies: Simple, weighted, latency-based & geolocation routing – Health checks & failover: Automatically detect unhealthy endpoints checklist✅
DAY - 24 #DevOpsDiaries Today’s learning: AWS RDS! Cloud databases are the backbone of modern apps, and RDS makes it super easy to set up & manage relational databases
Day - 31 #DevOpsDiaries Spent half my day with Jenkins 😩 Missing modules, broken stages, endless red builds even managed to delete my pipeline by mistake 😂 But finally got that one green tick “Build Successful” for AutoDeployX
DAY -18 #DevOpsDiaries After 24 attempts, I finally got my Jenkins pipeline working! It successfully pulled the code from my Git repository. The pipeline then built a Docker image and pushed it to my Docker Hub repo. That feeling of a successful build is unbeatable!
DAY - 24 #DevOpsDiaries Spent the day exploring AWS S3 Upload & delete objects Manage bucket policies Even tried hosting a static website. Cloud is starting to make sense now
Day - 23 #DevOpsDiaries Today’s AWS Learning: ELB (Elastic Load Balancer) Distributes incoming traffic across multiple serversprevents overload, improves availability & performance ASG (Auto Scaling Group) Automatically scales servers up/down based on demand - saves cost
Day - 30 #DevOpsDiaries Spent my evening debugging a Jenkins pipeline for my AutoDeployX project Errors like: Syntax error: "(" unexpected source: not found exit code 127 After an hour of head-scratching, found out Jenkins runs scripts with sh, not bash Added #!/bin/bash
DAY - 22 #DevOpsDiaries Learning AWS EBS (gp3) today : Created an 8 GiB volume & attached it to EC2 Explored IOPS & throughput performance Understood snapshots for backup & recovery Takeaway: EBS = reliable + scalable storage for EC2
DAY - 13 #DevOpsDiaries My first Jenkins Pipeline journey! At first, it was full of errors (SMTP auth failed, test report missing) But I didn’t give up Finally my first pipeline ended with SUCCESS Every failure was just a step towards success ❤️
DAY - 20 #DevOpsDiaries Learning IAM today 🔐 : Root user isn’t for daily tasks (too risky). Created an admin user with limited privileges. Added it to a group for regular practice. Takeaway: Security = giving the right access to the right user at the right time.
DAY -17 #DevOpsDiaries 1 . I started a mini-project to build a CI/CD pipeline using Jenkins. 2. The pipeline faced common errors like missing python3-venv and sudo permission issues. 3 . I got "invalid agent type" error which was solved by installing the correct plugin
DAY - 12 #DevOpsDiaries Tried creating my first DevOps freestyle job not easy at all Git clone errors (missing dirs, wrong paths) Python venv failed to set up Dependencies kept breaking the build After 16 failed attempts + lots of debugging On the 17th build t finally worked 🥹
DAY -15 #DevOpsDiaries Debugged my Jenkins pipeline today : 1 . Fixed branch mismatch (master -> main) 2 . Corrected wrong cd path 3 . Solved Docker socket permission issue Every failure was a lesson. #DevOps #Jenkins #Docker #LearnInPublic
DAY - 25 #DevOpsDiaries I learned how to create a DynamoDB table on AWS. At first it felt like just clicking Create but every step actually impacts performance, scalability, and cost. Partition & Sort Keys decide how data is stored and how fast queries will run.
DAY - 14 #DevOpsDiaries Debugging Jenkins pipeline errors was a good lesson . File paths: Double-check every path. A small mistake can stop everything. Make sure the branch name and configs are 100% correct. Managing Python virtual environments is key to avoiding conflicts.
Something went wrong.
Something went wrong.
United States Trends
- 1. Daboll 31.5K posts
- 2. Pond 231K posts
- 3. Kim Davis 8,922 posts
- 4. Bowen 10K posts
- 5. Schoen 15K posts
- 6. #IDontWantToOverreactBUT 1,296 posts
- 7. Go Birds 8,939 posts
- 8. #MYNZ 1,265 posts
- 9. Marines 48.4K posts
- 10. Semper Fi 9,733 posts
- 11. Veterans Day 21.1K posts
- 12. Obergefell 5,766 posts
- 13. Edmund Fitzgerald 8,079 posts
- 14. #MondayMotivation 44.3K posts
- 15. Giants 79.4K posts
- 16. Dart 35.3K posts
- 17. Mike Kafka 1,409 posts
- 18. Correísmo Nunca Más N/A
- 19. #USMC 2,718 posts
- 20. #BudHolidayDelivery N/A