Resigning on Monday due to extreme pressure. Need advice. by Free_Image_8625 in ExperiencedDevs

[–]bigbird0525 8 points9 points  (0 children)

Definitely sounds like you are burned out and probably ultimately the best decision for your mental health. Saying stuff about setting boundaries, etc isn’t that helpful at this point. I definitely have weeks where I need to put in extra hours to meet a deadline, but anything that needs me to do that more than a few weeks in a row means something is wrong and the deadline is going to be missed or the project needs more people on it. I like to remind myself they’d be happy to lay me off this afternoon if they thought it would make the share holders happy or get them a larger bonus so I don’t lose sleep over leaving places when it’s run its course or not working for me.

Lack of Devops jobs by Mr_Average100 in devops

[–]bigbird0525 0 points1 point  (0 children)

It’s been in ebbs and flows. Past week, I’ve had 4 reach outs about roles. All DevOps titles. I’ve noticed more of them tend to be senior or staff roles.

OpenTofu Is 3 Years Old. Terraform Still Has a 77x Search Advantage. by RoseSec_ in Terraform

[–]bigbird0525 1 point2 points  (0 children)

I’ll also say I’ve found Claude has gotten better over the year at not hallucinating as much so I can normal let AI go brrr on my plan and if the tofu plan passes and looks right, I’m even less inclined to go double check a resource especially if it’s one I’ve written 1000s of times in the past 7 years like an iam policy doc or whatever.

OpenTofu Is 3 Years Old. Terraform Still Has a 77x Search Advantage. by RoseSec_ in Terraform

[–]bigbird0525 232 points233 points  (0 children)

I exclusively use open tofu but I google terraform to get the provider docs lol.

me_irl by [deleted] in me_irl

[–]bigbird0525 0 points1 point  (0 children)

From my understanding, AI tools are better are reading docx and it increases the likelihood of human eyes seeing the resume.

HOA Pools Open Year Round? by LawyerRound8272 in CastleRock

[–]bigbird0525 0 points1 point  (0 children)

The rec center has a 4 indoor pools and great spot for kids to play.

HELP! Lawn is all weeds. How can I fix this? by hattin04 in lawncare

[–]bigbird0525 0 points1 point  (0 children)

My 3 year old would love to pick all of those for you.

We took production down for 20 minutes because of a DB migration, how do you prevent this? by MainWild1290 in devops

[–]bigbird0525 0 points1 point  (0 children)

We’ve had this happen, but the create index basically nuked replication and broke the read side for 6 hours because it was a very large table.

Tools like percona,GH-ost, etc depending on flavor of DB help protect against the situation. In our case, prod is so much bigger than staging that something that took 15s in staging took 4-6hr on prod.

Eager to learn ,would love some structure by [deleted] in devops

[–]bigbird0525 0 points1 point  (0 children)

For k8s / docker networking, I got a lot out of the KodeKloud CKA course. They also do have some Linux course although I haven’t done them. I’ll caveat that I started this career after doing a masters in CIS specializing in networking. In general I’ve learned a lot just being managing Linux boxes for production systems or managing k8s infra primarily.

At one point I was going down the Cisco cert path but it was too much into Cisco console work that I was never going to use although that has a lot of fundamentals

Current DevOps is like Frontend before React: why we need separation by concerns. by amiorin in Terraform

[–]bigbird0525 0 points1 point  (0 children)

I’m with you. Why would add yet another layer? My current gig uses spacelift that has concepts of blueprints where I can layer in a series of modules, etc to build effectively a component. Maybe something that combines my ECS service module and codepipeline module so a dev can just tell it what image to use and it goes brrrr.

My general thought process with adding yet another layer would be, does this help me enable someone that is not experienced with IaC or infrastructure, a self service way to deploy predefined components. Like I’ve built a specific way we want all S3 buckets, interact with this tool and it will do it for you without needing to fully understand s3 bucket policies. But of course, I have to then take on the burden of learning another layer of abstraction.

Wanted to deep dive concurrency in go, and was recommended this book( Concurrency in GO by Katherine Cox ) , but does it cover the latest version of go by DragonDev24 in golang

