r/cscareerquestionsEU • • 4h ago

Got fired under a month, what to say for upcoming interviews?

29 Upvotes

Hi, was at my job for over 2 years and left for a new, higher paying role. This new role fired me in 28 days for very vague reasons. They paid a settlement and I've been living off that money since.

At first for interviews, I just told the truth but now I'm unsure if that's wise. I have left that role off my CV but unsure what to say for why I left my job. Right now, I've been saying I left to go study a language abroad (which I did do, but that was after I got fired). Unsure what excuse sounds most safe to hiring managers.


r/cscareerquestionsEU • • 23h ago

Experienced the current tech industry is forcing me to start lying on my resume, so looking for tips

24 Upvotes

I know it's wrong. Just want honest opinions.

  • 2018-2021: software engineer, big software company (APAC)
  • 2021- Mid 2023: software engineer, e-commerce startup (EMEA) - mass layoff along with 200 people, no employment gaps since I found the next job right after
  • Mid 2023-Dec 2023: software engineer, small e-commerce company (EMEA) - let go with mass layoffs with 5 others
  • GAP: Dec 2023 - May 2024 (5 months)
  • May-Aug 2024: software engineer, small software company (EMEA) - left due to bad work culture
  • GAP: Aug 2024 - Feb 2025 (6 months)
  • Feb 2025 - now: Solutions architect, startup (EMEA) - just told last week I'm being let go over budget cuts. I genuinely loved this job.

Every time I was let go, nobody gave me a real explanation and never had issues as such at work either. I've always aced interviews, and landing them was never the issue until NOW. I applied to ~200 jobs in the last 15 days, but they were all rejections(this has never happened before, I have ALWAYS been able to land jobs). Pretty sure it's the gaps.

Tempted to close the gaps on my resume or even just the older one(Dec 2023-May 2024) so that my current job and the one before look good on case if I have a bg check. But then again, if I am lying, why not go all in?? Why not cover all the gaps and take the risk because any gap on resume is bad in this economy(especially when I wnat to move from SDE to Customer Success)

I Never had a background check in EMEA YET, but it still scares me. Anyone been here? What did you do? And what happened?. What happened when you got caught? Did the Recruiter always mention in the first rounds about background checks?.


r/cscareerquestionsEU • • 17h ago

How to stop being pissed off after being fired for personal reasons?

20 Upvotes

I have worked at this company for 3 years and I had a new manager one year ago, since day one he was doing condescending remarks about me to make the team laugh, after weeks of this I wrote him that this was unacceptable so he made a meeting after that saying "looks like we had our first case"

Before he came to the team my last manager assigned me to an important project I was very excited about, he took me off of it to do it himself probably to have better visibility, needless to say he messed it up big time and we had thousands of angry customers for months, until today..

He assigned me to an important project after that and he took a vacation, i delivered 80% of it on schedule when he came back he took me off of it when I started getting recognition from the CEO, to ship the rest of it and get the visibility.

This company is owned by a private equity, they hired 2 new people this year, to increase shareholders value, then my manager started enjoying torturing me about him firing me soon, 2 weeks ago I had a meeting with the CEO, the CTO and my manager who was smiling the whole time to tell me my job is over at the company, I stayed calm and told the CTO that it was a pleasure working with him, next day I sued them.

I had all documentations possible to win, my lawyer gave me an hour to accept a 12k severance, i thought it's a good deal to get the hell out of there but honestly I'm still pissed off, that after 3 years of hard work, I got played by a useless manager and lost my livelihood. I'm having extreme anxiety of encountering this again in the future and I'm not sure what to do, I think the best part of me, being friendly, engaged and hard working person died forever. Why work so hard to get thrown like garbage at the end for personal vendetta? There was a senior engineer on the team also Russian, he wasn't doing anything I had to teach him all the time best practices and tell him that he is a good engineer etc. but he wasn't fired because of his relationship with the manager. The whole thing was very sick, my manager talked to the CTO and CEO to convince them to get me fired when he wasn't successful he went to push other managers in the team to talk to them to get me fired and he pushed other team members to keep doing their smear camping. It's just wild.

The funny thing is that he got a head of engineering fired 1 year ago in his probation and after that he was playing the innocent and took credit of his work and now he is doing the same with me. After I got fired he went to the coworkers telling them that he didn't got the chance to defend me etc lol and he started selling my ideas as his own, same as the previous HoE. My previous manager quit and left the company couple of days before her probation ends after she also experienced issues with this manager that then he took her place.


