• @electrogamerman@lemmy.world
    link
    fedilink
    29 months ago

    May I ask, what is the most important thing to show in a programmer CV?

    Im a junior programmer. I would say im good at the job. I can easily create new software and also find problems in other codes and fix them. However I have no idea what I would say in an interview. Its not like I learn code by memory.

    • @ipkpjersi
      link
      49 months ago

      Unfortunately in your case, the most important thing is experience. You just need the years for employers to want to hire you, and with this year in particular, the competition for jobs is insane because of all the layoffs. Make some cool personal projects, that sort of thing can help.

    • raze2012
      link
      fedilink
      19 months ago

      in rough order of important:

      • experience
      • personal projects or project you contribute to (e.g. a decent sized code base in Github). if you’re early on, this can be school projects.
      • ability to answer programming concepts in an interview settings
      • school/grade prestige.

      I have no idea what I would say in an interview.

      if you have no previous job, then yea. It’s rough. The first job is always rough, and even in software that’s no exception. You will want to talk about decisions and features you worked on in personal projects for that stuff. And of course, really nail down your fundamentals; they really drill you with those interview questions as a junior.

      If you have a job, then talk about that. Maybe there’s some NDA, but you can talk about some problem in general terms and what you needed to do to solve it. You’re not expected to do anything crazy as a junior, so your answer relies more on you knowing how to work in a team than novel architectual decisions.


      Personal example: my first job was at a small game studio and my non-BS answer would be that I simply did bug fixes for a game. Nothing fancy, probably something an intern can do.

      But interview spin: doing those bug fixes

      • helped me learn about Unity’s UI system, I can talk about specific details if the interviewer cares (and don’t feel too bad if they don’t. Even a super experienced engineer won’t be able to talk about every sub-topic of an industry)
      • I talk about where I encountered decisions and when I talked to my lead about what to do. e.g. One bug ended up coming from code that another studio owned. While it was a one line fix, I reported it to a lead who would then create an issue to pass on to that studio. Frustrating, but it shows you understand the business politics of the job, something school can’t teach.
      • I never did it at that first job, but there were moments where deadlines get moved forward, and you think of a compromise for a feature due to the lack of time . That shows your ability to identify the Minimum Viable Product and to understand the problem, both the bad and good ways to solve something (sadly. in games you may have to hack solutions quite often)

      Best of luck