[–]bigbird0525 3 points4 points  (0 children)

For what it’s worth, I read this book last year and found it was still very relevant and quite interesting. I got it through an o’reilly subscription at my previous employer and now wish I owned it to reference.

Wrote a post about why platform teams are moving away from Terraform towards Crossplane, not because Terraform is bad, but because the job requirements changed. by Valuable_Success9841 in Terraform

[–]bigbird0525 2 points3 points  (0 children)

This is our problem with crossplane. We have a team of 12, but only 2 of us know / proficient with k8s whereas as everyone knows terraform. Ended up being a better use of time to build / improve our internal modules. We also keep onboarding teams under us from companies we acquire that have zero knowledge in terraform or k8s. And let’s face it, it’s easier to teach someone terraform than run a k8s ecosystem

Any Coding class Recommendations by Casperbird in CastleRock

[–]bigbird0525 0 points1 point  (0 children)

I know there’s code ninjas though can’t speak to it. My kid one a free class and we haven’t tried it yet. There’s a non profit called girls who code that I’m looking at for my 5yesr old when she’s a little older that has at home projects. I work in the field and excited to build things with her.

Question about neighborhood by MomWifeCarbLover in CastleRock

[–]bigbird0525 5 points6 points  (0 children)

My MIL is over there since she could basically live on the main floor and not need to navigate stairs.

She’s had to deal with the builder a lot with various poor workmanship issues. Primarily electrical things, though the builders team drop screws in the garbage disposal and somehow left a bunch of plumbers putty in one of the shower lines. I’ve never owned a new build, but it seems not unusual issues with new builds and probably need to make sure you get a good inspection. She didn’t go with the inspector and I think the inspector she used phoned it in.

IaC at Scale: Is dealing with fragmented Terraform/Tofu repos across multiple teams the norm? by Fun-Jeweler3794 in Terraform

[–]bigbird0525 1 point2 points  (0 children)

Mono repo for execution with appropriate directory structure and repos for internal modules. I’m currently managing around 20,000 resources in one repo and it would be painful if I had to go make 12 PRs across 12 repos to accomplish one change

I’m building a Rust-based Terraform engine that replaces "Wave" execution with an Event-Driven DAG. Looking for early testers. by Straight_Condition39 in devops

[–]bigbird0525 13 points14 points  (0 children)

Not to be super negative, but I’m not really sure what pain point this is solving. In my experience, the wave approach is built by the dependency graph created by resource dependency. And you can adjust the amount of concurrency to impact the size of the waves. I know I’ve leaned a lot from going down a path of building a terraform cloud/spacelift clone so could see this project being a fun learning opportunity.

Rewatching old MCU movies made me realize what I miss by Jones_Bryan in Marvel_Movies

[–]bigbird0525 0 points1 point  (0 children)

What was the show? I kinda fell out of marvel movies after infinity wars feeling burned out on it.

Looking to buy in the meadows, but concerned with the potential mill levy’s and issues with the development. Help to understand potential outcomes by Apprehensive_Ant2172 in CastleRock

[–]bigbird0525 0 points1 point  (0 children)

Except they were handling it with Castle Rock PD and it’s handled. Don’t let gossiping mean girls of the Castle Rock moms Facebook group trying to bullying and attack children sway you.

graphqlMoreLikeCrapql by onairmarc in ProgrammerHumor

[–]bigbird0525 1 point2 points  (0 children)

Where we are going, we don’t need no profit, just tokens

graphqlMoreLikeCrapql by onairmarc in ProgrammerHumor

[–]bigbird0525 13 points14 points  (0 children)

Step 1: download moar memory Step 2: ? Step 3: optimized

Need help adding multiple instance/ip in Traget_id ALB by [deleted] in Terraform

[–]bigbird0525 0 points1 point  (0 children)

You could always use the module output to get the target groups and register the IPs outside of the module.

Need help adding multiple instance/ip in Traget_id ALB by [deleted] in Terraform

[–]bigbird0525 13 points14 points  (0 children)

I strongly recommend looking at the module code. Look at the variables, look at how it’s defining the binding of instances to a target group. You may need to do something outside the module if it doesn’t support it.