2022 grad, missed the narrow gap for getting a job, and in this recession, it’s been really hard to get one. I’m sick of the tutorial hell. It will also be hard to explain this gap for master’s degree, and I also don’t want to take a loan for master’s, so right now, I want to be able to get a job to fill my resume/CV.

I want a few good project ideas, that are ideally between the difficulty of easy to medium for internship or entry-level full-time roles for SWE. I’m interested in embedded or system programming, but I don’t know anything about it. I have most experience with fullstack development, however, within which, I am interested in backend dev, but also open to frontend stack.

Few of the ideas that I’ve come across on the internet are being told as very generic or instant-reject, that is why I’m requesting for an updated list that would interest my future employer.

Ps. I used to contribute to open-source, but I’ve stopped this activity temporarily since December 2023. Not that this is relevant, but hey, just want to let people know.

  • taaz@biglemmowski.win
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    5 months ago

    You might want to focus on what you can do the most right now (fullstack) and change tracks later (embedded).

    As a SWE in primarily python backends I can give you these ideas:

    • Basic CMS in Django, let’s say an eshop
    • Messenger-like app with FastAPI (with user management, chats, chat history, big plus would be fulltext search), this explores asynchronous events processing, this could include websockets with redis and some databases like Postgres or Maria, Mongo could work too or you could try Firebase (which is a valid trade experience but for me, experience with “real” databases/caches is more valuable).
      .

    Also last time I heard there is always space for Java backend engineers (Spring Boot).

    Focusing on fullstack you could try one of the big frameworks like Next.js (React), Nuxt (Vue) or Nest.js (backend framework) with static serving Vue/React (I might be wrong in these, I am not directly working with these tools).

    Either way, personally, personal projects are cool but the main thing that counts is if you can navigate the problem space of the given field, not necessarily the absolute skill in a given framework (but definitely being a plus), for frontend it’s often about UI designs, UX etc and backends are about efficient representation of data, the processing of them and then designing something like HTTP API around them.
    So choose any project you like, from websites to just processing-heavy HTTP backends (trading?), learn what problems you encounter and remember how to overcome them.

    • velox_vulnus@lemmy.mlOP
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      1
      ·
      5 months ago

      Well, the thing is that I have some experience with multiple full stack framework, but I get overwhelmed and leave my projects unfinished.