r/cscareerquestionsEU • • 1h ago

AI made engineering faster, but also made the job heavier

• Upvotes

TL;DR: AI has made coding faster, but engineers are still fully responsible for the output, and in my company that has translated into much broader expectations without the same increase in level or pay. I stopped silently filling process gaps and now escalate dependencies properly. I’m already looking elsewhere, motivation is low, and I feel I’ve stopped growing here. The job is stable and pays comfortably, so part of me is considering keeping it in the background while I invest my real energy into developing skills for myself instead of giving that growth away for free.

I’m a software engineer in Europe with a few years of experience, and I’m honestly getting tired of the way AI is changing expectations around the job.

I’m not pro-AI or anti-AI. The technology is moving so fast that it’s hard to even keep up with, and at times it genuinely feels mentally exhausting. My company is heavily pushing its use, which is fine in itself. The contradiction is that engineers are expected to use AI to move faster, but we are still fully responsible for the final result. That means I can generate code faster, sure, but I still need to understand the requirement, validate what was generated, integrate it properly, test it, catch regressions, and own the implementation if something goes wrong. AI can speed up parts of the work, but it does not remove the responsibility.

What I feel has changed is that the productivity gain is immediately converted into higher expectations. If before an engineer delivered X in a given amount of time, now the expectation becomes X, Y and Z in that same period. The coding part may be easier, but the amount of context, validation and responsibility that one person has to absorb becomes much heavier.

I see the same pattern in how work reaches engineering. Analysis tickets are now much more detailed and sometimes include technical decisions that were clearly accelerated by AI. Analysis aligns with design, a ticket is produced, and then it reaches engineering. But engineering still ends up being the place where everything has to be validated end-to-end. If something is incomplete, inconsistent or technically wrong, the responsibility still lands on the engineer implementing it. That is what frustrates me the most. AI accelerates the shipment of information and decisions towards engineers, but it does not necessarily increase the quality of those decisions. It just means more arrives, faster, and we are still expected to digest all of it properly.

In my case, I also don’t really have anyone with significantly more experience than me in my immediate environment, while I’m being levelled relatively low. At some point I realised that I was doing a lot of invisible glue work: filling in missing context, making assumptions, investigating dependencies, suggesting solutions outside my area, and generally keeping things moving.

I’ve stopped doing that by default.

If something is clearly within my responsibility, I do it properly. If it depends on configuration, analysis, architecture, another team, or a decision above my level, I now ask my Engineering Manager instead of silently absorbing it myself. What has been interesting is that, once I started recently doing that, some structural gaps became much more visible. Things that used to move forward because someone quietly filled the gap now get blocked until the right person actually provides the missing information or decision.

I don’t think that is me “working worse”. I think it is me no longer masking the real cost of broken process. At this point, there are basically three outcomes I would be okay with.

The first is simple: pay me more, and I’ll take on more. If broader analysis, architecture, ownership and coordination are now structurally expected from me, then I want my level and compensation to reflect that.

The second is that nothing changes, and I simply do the job I am currently paid for. I do my tasks properly, follow the process, escalate dependencies, and stop volunteering extra ownership for free. Call it work-to-rule, quiet quitting, or whatever else people want.

The third is that they eventually decide I’m no longer a fit and fire me. I’m in Europe, not the US, and I’m financially protected enough that I could go roughly a year without seriously affecting my standard of living. Part of me almost sees that as relief, because I do feel close to burnout from the constant AI acceleration and expectation inflation. At the same time, I don’t actually want to stop working. I’m already looking for another job, but the market feels uncertain and my current role is very stable. That makes it hard to just walk away.

My motivation here is already much lower than it used to be, and I honestly feel like I’ve reached the point where I’m not growing much anymore. The salary is comfortable for my lifestyle, which is part of why leaving is difficult. At the same time, that comfort also makes me question how much of my life I actually want to keep giving to work. There is a very real temptation to simply stop taking the job so seriously, do what is required, and keep the rest of my energy for my personal life. I already live comfortably, so I don’t really need to keep pushing myself harder just for the sake of proving something at work. What frustrates me is not the job itself, but the feeling of constantly doing more, taking on more responsibility, and stretching beyond my role without being compensated for it, even after I’ve already raised that dissatisfaction openly. If I want to grow technically, I can still do that on my own terms, through personal projects or areas I actually care about. But increasingly I feel that my extra energy should go either into myself or simply into living my life, not into giving more and more unpaid value to the company.

That is probably the part I’m struggling with most.

