devopsbysarika's profile picture. 👩‍💻 Self-taught tech explorer on a DevOps mission 🚀 | Building in public | #DevOpsJourney

https://www.linkedin.com/in/sarikasharma1717

Sarika 🚀 | Future DevOps Engineer

@devopsbysarika

👩‍💻 Self-taught tech explorer on a DevOps mission 🚀 | Building in public | #DevOpsJourney https://www.linkedin.com/in/sarikasharma1717

Sarika 🚀 | Future DevOps Engineer reposteó

Repost if this helped you.

Este tweet ya no está disponible.

Updated my Github after long time check it out and give me feedback does it need any changes ? github.com/sarika-03


I got the Hacktoberfest 2025: Level 1 badge from Hacktoberfest! holopin.io/hacktoberfest2… via @holopin_


Sarika 🚀 | Future DevOps Engineer reposteó

For those who are not aware that’s How Docker & Kubernetes works together 👉Docker → Packs your app and all its dependencies into a container, so it runs the same anywhere. 📦 👉Kubernetes → Manages and coordinates these containers across servers, handling scaling, updates,…

CodeToCloudxx's tweet image. For those who are not aware that’s How Docker & Kubernetes works together

👉Docker → Packs your app and all its dependencies into a container, so it runs the same anywhere. 📦

👉Kubernetes → Manages and coordinates these containers across servers, handling scaling, updates,…

Another achievement from ROVR Here's the link of my new hacktober merged PR : github.com/NSPC911/rovr/p… This October blessed me 🥹❤️

devopsbysarika's tweet image. Another achievement from ROVR 
Here's the link of my new hacktober merged PR :
github.com/NSPC911/rovr/p…
This October blessed me 🥹❤️

My another Hacktoberfest PR got merged Fixed a bug in Rovr where batch deleting files didn’t work . Feels just like my first PR! Blog about the bug coming soon. Here's the PR link github.com/NSPC911/rovr/p…

devopsbysarika's tweet image. My another Hacktoberfest PR got merged
Fixed a bug in Rovr where batch deleting files didn’t work . Feels just like my first PR!
Blog about the bug coming soon.
Here's the PR link github.com/NSPC911/rovr/p…

No open source contribution today Just focusing on my DevOps project AutoDeployX #DevOpsDiaries


What a hectic day but still enjoying learning new things! working on "Batch delete in select mode" in ROVR

devopsbysarika's tweet image. What a hectic day  but still enjoying learning new things!
working on "Batch delete in select mode" in ROVR

Sarika 🚀 | Future DevOps Engineer reposteó

👉If you are Devops Engineer : You’ll mostly works on automating builds, deployments, and CI/CD pipelines. 👉If you are SRE Engineer : You’ll mostly works on monitoring, incident response, and keeping systems reliable. 👉If you are Cloud Engineer : You’ll mostly works on…


I just published My First Hacktoberfest PR Got Merged medium article 👇 medium.com/p/my-first-hac… Sharing this so it might help anyone who faces a similar bug. That’s the beauty of open source we all learn together so plz check it out


This PR cooked me badly ...... i'll share its story in a blog

devopsbysarika's tweet image. This PR cooked me badly ...... i'll share its story in a blog

Wowww guyzzz .....God heard me a little too soon😂

devopsbysarika's tweet image. Wowww guyzzz .....God heard me a little too soon😂

Sarika 🚀 | Future DevOps Engineer reposteó

CI/CD = Commit → Instant Chaos → Deploy


Day 1 of @hacktoberfest 2025 First PR submitted! Fixed frontend bug in junobuild/juno Preserved filters after asset deletion & optimized store updates. Let’s see… hope it gets merged🤞

devopsbysarika's tweet image. Day 1 of @hacktoberfest 2025 
First PR submitted!
Fixed frontend bug in junobuild/juno 
Preserved filters after asset deletion & optimized store updates. Let’s see… hope it gets merged🤞

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

devopsbysarika's tweet image. 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
devopsbysarika's tweet image. 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
devopsbysarika's tweet image. 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
devopsbysarika's tweet image. 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 - 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

devopsbysarika's tweet image. 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
devopsbysarika's tweet image. 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
devopsbysarika's tweet image. 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
devopsbysarika's tweet image. 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 - 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

devopsbysarika's tweet image. 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 - 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✅

devopsbysarika's tweet image. 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✅
devopsbysarika's tweet image. 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✅

United States Tendencias

Loading...

Something went wrong.


Something went wrong.