How To Become a Freelance Web Developer 2024 | even if you are just starting out.

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ก.ย. 2024

ความคิดเห็น • 20

  • @naturepositive7707
    @naturepositive7707 3 หลายเดือนก่อน +2

    Thanks for your time to create this kind of content. Great value 👍.

  • @arpitshrmah
    @arpitshrmah หลายเดือนก่อน +1

    And how much such websites cost on average?

    • @CodingAfterThirty
      @CodingAfterThirty  หลายเดือนก่อน

      It is up to you how much you want to charge, if it is something I can build on 2 - 3 days I used to charge 750 - 1500 for basic websites.

  • @CZiNTrPT
    @CZiNTrPT 2 หลายเดือนก่อน +1

    Do you re-sell the subscription fee for headless CMS (and so have to invoice them every month) or let the client pay/control it directly?

    • @CodingAfterThirty
      @CodingAfterThirty  2 หลายเดือนก่อน +1

      You can do either, depending on how involved you want to be in the management process.
      I prefer hosting in the client's name for frontend and strapi, and I have admin privileges.
      This way, the client has full ownership.
      But I also know folks who manage all that process themselves and charge for it.

  • @lostinthenarrativve
    @lostinthenarrativve 8 วันที่ผ่านมา

    Can you cover the tech stack needed for freelance ?

    • @CodingAfterThirty
      @CodingAfterThirty  7 วันที่ผ่านมา

      Depending on a project. I would use Astro or Next, using tailwind and Shadcn UI, and a headless CMS like Strapi. Deploy to Digital Ocean.

    • @lostinthenarrativve
      @lostinthenarrativve 7 วันที่ผ่านมา

      @@CodingAfterThirty What solution would you use for eCommerce? Nextjs + Stripe ?

  • @CZiNTrPT
    @CZiNTrPT 2 หลายเดือนก่อน +1

    What to you think about using sites like freelancer or upwork to get clients?

    • @CodingAfterThirty
      @CodingAfterThirty  2 หลายเดือนก่อน

      If you are based in the US or a high-cost-of-living country with high wages, those sites will be too competitive since they are global, and you will always be outbid by someone who can do your work for the same amount of money.
      So, for me, living in the US is not worth it.

  • @espressoarabic
    @espressoarabic 3 หลายเดือนก่อน +1

    Getwell and thanks for this video

    • @CodingAfterThirty
      @CodingAfterThirty  3 หลายเดือนก่อน

      Thanks for checking out the video and thank you. 🙂

  • @n1npo
    @n1npo 3 หลายเดือนก่อน +1

    What if you start learning to code and you don't develop in next js or React yet. How would you go on about this?

    • @CodingAfterThirty
      @CodingAfterThirty  3 หลายเดือนก่อน +2

      You can start with html, css, and javascript. Or do what I did when I started. And actually, I'm thinking more about it. Use WordPress.
      I used to set up websites for businesses with WordPress while learning React, but it was not yet good enough to use it to build sites.
      I will make some tutorials around WordPress since it is a valid option for freelancing.

    • @n1npo
      @n1npo 3 หลายเดือนก่อน +1

      @@CodingAfterThirty thank you ! I want to learn more about html css and JS. I have tried numerous times but then I stop and I have to start again. This may take a long time till I become employable. So in the meantime while I am learning I could earn side money offering services with Wordpress. But Wordpress would have another learning curve. The 3 challenges then are1) learning Wordpress 2)delivering to the customer and 2)finding customers - especially the first customer
      Also you mentioned that sometimes customers find you and you refer them to web developer friends . How do these customers find you ? And who are your friends doing web development finding customers ?

    • @CodingAfterThirty
      @CodingAfterThirty  3 หลายเดือนก่อน

      To stay in the JS eco system, while learning HTML, CSS and Javascript, you can use Astro tied to a headless CMS to build full functional sites even if you are a beginner. This is something I am exploring as well. The cool part about Astro, you can use vanilla Javascript.