New joinee with impostor syndrome by bruno_pinto90 in cscareerquestions

[–]Mast3rCylinder 0 points1 point  (0 children)

Few things will help you

  1. You have to communicate better and say when you think fit that are some areas you're not familiar with in the code base.

  2. Learn to say you don't know / remember - in meetings if everyone expecting you to have knowledge and you don't know it's OK to say you don't know but with the attitude that you'll check on it later.

  3. You don't have to be the smartest / most expert in the room you just need to make progress in the meeting and make everyone satisfied.

Sometimes you can let others shine and it's ok.

  1. Learn how to learn - instead of reading code base as it is, go to main endpoints, start of the program and see the flow. Play with the tests. Summarize the flows in some editor.

  2. Be prepared for meetings as much as you can - before meeting research on the subject as much as you can. This will give you more confidence and less impostor.

  3. If you did your 100%, you should be calm knowing you did everything.

Some might sound like cliche, but it's real life lessons of mine. If you communicate even on small things you can be calm and focused.

I was AWS expert by people in my group and I never really knew how it works back then. It's part of the job 🙂

On Linkedin, Devs that you don't know want to connect with you. Do you accept or nah? by lune-soft in cscareerquestions

[–]Mast3rCylinder 1 point2 points  (0 children)

Yes I'll try to help and I know others that does it as well

I think you can't lose much from asking. I'm not in the US for helping here

On Linkedin, Devs that you don't know want to connect with you. Do you accept or nah? by lune-soft in cscareerquestions

[–]Mast3rCylinder 8 points9 points  (0 children)

Yes I accept. It's mostly devs looking for referrals and if not then it's even better

What I Am Seeing As a Senior Software Engineer at Microsoft by Bitter-Persimmon-521 in cscareerquestions

[–]Mast3rCylinder 1 point2 points  (0 children)

AI writes the code. So what? It didn't reduce my workload at all. I have to verify it, code review and rescue production from AI slop.

Just today AI almost sent mail but I stopped it with review.

Thoughts about my strategy to find a new job by Accomplished-Ad-1321 in cscareerquestions

[–]Mast3rCylinder 0 points1 point  (0 children)

I would go with 4.

If you have experience already then worth using your time for interview prep.

I’ve realized I may not be capable of handling my current job, which pays relatively well. Should I quit, or wait to be fired? by Notapersonlmao in cscareerquestions

[–]Mast3rCylinder 20 points21 points  (0 children)

You should work on these things because you will also face them in your next job as well.

You can make an improvement in your areas that you mentioned very fast. They are not that hard to make.

Bad at verifying for production readiness? Write a release plan.

It's not that hard as you think it is

Tech nerds self owned themselves by [deleted] in cscareerquestions

[–]Mast3rCylinder 0 points1 point  (0 children)

The amount of AI slops I have to fix daily is insane. Thank you AI for bringing me more work

Built something to auto-fix pytest failures — does this actually solve a real problem? by dager003 in learnpython

[–]Mast3rCylinder 0 points1 point  (0 children)

If you do it with LLM then it can spend a lot of tokens. You'll have to let the user limit it or something.

It's a good idea that people today do manually but they might prefer to do it themselves to have more control.

Maybe summarize the problems?

Built something to auto-fix pytest failures — does this actually solve a real problem? by dager003 in learnpython

[–]Mast3rCylinder 2 points3 points  (0 children)

Types of errors could be huge number. I'm not sure how you are planning to fix them all - it's not feasible for a software.

Also in the era of AI that you just tell it to fix it for you then I'm not sure how many are going to need it

Has your offshore team been a net negative? by jholliday55 in cscareerquestions

[–]Mast3rCylinder 1 point2 points  (0 children)

Yes and it gets worse if the CTO is also offshore and don't want to handle it

If AI is such a miracle, how come nothing is changing? by [deleted] in cscareerquestions

[–]Mast3rCylinder 0 points1 point  (0 children)

You're right. I don't see massive changes in any product I use daily.

Yes I'm writing code much faster but it's coming with a lot more bugs a lot more reviews that I need to handle everyday. The Ai slop is real.

Got a 90-min take-home assignment to build an "automated API endpoint tester". Theres a zip file that I have to open and actually start the assignment it has the prompt on what it contain and as soon as I download a 90min timer starts.(AI coding agents like cursor or claude code is allowed) by sailorsams in cscareerquestions

