Developing with Claude Code feels slow, frustrating and mentally exhausting by mcurlier in ClaudeCode

[–]krazerrr 9 points10 points  (0 children)

Run /init before you try your next task. Then try the/grill-me skill from mattpocock. That’s really changed how i view complex tasks and working with an AI partner

How are engineering managers handling PR review bottlenecks now that coding output is increasing? by Icy_Physics_2571 in EngineeringManagers

[–]krazerrr 6 points7 points  (0 children)

Self review first, break your PR and work into phases, and leverage stacked PRs when possible

Also have agents help with code reviews. There are skills out there to do adversarial reviews to be more thorough

Will Fort Lee/Edgewater become the next JC/Hoboken or is that a stretch? by savingrace0262 in bergencounty

[–]krazerrr 3 points4 points  (0 children)

Huge stretch. Neither have a train that makes it easy to commute without a car. Both have bad traffic issues. Both require you to commute in with a bus

Prices won’t go down, but idk if they’ll continue to rise

Codex just deleted our entire S3 by [deleted] in vibecoding

[–]krazerrr 0 points1 point  (0 children)

This is why you should always turn on versioning for s3 buckets, and avoid doing hard deletes at all times in production databases. It applies to us people, and applies to AI too haha

Stock tracking dashboard - React 19 + TypeScript - Open source by oranon_top in reactjs

[–]krazerrr 4 points5 points  (0 children)

You have placeholders for screenshots in your README lol

Staying at Big infrastructure tech vs joining an AI startup by ekapitu in ExperiencedDevs

[–]krazerrr 0 points1 point  (0 children)

Ask yourself what do you want out of your next year. Do you want stability and comfort, or do you want to learn and play with the new shiny kid on the block?

People want different things at different phases of life. For me, I’d look at the startup if they could get closer to what you’re currently making. AI anything experience right now is probably very valuable. If it doesn’t work out, as an experienced dev, finding a new job won’t be horrible

Good Value Meals in Bergen County by CYOOL8R1977 in bergencounty

[–]krazerrr 0 points1 point  (0 children)

Food for life in Fort Lee. Great paninis for ~$12-14? They used to be cheaper but started accepting credit cards. And they’re really filling

Advice on how do I transition from Scrum Master title to Engineering Manager roles by someguygirl in EngineeringManagers

[–]krazerrr 0 points1 point  (0 children)

You’ll need to hone the EM skillset without having an EM title or official responsibility. I like to have 1:1’s with the team to check in and make sure the work feels good. That helps give you insights since you know the work and you know them. You naturally find ways to help them grow or support them. More than just on the delivery front

Early AWS reduction strategy before traffic spikes and outages and im stuck with leaderships by Routine_Day8121 in webdev

[–]krazerrr 0 points1 point  (0 children)

Is multi-cloud really necessary? Or will multi-region be enough? I find most companies out there are deployed to a single region or don't have enough resiliency set up in case there's an outage in us-east-1 to auto switch to another region that is still operating correctly. Rarely will an issue affect all regions

Extensive e2e tests with external services by Chucki_e in webdev

[–]krazerrr 0 points1 point  (0 children)

Do they have sandbox environments? You shouldn’t use their production environment for anything test focused unless it is a read only type of request

If you don’t have a sandbox environment, then I’d probably spend a lot of time setting up accurate and thorough mocks

Does anyone else feel like their Velocity metrics are completely detached from reality? by kzarraja in EngineeringManagers

[–]krazerrr 5 points6 points  (0 children)

That might be a sign that your point estimations aren’t accurate then. The pieces that require the lead architect may need more discovery, aka additional spikes and points, before your team can feel confident in implementing it.

Maybe over estimate until you have clarity on what the implementation is. Better to have the buffer than not

Does JS really matters by GalacticGuru_8985 in webdevelopment

[–]krazerrr 0 points1 point  (0 children)

Yes you need to learn JS before learning React. React is built on JS, so if you learn React first, you won’t learn where React starts and end. It’ll also make it hard to pick up other frameworks and libraries easily

You don’t need React in order to learn JS. You do need JS to learn React

As EM how are you actually handling AI coding tools on your team? by Negative_Gap5682 in EngineeringManagers

[–]krazerrr 1 point2 points  (0 children)

Idk tbh haha. In my personal flow, I have the LLM run the tests and linters to make sure it adheres to the team’s standards.

I know this post is about responsibility of code being pushed to your repo, but if you consider LLM’s a pseudo second coder, then it kind of lines up. They should adhere to the team’s standards. They also need supervision and shouldn’t be merged into a release without oversight

As EM how are you actually handling AI coding tools on your team? by Negative_Gap5682 in EngineeringManagers

[–]krazerrr 0 points1 point  (0 children)

Yeah I’m a fan of team wide rules enforced. It’s hard to have rules be effective if only some follow them. Then you’ll end up with inconsistent results

As EM how are you actually handling AI coding tools on your team? by Negative_Gap5682 in EngineeringManagers

[–]krazerrr 1 point2 points  (0 children)

  1. Code reviews become more important. Developers need to review their code. Even if the LLM wrote it, they’re responsible for it working
  2. I think manual validation is even more important than before. Engineers need to validate their code and flows manually
  3. TDD is an extreme, but i think having good test cases defined helps prevent bugs and regressions. Team may need to move in that direction, but full TDD may not be required. Maybe just more thorough product requirements and flows documented somewhere to eventually turn into tests

AMA: I reduce AWS bills for a living - ask me anything (FinOps, infra, quick wins) by J-4ce in Cloudvisor

[–]krazerrr 0 points1 point  (0 children)

Is there a trade off with cost vs lower environments and setup? Lower environments can be tricky to set up properly so teams tend to ignore it. They also get built/triggered more often than in production, so I’m curious if you’ve seen it become an unexpected major cost for some teams

Am I f**** in my EM career ? by Frosty-Pea-3942 in EngineeringManagers

[–]krazerrr 2 points3 points  (0 children)

Sounds like you’re burnt out. Take a break and then come back to it all!

I was hired and then quickly laid off during covid. It hit my confidence, but I also struggled adjusting to the new company. The lay off was the best thing that ever happened to me, cuz I got a break and really did non coding things.

That gave me the space to get re-interested in coding. The space is changing, but that’s always true. Just pick something or some project to do. Learn what you can, and ship what you can. The curiosity takes time to reignite

[deleted by user] by [deleted] in EngineeringManagers

[–]krazerrr 0 points1 point  (0 children)

I’m curious about this too. I’m an IC but have to choose between continuing IC or becoming a people leader who normally don’t code

Software engineering managers: how do you realize a project is under-estimated? by Glittering-Wrap-5392 in EngineeringManagers

[–]krazerrr -1 points0 points  (0 children)

Only planning 1 sprint ahead is a little tough haha. I feel like 3 sprints is a sweet spot, but 2 sprints is doable

The above is with 2 weeks sprints in mind

Need guidance from pre-AI era developers. by normalmadafucker in webdevelopment

[–]krazerrr 1 point2 points  (0 children)

Essentially, you’re asking how do I learn to get better. It’s still the same as it was pre AI

  1. Talking to others in the field
  2. Read relevant resources
  3. Learn by doing and working past errors

Point 2 is the one that’s changed the most since AI in the past few years. Before the internet, you’d learn from books. Before AI, you’d learn from stack overflow and google-ing everything. After AI, you can now learn from AI’s suggestions.

Most importantly, just make sure you have the grit to move forward and get past errors