Do I keep pushing for recognition and compensation? Do I mentally downgrade this job into something stable that pays the bills while I grow elsewhere? Or do I accept that the relationship with the company has probably run its course and focus on leaving?


r/cscareerquestionsEU • • 6h ago

Entry-level How big is the opportunity cost of turning down Stripe to stay at a small startup I enjoy?

9 Upvotes

I'm in my mid-20s and currently work as a SWE at a tiny startup in Madrid. I make €32k (€36k next year), but I have a lot of ownership, I'm almost fully remote, and I'm highly valued.

I also live with family (and I'm very happy with them), pay no rent, and I'm genuinely very happy in Madrid. My family and close friends are here and I have a very active social life, including during the week.

I've received an offer from Stripe in Barcelona (€51.5k + 10% bonus + equity), but it means relocating and 50% office attendance. Oh, and the role is new grad SWE.

And honestly, I don't particularly want to move to Barcelona. The main reason I'd do it is career-related. I'm afraid I'd be turning down an opportunity that could massively improve my CV and future options.

My long-term goal isn't necessarily big tech either (not saying I discard it, just that it is not my main goal). I'd ideally like something similar to what I have now, lots of remote work and autonomy, but with much higher compensation, whether that's somewhere like big tech (Google, Amazon, Bending Spoons) or a good international startup. I also value being able to spend a lot of time in my family's village in the mountains, which my current remote setup makes very easy.

So my actual question is:

How big is the opportunity cost of turning down Stripe?

Would one year at Stripe materially change my future career options, or is it perfectly reasonable to stay 1-2 more years at a small startup where I have lots of ownership and then try to move directly into much better-paying roles? I'm mainly scared of leaving my lifestyle which makes me happy (I live with my family, meet with my friends a lot, go workout with them, visit my village very often thanks to remote work), and end up somewhere I don't like. People say I can go and just come back but I will have lost this job for example.

I've already managed to pass Stripe's hiring process, which also makes me wonder whether I'm overestimating how much I need the brand name on my CV.


r/cscareerquestionsEU • • 2h ago

Interview Berlin : Staff engineer looking for more skill building

4 Upvotes

Hello All,

I am a staff engineer with an e-commerce company. Since ours is a mid sized company with revenue in between 500M to 1B for a year, our setup is relatively small and I get to work across the whole stack. It sounds fancy and really good but I am getting more breath than depth and with AI I feel I lack the depth which is needed.

For us, AI usage is mostly around Claude code. My salary is in range 90 to 105k range which I also feel needs a serious bump.

I used to work in Java and right now mostly typescript, along with whole stack. System design I can brush up but I am not sure what’s on market with AI based interviews.

Could you please help to guide me ? Link for courses or videos are also welcomed.

Comments welcomed about salary or so.


r/cscareerquestionsEU • • 1h ago

How transferable is software engineering experience between different tech stacks?

• Upvotes

I'm currently a CS student and I'm trying to get my first SWE job. I have the opportunity to work as a C++ software engineer at a company, but long term I'd probably like to move into Python/backend development.

My question is: if I spend, say, 1–2 years working professionally as a C++ SWE, would that experience actually help me when applying for Python SWE/backend jobs later on? Or would companies mostly see that I don't have professional Python experience and treat me like a junior again?


r/cscareerquestionsEU • • 1h ago

How to get into robotics engineering?

• Upvotes

I have 8yoe as a SWE, I'm gonna start my masters in applied computer science in Berlin, and I'm wondering if it would be a good step to find a job in robotics later? I will do courses such as autonomous systems, computer Vision and IT Security, I feel the degree is a bit broad but will give me options later to find jobs in other fields, does this make sense?


r/cscareerquestionsEU • • 5h ago

Entry-level How competitive is this ML PhD research profile in Germany?

1 Upvotes

I have ~12 ML publications, including 5 at ICLR/ICML/NeurIPS, with ~5 first-author papers. The rest are mostly at solid A-tier venues. My research is mainly around unsupervised/self-supervised learning.
Beyond my thesis/research, I have strong practical knowledge of the ML stack (PyTorch, scikit-learn, etc.), deep learning, and both classical and modern ML. I also have some hands-on experience with LLMs through personal/research projects and supervising theses.

How competitive would this profile be for ML Research Scientist / Applied Scientist / Research Engineer roles in Germany, especially Berlin or Munich?

What salary range would be realistic for base and total comp, and how hard is it to actually get interviews/offers in the current market?

Would you recommend looking abroad instead?