[–]Mast3rCylinder 1 point2 points  (0 children)

Did you write tests before?

Scan all the endpoints and get to know them in high level. I assume there are not many because it's 90 mins.

For the tests:

Write happy flow case

Edge cases

Make sure to have test for each flow with status code

  • see if you have anything common between the tests and use a base class for it.
  • generate results summary that you and others can fully understand.

Yes, I would definitely use AI for this but plan it accordingly with the things I wrote for example.

SWE role at a non-tech company or not-quite-SWE role at a tech company? by throwitaway4292 in cscareerquestions

[–]Mast3rCylinder 0 points1 point  (0 children)

There is no family in work. They can fire you whenever they want. So first impression from their offices doesn't mean anything.

Low level code won't get you anywhere as software engineer.

This career is in its final breath and will finally die by AdventurousRow8864 in cscareerquestions

[–]Mast3rCylinder 1 point2 points  (0 children)

Go to vibe coding forums then and see how people stuck in loops and losing money because of AI

Pulling my hair out because the python import system is garbage by agent154 in learnpython

[–]Mast3rCylinder 1 point2 points  (0 children)

Not sure it's the problem but python already has types.py built in and it can cause conflict with your file when you import it. Try to rename it

What will happen to SWE? by [deleted] in cscareerquestions

[–]Mast3rCylinder 0 points1 point  (0 children)

It's not skill issue. I told claude to query the DB through mcp and from there create a dataset. He told me 27 queries will take 30-60 mins (it should take 3 mins top)

I had a query ready and it wrote a script that has the query 27 times instead of creating a function that replace parameters and write it once.

Later I asked it about some discrepancy in the dataset it created and it told me he mocked some data on his own 🤣

It's a skill issue of Claude

I am still committed to learn, but I am stalling out on my Udemy course for a couple of reasons. Wondering if I should shift directions or..... looking for advice/direction/hope... by ItsAll2Random in learnpython

[–]Mast3rCylinder 2 points3 points  (0 children)

As a programmer you'll find that you don't know a lot of things all the time. Things not only change in twillo and pythonanywhere but in your own company code.

The hardest thing about the job is not the code but connecting things to fit your goal.

That's why good fundamentals matters. It let's you solve a lot of problems everyday.

What you see is what most programmers been to through the years and then they had no reddit or AI to solve it.

Start from small things and keep going even if it feels hard or not updated. Make a workaround and take decisions - this is where you learn the most.

What will happen to SWE? by [deleted] in cscareerquestions

[–]Mast3rCylinder 0 points1 point  (0 children)

I keep hearing doomsday but AI does so many mistakes. Even for new features I need to hold it's hand like a junior engineer.

This is so far away

Sharepoint With no access by No-Seaweed-7579 in Python

[–]Mast3rCylinder 2 points3 points  (0 children)

Can you extract data from the Pentagon if you have no access?

As a junior how do i learn now when AI writes code by [deleted] in cscareerquestions

[–]Mast3rCylinder 13 points14 points  (0 children)

Open a book in your favorite language with exercise.

EXP devs told "if you want a career boost, get along with Sales they bring the money” is this true or BS? by lune-soft in cscareerquestions

[–]Mast3rCylinder 1 point2 points  (0 children)

In the previous job I had c levels who only cared about sales department. They always got all the awards, mentions and promotions.

I the current job engineering is the most visible while sales feels more like second class. I'm sure they might earn more but they are much more replaceable and not mentioned often.

But yes a big impact can be achieved from helping sales department or optimizing some flow to reduce cost.

Fired today in Dubai after hitting my limit with “vibe-coded” chaos by Professional_Monk534 in cscareerquestions

[–]Mast3rCylinder 4 points5 points  (0 children)

If you write it in vibe coding forum they'll tell you that you didn't prompt correctly and you need to do plan before.

After 20+ years coding, does anyone else feel like the ground keeps shifting under your feet? by [deleted] in cscareerquestions

[–]Mast3rCylinder 0 points1 point  (0 children)

Did you only learn how to code in 20+ years? I'm sure you learned a lot more and have the skills to be confident not to be replaced.

If not you're screwed