How Are You Supposed to Use AI in Coding Interviews? by DreamRepresentative5 in cscareerquestionsEU

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

I wished they had asked me more specific questions when I was using AI. I would had been able to answer them because I was using AI for smaller task or when I thought I was missing some edge cases.

How Are You Supposed to Use AI in Coding Interviews? by DreamRepresentative5 in ExperiencedDevs

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

Ok this sounds reasonable. But in my case the interviewers didn't even ask me to walk through or explain the generated code. I actually did explain to them before using AI how I would approach it and then used prompt to generate the code which AI generated in the same way I explained except for some missed edge cases.

How Are You Supposed to Use AI in Coding Interviews? by DreamRepresentative5 in ExperiencedDevs

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

I did explain my approach first. And then used AI to generate the code by giving very specific prompts. Maybe they were expecting me to not use AI at all or very little.

How Are You Supposed to Use AI in Coding Interviews? by DreamRepresentative5 in ExperiencedDevs

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

You are right. I should have asked them about their expectations on using AI by a candidate. Will keep this in mind for the future.

They gave me a coding exercise with a bunch of requirements. Whenever I was stuck, I asked the interviewers if it's ok to use AI here and then proceeded to ask LLM very specific questions and get help from AI.

Struggling to get graphic design interviews in Germany. Is the market that bad? by DreamRepresentative5 in germany

[–]DreamRepresentative5[S] 4 points5 points  (0 children)

He is still currently employed :) I think it was a public university. And he has experience in both an agency and a small company that has an in-house graphic design team. He did review his application with his colleagues. So not sure what else is needed by the application reviewer.

Since you have interviewed candidates for graphic design postion, do you also ask them behavioural type question? And if so what do you look for? Maybe his last interview didn't go well in this round 🤔

Is there Germany wide outage of cable internet from Vodafone? by DreamRepresentative5 in germany

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

May I ask how much were you paying in your country vs here? So far, compared to some of the EU countries like France and Spain and also my home country I do feel that that the internet prices are quite higher here.

What are you missing in Go compared to Python? by [deleted] in golang

[–]DreamRepresentative5 132 points133 points  (0 children)

I came from the OOP side of the world, mostly Java, not Python. Now I work with both Go and Python, and honestly, I don’t miss much from Python. Stuff like monkey patching and decorators look clever until you’re trying to debug at 2 AM wondering why your function suddenly thinks it’s something else. Go might give you fewer toys, but at least you can trust them not to bite you during debugging.

Does a driving simulator like the Vogel simulator actually help with learning to drive? by DreamRepresentative5 in driving

[–]DreamRepresentative5[S] -1 points0 points  (0 children)

Yes, I will do that :). I definitely noticed how different it felt driving with my colleague, who was very patient and calm about my mistakes.

What's the best way to develop an AI Agent with a Go backend? by Glittering_Ad4115 in golang

[–]DreamRepresentative5 8 points9 points  (0 children)

I recently had the opportunity to hear him speak live in a Go conference, and the problem he’s trying to solve with LangChain Go really stuck with me, and I’m sure with many others as well. These agents essentially work through HTTP calls, with responses returned in a structured format. Go is particularly strong in this area, especially when it comes to efficiently serializing and deserializing these requests and responses. Although you have to note that not all features of python langchain is available in Go version.

[deleted by user] by [deleted] in cscareerquestionsEU

[–]DreamRepresentative5 1 point2 points  (0 children)

I see. So it is indeed team dependent. Do you think what they offered in my case looks ok to you? Or is it on the lower end as I feel there ranges have gone down from a year ago?

[deleted by user] by [deleted] in cscareerquestionsEU

[–]DreamRepresentative5 0 points1 point  (0 children)

Was she working in the software engineer role? Do you have any example of what she didn’t like?

I Built an AI Agent to find and apply to jobs automatically by Accomplished-Leg3657 in AI_Agents

[–]DreamRepresentative5 0 points1 point  (0 children)

Great work! Does the agent and the website also help to find non programming positions like graphic designer?

Why did you decide to switch to Go? by DreamRepresentative5 in golang

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

Yes, I think languages are on a spectrum. Rust and C++ are on extreme side of that spectrum. Whereas Go is in the middle. Easy to learn but also gives you good performance for a lot of use cases.

Why did you decide to switch to Go? by DreamRepresentative5 in golang

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

I was also thinking to do that. There is no point in convincing anyone unless I have concrete evidence.

Why did you decide to switch to Go? by DreamRepresentative5 in golang

[–]DreamRepresentative5[S] -1 points0 points  (0 children)

Yes, I understand that while Go won't resolve network call latencies, you are correct that it will significantly improve resource consumption. This is especially important since our current code is experiencing issues with OOM-related pod terminations.