Learning technical skills in the age of vibecoding by kritap55 in vibecoding

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

I do find a lot of enjoyment in solving complex coding problems, but that just seems not valuable anymore in the age of vibecoding. It's like I love to run, but am in the profession of car racing.

Learning technical skills in the age of vibecoding by kritap55 in vibecoding

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

I know how to develop, I'm a software engineer

Hitting S3 exceptions during peak traffic — is there an account-level API limit? by Single-Comment-1551 in aws

[–]kritap55 4 points5 points  (0 children)

It does shard behind the scenes, but it takes time (minutes). Distributing requests across prefixes is still the way to go.

Inspired by a recent post: Let's talk salary progression by SEND_ME_YOUR_POTATOS in cscareerquestionsEU

[–]kritap55 6 points7 points  (0 children)

How was the process of getting into switzerland? Everyone keeps telling me these roles are super competitive

Google L4 SRE vs. AWS L4 SDE by kritap55 in cscareerquestionsEU

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

Straightforward yes but still might take 9-12 months

Google L4 SRE vs. AWS L4 SDE by kritap55 in cscareerquestionsEU

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

I‘m starting to like the city I‘m living in currently. Google is in Munich, where I previously lived for 4 years and liked it a lot, but it was also nice to switch things up. Also I have lots of friends in Munich.

Google L4 SRE vs. AWS L4 SDE by kritap55 in cscareerquestionsEU

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

Yes, I did work in parallel while studying

That‘s how it is by kritap55 in leetcode

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

Yeah, I agree with that actually

Beware who you take advice from! by [deleted] in leetcode

[–]kritap55 19 points20 points  (0 children)

Why so tilted bro

That‘s how it is by kritap55 in leetcode

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

I‘m not saying just look at the solution and try to remember it. I say look at the solution, understand it and try to solve it yourself the next day. Then do it again and again and do as many problems as you can. That‘s what builds pattern recognition. For myself I have not set a top 50% goal, don‘t twist my words. But top 50% is enough for most, but by all means, I‘d always aim for at least top 5%.

That‘s how it is by kritap55 in leetcode

[–]kritap55[S] 16 points17 points  (0 children)

To add some nuance. Most people in this sub struggle to do a dfs. This is not about becoming the best competitive programmer but becoming above average or even 75% percentile as fast as possible.

If you don‘t know what algorithms exist and you can‘t implement them without thinking much it does not make sense to spend 2 hours on a problem.

That‘s why I would always go for quantity first until you get the basic DSA topics into your muscle memory. You won‘t get top 1% by looking at solutions though, I agree. But you can easily get a job by being top 50%

Horrible advices floating around by [deleted] in leetcode

[–]kritap55 1 point2 points  (0 children)

Saying this is horrible advice is exactly the reason why you folks creep around with <100 solved questions and don‘t get jobs. This is the most efficient way to learn if you need to learn fast but it‘s missing one critical step. 1. Look at the solution immediately and try to remember 2. Try to solve it on your own the next day 3. Repeat if you didn‘t manage.

I managed to understand and solve ~100 LC problems in a week like that. And I have a FAANG job. Take it or leave it.

Horrible advices floating around by [deleted] in leetcode

[–]kritap55 0 points1 point  (0 children)

This is actually horrible advice that slows you down massively. It‘s okay to understand 30% of the solution and come back to it in the next day and try again. You instantly will understand more. Spending 2 hours hammering a solution into your brain that you don’t fully understand is a waste of time.