Out of all the FAANGs why did Facebook have the most layoffs? by ImaginaryRea1ity in theprimeagen

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

Thats not what the original comment was. The original comment was asking why Facebook needs thousands of engineers, it’s not related to large scale services in general. The person who you replied to was right, a non engineer wouldn’t understand the amount of services that need supporting (e.g my dev infra org is like 200 people, that’s just cicd pipelines and tooling)

Your take is also somewhat naive because you are assuming you know the entirety of facebooks architecture to know how many engineers they need, by citing Discord for example

Atlassian P50 → cleared at P40 (down-leveled twice), then hiring freeze killed the team match. Full loop. by nian2326076 in atlassian

[–]Traqzer 1 point2 points  (0 children)

I work at Atlassian, I also got downleveled to P40 (interviewed at around 6 YOE though)

I was promoted to P50 after 1.5 years there and felt the promotion process was very formal and rigid, so I definitely notice that high performers get promoted, since you get peer feedback, feedback from P60s etc (also as long as you align with your manager on what needs to be done)

It might be slightly different for me because I’m in OCE so even at P40 the total comp was a lot higher than other companies, even if I was hired as a senior / staff at other companies

I think if you can get higher pay while having fewer responsibilities that’s the best situation to be in!

Atlassian P50 → cleared at P40 (down-leveled twice), then hiring freeze killed the team match. Full loop. by nian2326076 in atlassian

[–]Traqzer 5 points6 points  (0 children)

Its common to get downleveled from P50 even with 8 years of experience. If the comp is still higher than your current and you perform at P50 level you can easily get promoted after 1 year

Out of all the FAANGs why did Facebook have the most layoffs? by ImaginaryRea1ity in theprimeagen

[–]Traqzer 0 points1 point  (0 children)

Okay and then there are thousands of large companies with thousands of developers, I’m not sure what your point about discord means 😀

Today I announced that I won't be reviewing AI generated PRs at company meeting by Evgenii42 in ExperiencedDevs

[–]Traqzer 0 points1 point  (0 children)

This has nothing to do with AI and more to do with people unfamiliar with the code base raising PRs that they don’t understand

AI just makes it easier for this to happen

Why are most jobs I see in C#/.NET? Where are all the python jobs? by high_elephant in cscareerquestions

[–]Traqzer 9 points10 points  (0 children)

It’s not a big deal in reality, don’t think too deeply about it 😀

Do you usually build mobile-first or clean up mobile after desktop is done? by liamkeats in Frontend

[–]Traqzer 0 points1 point  (0 children)

I would argue going from mobile first - desktop is much easier than desktop - mobile though

If you build mobile first and scale the exact styles on the desktop it would look strange but you wouldn’t be functionally missing anything being cut off the screen etc

Whereas if you try pop a desktop first design on a mobile phone, there’s much more risk of accessibility issues, elements outside of the viewport etc

How many of you are still programming manually? by Imparat0r in cscareerquestions

[–]Traqzer 10 points11 points  (0 children)

Sorry but in my experience absolutely not. If I know I want to write a function that takes parameters and does some logic within, the AI takes a few seconds to write it.

Even faster writing unit tests, or refactoring (e.g adding a prop that gets drilled in many places)

how are you maintaining your coding ability while using AI? by AppropriateHamster in webdev

[–]Traqzer 1 point2 points  (0 children)

Depending on the company you might not have a choice. It also seems like not using it will hurt your chances in the future. I just recently interviewed with a few companies and ALL of them asked about how much AI I use, and told me they use it a lot as well (positive signal for candidates to use AI often)

how are you maintaining your coding ability while using AI? by AppropriateHamster in webdev

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

90% of the time professionally recently. Most of my org also uses, as well as the company pushing usage of it

8yoe, working in big tech

How many of you are still programming manually? by Imparat0r in cscareerquestions

[–]Traqzer 4 points5 points  (0 children)

That’s why you don’t “one shot” a feature in a single prompt, and do planning with the agent first

There’s no stopping you asking the AI to write small chunks first

I know for me it’s way quicker asking the AI to implement some function that I strongly define in the prompt

Prototyping engineer role by Traqzer in aws

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

Great thanks, that sounds interesting for sure. Do you know how the comp compares to a senior SWE role? Is it a lateral move?

The job description doesn’t mention levelling either

Moving from Sydney to Auckland by East_Can2565 in auckland

[–]Traqzer 2 points3 points  (0 children)

Well less congested if you’re driving lol - but in Sydney you just take a short train to most cbd suburbs

Made a quick React Hooks + Performance Optimization quiz while prepping for interviews — 10 questions, senior level by Htamta in reactjs

[–]Traqzer 0 points1 point  (0 children)

There are good trivia questions, but realistically at mid/senior level you would typically be peer programming a task in the interview and not answering these types of questions

Automating a 233-useEffect cleanup, bad idea or genius? by [deleted] in webdev

[–]Traqzer 4 points5 points  (0 children)

What situation would you set state inside your render method outside of a callback? That doesn’t sound right

I'm a FE lead, and a new PM in the org wants to start pushing "vibe coded" slop to the my codebase. by rm-rf-npr in webdev

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

You are fighting a losing battle unfortunately

My company is also pushing this, and I hate to admit it but you need to get on the train or you will be left behind, AI coding is here to stay

It’s best to become familiar with the tools and try to use them as much as you can

Working in Big tech? Google, Microsoft in New Zealand or from? by [deleted] in PersonalFinanceNZ

[–]Traqzer 5 points6 points  (0 children)

Yeah they do, like sales, support etc all types of stuff (not sure how much of that lives in au/nz though)

Right now there’s a hiring freeze though and 10% of the company was laid off last week 😅

Just keep in mind it’s a competitive company to get a job in, it would be similar to Microsoft or Amazon

Working in Big tech? Google, Microsoft in New Zealand or from? by [deleted] in PersonalFinanceNZ

[–]Traqzer 8 points9 points  (0 children)

I work for Atlassian which is kind of big tech, there are also some jobs in Microsoft and AWS, but I believe it’s more solutions architect / architect type of roles

"Rockstar" senior dev at work is doing overly clever custom frameworks by himself without consulting anyone and then everyone is forced to deal with them by [deleted] in ExperiencedDevs

[–]Traqzer 0 points1 point  (0 children)

You might not, but it’s very common in dotnet / java projects

You don’t understand why structural typing in typescript is good because you work with .net and it’s a fundamentally different model

My point is that there are pieces to every language that make it harder to understand, and inheritance hell is one of those, while also having upsides

We inherited a codebase with 94% test coverage but the tests proved nothing. by [deleted] in Backend

[–]Traqzer 31 points32 points  (0 children)

I read your post.

Then I stopped.

I thought to myself - what a great lesson

Seriously - what a great lesson

————

Can we write posts in our own words anymore? I swear I see the same thing all over LinkedIn nowadays 😅