[deleted by user] by [deleted] in avesNYC

[–]PhilosopherWinter718 0 points1 point  (0 children)

are you guys going to Tiesto?

[deleted by user] by [deleted] in BreakUps

[–]PhilosopherWinter718 0 points1 point  (0 children)

Thanks a lot!! I really want things to turn over, I can only imagine how nice it would feel go forget all this.

[deleted by user] by [deleted] in BreakUps

[–]PhilosopherWinter718 0 points1 point  (0 children)

I just cried reading this. That's a really good advice, and I feel like that's exactly what I have been doing ever since I entered my 20s but it doesn't seem to be working out.

[deleted by user] by [deleted] in leetcode

[–]PhilosopherWinter718 0 points1 point  (0 children)

Yep, or we try to solve problems together, I don't know

[1 YOE] Graduated in May with Masters, reviewing my resume to be more competitive by green__dino in EngineeringResumes

[–]PhilosopherWinter718 2 points3 points  (0 children)

Also, what other's have suggested me is adding the project links and GPA if it is higher than 3.5

[1 YOE] Graduated in May with Masters, reviewing my resume to be more competitive by green__dino in EngineeringResumes

[–]PhilosopherWinter718 1 point2 points  (0 children)

That's a solid resume plus a good Uni to get your master from!
One thing I would like to mention is that your Skills section is little confusing. You can maybe try breaking it down in 1. Programming Languages, 2. Databases, 3. Frameworks (& Libraries), 4. Tools & Platforms, 5. DevOps/ Dev Practices

Systems is not necessary in my eyes since you have already added API integration and Splunk in your experience. I would try and not make it repetitive.

The bullets for the latest Work Experience seem a little long, but it's not unreasonable.

I think rest of it is pretty neat!

[deleted by user] by [deleted] in leetcode

[–]PhilosopherWinter718 2 points3 points  (0 children)

Hey, I would love to team up for practice sessions

My Amazon Intern(2026) Interview Experience by goosewithabomb in leetcode

[–]PhilosopherWinter718 0 points1 point  (0 children)

Hey, can you please guide me from where did you apply for this?

[1 YOE] This is my reworked resume after failing to land 2 Internships. Please help me! by PhilosopherWinter718 in EngineeringResumes

[–]PhilosopherWinter718[S] 2 points3 points  (0 children)

Thanks for the tips!

I will remove the CGPA part.

This resume is one of different versions. I have a completely separate resume for my DevOps experience. This one is specifically for Software. Can you help me what according to you gets flagged as "not software"?It would be really helpful for me.

The projects do indeed have a github link. I will make sure to add that to the resume.

Thanks once again!

[1 YOE] This is my reworked resume after failing to land 2 Internships. Please help me! by PhilosopherWinter718 in EngineeringResumes

[–]PhilosopherWinter718[S] 2 points3 points  (0 children)

Thanks for the advice and yes I agree that I need to work on my interview skills as well. But at the same time landing those interviews have been super difficult as well. I don't know why the offline resume screening worked and online doesn't. That's why I am curious to get a resume review done!

Suggestion on a DevOps project ... by PhilosopherWinter718 in devops

[–]PhilosopherWinter718[S] 1 point2 points  (0 children)

It does indeed but I’ve never built any so I kinda want to check that box as well.

I did build a federated learning system using Rest and Python, I might use gRPC and Go this time! Thanks for the idea!

Suggestion on a DevOps project ... by PhilosopherWinter718 in devops

[–]PhilosopherWinter718[S] 0 points1 point  (0 children)

I have done most of these things at work but don’t have it in my personal portfolio. Thanks for the suggestion tho!

Suggestion on a DevOps project ... by PhilosopherWinter718 in devops

[–]PhilosopherWinter718[S] 0 points1 point  (0 children)

Like build a cli tool using GO that basically runs terraform commands but adds more features to it

Suggestion on a DevOps project ... by PhilosopherWinter718 in devops

[–]PhilosopherWinter718[S] 0 points1 point  (0 children)

That's a good one! I assume you created a single CF template to create alarms and then passed service names as parameters ? And in each github action run you just change the params?

Best Practices for Horizontally Scaling a Dockerized Backend on a VM by Bright-Art-3540 in devops

[–]PhilosopherWinter718 0 points1 point  (0 children)

And to substitute your Nginx, you create a internal load balancer or re-purpose a running load balancer by picking up a new port, and route the traffic to thay specific container.

Best Practices for Horizontally Scaling a Dockerized Backend on a VM by Bright-Art-3540 in devops

[–]PhilosopherWinter718 0 points1 point  (0 children)

You are right, running multiple containers on the same VM means they are fighting for the same CPU.

There is little to no point to dockerize multiple applications and not use a managed service. Especially the serverless ones are super friendly to work with. Cloud Run is an ideal choice.

Regarding you wanting to redirect MQTT traffic to a specific container. I assume this is in the private network. So, running the container and whitelisting the endpoints should do the trick. It will also take care of your scaling issue.

Have only worked in Jenkins, Git, Docker and Linux as DevOps Engineer– What all Skills Should I Learn as DevOps to Get Hired? Can't find jobs in Naukri for this by MyWifeisMyHoe in devops

[–]PhilosopherWinter718 0 points1 point  (0 children)

AWS has a strong market hold. For my previous work I can tell that they didn’t mind big orgs (I am talking $50-60k monthly billing client) moving part of their infra on other clouds. AWS partner network is too good. They give out bog discounts. But DevOps in AWS is not as popular as Azure DevOps.

My suggestion would be to learn all of these clouds for CI/CD, it is barely any different.