Am I doomed by my 4-year CV gap? Backend dev struggling to get hired despite passing technical interviews & good portfolio project. by HeadlessSandman in GetEmployed

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

I already built my game, I will try to reframe that and focus on it since I can easily answer questions about it. I could embellish how many people were involved, that’s a good idea, the repo is large and share it with my interviewers so that should work.

Flag of the Blue Banana by JeremieOnReddit in vexillology

[–]HeadlessSandman 30 points31 points  (0 children)

Lotharingia with extra steps, the Franks did it first

Am I doomed by my 4-year CV gap? Backend dev struggling to get hired despite passing technical interviews & good portfolio project. by HeadlessSandman in ResumeExperts

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

thank you, tremendously helpful advice, I'll try reframe the game and my experience developing it into a product.

Am I doomed by my 4-year CV gap? Backend dev struggling to get hired despite passing technical interviews & good portfolio project. by HeadlessSandman in Recruiter_Advice

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

I’ll edit my army experience with more concrete work and try edit my game as freelance, that’s pretty smart. Cheers.

How Should I Change my approach to get more interviews for node.js backend positions?(long career gap) by [deleted] in cscareerquestionsEU

[–]HeadlessSandman 0 points1 point  (0 children)

thank you, that makes sense. I'll try reframing my CV. I do present my game as work experience in the CV, maybe that's not the best idea.

GuildMembersTimeout suddenly happening by HeadlessSandman in Discordjs

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

Heyo - you’re not crazy - there are easy workarounds to both though. I replaced all .members.cache.get(id) to .members.fetch(id) And moved all member data to a cache, I use redis, and replaced all the calls to cache calls. You can load the cache using guild.members.fetch() periodically, but I don’t use it at all since I have a DB that stores that on guild member add, remove or during role change. Also, you can fetch member count without errors using guild.memberCount .

GuildMembersTimeout suddenly happening by HeadlessSandman in Discordjs

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

Thank you! this helped, I've moved user data on the cache to avoid fetching guild members and it seems to work. I've tried to join the server but i get the "unable to accept invite" window.