Programming as a career

Message Bookmarked
Bookmark Removed
Not all messages are displayed: show all messages (806 of them)

smdh JS:


-1 % -1
-0

Selune Gomez (Leee), Tuesday, 13 February 2024 20:47 (two months ago) link

Fortunately -0 === 0 but still: lol

the new drip king (DJP), Tuesday, 13 February 2024 20:53 (two months ago) link

unary+ converts an array or boolean to a number
double negation converts an array to a boolean

+[] == 0
+!![] == 1

formerly abanana (dat), Tuesday, 13 February 2024 21:06 (two months ago) link

the video silby linked eons ago that's mostly about javascript still pops into my head
https://www.destroyallsoftware.com/talks/wat

ɥɯ ︵ (°□°) (mh), Tuesday, 13 February 2024 21:28 (two months ago) link

saw somebody yesterday claiming

"2" + "2" - "2" = 20

which i guess works if + on strings is append but - is subtract

koogs, Tuesday, 13 February 2024 22:00 (two months ago) link

two months pass...

I've started looking again (thankfully a voluntary search this time), but I've been whiffing pretty badly so far. Just 3 phone screens, and nothing beyond that (though I'm not applying every day), and one thing that I've noticed is that I hate the "walk me through a complex project you've worked on" prompt. Maybe this is confirmation bias but I feel like every time I get asked that, the interviewer is at best unimpressed with my answer. What exactly do they want to hear? (Obviously that depends on whether it's an HR person vs. someone on the tech side, but I don't think I've success with either.) If I'm being honest with myself, I don't think I have any impressive projects in my career, but maybe I'm not being generous to myself?

Costas Mandylorian (Leee), Monday, 22 April 2024 02:22 (six days ago) link

Imo the point of that question is to demonstrate some combination of: you are good at explaining something, you have done actual work, you made technical decisions, you worked effectively in a team, you worked effectively with limited direct supervision, you worked effectively with legacy code. It’s not to dazzle the interviewer with like “I wrote full self driving for Tesla!” Just pick something from the most recent gig that you can explain what you did and what the impact was.

G. D’Arcy Cheesewright (silby), Monday, 22 April 2024 03:36 (six days ago) link

For a phone screen, I don't really know what they'd be looking for. Probably some combo of impact and your importance to the team? I've never been asked that question on a screen

But in a technical interview, I've struggled a bit with that question. The only project I've worked on that truly felt complex was in a 16-developer team but I only worked on a couple parts of it in depth and I struggle to explain the project in full

I should mention I did finally get a senior SWE job late last year which I'm still working in now. So far so good: place is a bit behind in tech stack but the people are good to work with and open to improvements. Very relieved to be out of the search for now

Vinnie, Monday, 22 April 2024 10:45 (six days ago) link

I tend not to ask candidates variants of "toughest challenge" or "hardest bug", but if I were to, here's what I would look for:

- Level of technical depth in at least one area engaging with the problem. As you engaged with it, what things did you bring to the table to help break it down? A decent understanding of databases? A clear understanding of how mobile a11y works? considerations around network protocols, latency, errors? Nuances and tradeoffs in web frameworks? Etc

- Field of view: How aware were you of how your work fit into the bigger picture, either with your teammates, your management chain, or other "crossfunctional stakeholders"/non-programmer types? Did you see flexibility in requirements where none was necessarily obvious, bring insight to others or learn insight from others that helped you resolve the challenge?

- What would you have done differently in retrospect, or what did this challenge teach you about how to engage with other challenges in the future?

Not all of everything needs to be present, and a lot somewhere is better than a little everywhere. But that's what I would look for.

One challenge is that the person evaluating you may know absolutely nothing about the domain you were working in. I am fortunate to have a pretty diverse background, but I see this sometimes when I get folks who have very specific experiences that I do not (working on network switches, or non-consumer systems, etc)

fajita seas, Tuesday, 23 April 2024 21:21 (five days ago) link


You must be logged in to post. Please either login here, or if you are not registered, you may register here.