How To Get Hired As A Web developer No Degree 2024 update [how i became a software engineer]

#selftaughtwebdeveloper #gethired
Can you become a web developer without a degree? My story an how I became a self taught web developer.
There are a lot of videos out there on how to get a web developer job without a degree. They promise to get an income of 100K with only a 3 months coding bootcamp.
Such promises don't do anyone any good in terms of setting your expectations right. In this video, I talk about everything you need to know to land your first web development job when switching careers.
Here is the truth on how to get hired as a web developer with no degree when switching careers, it is not easy but it is possible.
I share my personal journey of getting my first job in the tech industry. I discuss the steps I took and the lessons I learned along the way.
One key takeaway is the importance of focusing on one specific tech stack, instead of trying to learn everything at once.
I also emphasize the power of networking and building connections, as referrals can significantly increase your chances of landing a job.
Another important point I highlight is the need to research and understand the technologies and frameworks that the company you're applying to uses, as this can make you stand out as a candidate.
Overall, this video is important for anyone looking to break into the tech industry, as it provides valuable insights and practical advice on how to navigate the job search process successfully.

Пікірлер: 14

  • @andrewlitten6609
    @andrewlitten6609Ай бұрын

    This video is so helpful, thank you!

  • @CodingAfterThirty

    @CodingAfterThirty

    Ай бұрын

    Thank you, glad that you found it useful. And thank you for your time.

  • @codingwithrendi
    @codingwithrendiАй бұрын

    really helpful sir

  • @cant_sleeeep
    @cant_sleeeepАй бұрын

    i love this guy

  • @CodingAfterThirty

    @CodingAfterThirty

    Ай бұрын

    I love you.

  • @nikako1889
    @nikako1889Ай бұрын

    hey, can you help how can i filter based on locale when im using entityService?

  • @CodingAfterThirty

    @CodingAfterThirty

    Ай бұрын

    You should be able to do something like the following, this is for Strpai v4 strapi.entityService.findMany(articles, { filters: { localizations: { locale: 'fr' } } })

  • @nikako1889

    @nikako1889

    Ай бұрын

    @@CodingAfterThirty i have one more question. can i use same slug for differerent locales? to change content language based on locale for same product /product/:slug

  • @CodingAfterThirty

    @CodingAfterThirty

    Ай бұрын

    I have to look into that. Don't remember of the top of my head, I am not sure you can use the same slug.

  • @nikako1889

    @nikako1889

    Ай бұрын

    @@CodingAfterThirty so what options do i have to fetch data based on locale?

  • @CodingAfterThirty

    @CodingAfterThirty

    Ай бұрын

    @@nikako1889 I don't have any sites that are multilingual, let me build a quick example, and I will get back to you. So the idea to search a post by slug, and be able to get that post in specified language. In a previous project, I worked on, I would just filter by locale first. Here is the link, maybe it can help while I work on a new example. github.com/strapi/nextjs-corporate-starter/blob/main/frontend/src/middleware.ts we were checking locale via the middleware in Next js