Video není dostupné.
Omlouváme se.

Should You Avoid Netlify, Vercel, and Cloudflare? (Quick Reaction)

Sdílet
Vložit
  • čas přidán 7. 08. 2024
  • Should you be managing your own hosting instead of using hosting providers like Netlify, Vercel, an Cloudflare? I think not but this article suggests you should.
    The Challenge with Netlify, Vercel, and Cloudflare by Chris Ferdinand - gomakethings.com/the-challeng...
    *Newsletter*
    Newsletter 🗞 - www.jamesqquick.com/newsletter
    *DISCORD*
    Join the Learn Build Teach Discord Server 💬 - / discord
    Follow me on Twitter 🐦 - / jamesqquick
    Check out the Podcast - compressed.fm/
    Courses - jamesqquick.com/courses
    *QUESTIONS ABOUT MY SETUP*
    Check out my Uses page for my VS Code setup, what recording equipment I use, etc. www.jamesqquick.com/uses
    *TIMESTAMPS*
    00:00 - Intro
    01:30 - Why I Love Netlify, Vercel, and Cloudflare
    02:39 - When Are Hosting Platforms Not Great
    06:00 - Wrap Up

Komentáře • 42

  • @thibaultbarolat-massole7190
    @thibaultbarolat-massole7190 Před měsícem +6

    My advise would be to learn how to set infrastructure and deploy your app on it. Then, and only when you're confortable with infrastructure, you can use these serverless services. So you always know how to deploy on your own infrastructure as an alternative.

  • @kettenbach
    @kettenbach Před měsícem +2

    The only true vendor lock-in for me is overall cloud provider. I took the time to learn AWS services and terraform. I'm no expert but I am able to do most of the things the 2nd tier providers do for you. Most of those services are just wrappers over the larger provider. Aws and terraform make those tasks pretty approachable.

  • @adrian1jr
    @adrian1jr Před měsícem +1

    In my opinion I have all my projects in vercel, both clients and own and I only pay the 20$/m plan and as is well known is one of the most efficient platforms in terms of user experience for devs. And I think they have improved a lot the security and the way to avoid you get a 95k invoice haha, good video James thanks for giving your opinion is clear and concise.

  • @jasonahern2789
    @jasonahern2789 Před měsícem +7

    Coolify seems a promising middle ground which I will certainly consider on a vps.

    • @JamesQQuick
      @JamesQQuick  Před měsícem +5

      I've been told several times I need to try it out. Maybe it's time!

    • @ChristianKolbow
      @ChristianKolbow Před měsícem

      @@JamesQQuick it's definitely time. i use coolify on hetzner servers. Coolify is really fun

    • @softwareengineeringwith9403
      @softwareengineeringwith9403 Před měsícem

      Dokploy is a pretty good option too

    • @adityaanuragi6916
      @adityaanuragi6916 Před 29 dny

      What about sst?
      PS - I haven't used the cloud very much and don't even fully understand the difference between coolify and sst

    • @JamesQQuick
      @JamesQQuick  Před 29 dny

      @@adityaanuragi6916 I haven't used it myself but I've heard really good things. Unfortunately, I can't speeak to the difference between coolify and sst

  • @MichaelMooregrownman
    @MichaelMooregrownman Před měsícem

    This is something I will eventual look into. Right now I'm using supabase to handle auth, storage and DB. Hopefully I never have to change.

  • @estruyf
    @estruyf Před měsícem +1

    Each of them has its own advantages and appropriate uses. Recently, I received a notification that one of my open-source projects would no longer be supported under their open-source plan. This made me realize that my website was too dependent on their ecosystem. As a result, I am reconsidering the architecture and leaning towards separating the website and APIs. This separation will make it easier to move the website and APIs independently, reducing reliance on a single host and framework.

    • @JamesQQuick
      @JamesQQuick  Před měsícem

      Oh interesting. Where are you looking at moving?

  • @charliesta.abc123
    @charliesta.abc123 Před měsícem +13

    Serious question, why are JavaScript developers so afraid of setting up infrastructure?

    • @martapfahl940
      @martapfahl940 Před měsícem +1

      Stupid question.

    • @WebDevCody
      @WebDevCody Před měsícem +1

      We just have a higher drive to ship a working product day one.

    • @charliesta.abc123
      @charliesta.abc123 Před měsícem +1

      @@WebDevCody I can do the same and won't come back to tell people I was wrong later.

    • @WebDevCody
      @WebDevCody Před měsícem

      @@charliesta.abc123 🤫

    • @user-tx4wj7qk4t
      @user-tx4wj7qk4t Před 23 dny

      ​@@WebDevCodyyou mean garbage you'll never be able to scale

  • @MohamedElguarir
    @MohamedElguarir Před měsícem +3

    4:17 nah doesn't work that way this will only happen if you're on serverless since you don't have control over you spend, for a vps you pay a fixed amount for the resources you need. and if someone ddos-ed you you server will go down 🤷

  • @mayanksharma6927
    @mayanksharma6927 Před měsícem +3

    Coolify + VPS = Problem Solved

  • @xamthor
    @xamthor Před měsícem +1

    Base on the title Only, yes

  • @keithin8a
    @keithin8a Před měsícem +3

    In my entire 14 year career, I have migrated a database once... The reason was because we decided to build the app with a lightweight service first instead of an industry standard well tested service.

  • @joshuamanlunas8862
    @joshuamanlunas8862 Před měsícem +2

    Coolify bro

  • @phoneywheeze9959
    @phoneywheeze9959 Před měsícem +3

    it's fascinating how people want tight integration but then also avoid vendor lock it, to me they both are somewhat opposite

  • @greendsnow
    @greendsnow Před měsícem

    We don't want apologies.
    They're done with.

  • @ochronus
    @ochronus Před měsícem +1

    To people saying Coolify & a VPS are replacements: no, they aren't - they are fun for pet projects, but they won't substitute for the CDN, DDoS protection and resiliency coming with Netlify, Vercel or Cloudflare.

    • @ChristianKolbow
      @ChristianKolbow Před měsícem +2

      That is true. But many who follow here don't have a project that really relies on CDN or DDOS protection.

    • @ochronus
      @ochronus Před měsícem +1

      @@ChristianKolbow 100% agreed, one should choose the tool for the project, I just don't like the narrative that a single self-managed VPS is a generic replacement for such services :)

    • @JamesQQuick
      @JamesQQuick  Před měsícem

      Agreed with all of the above. I think I need to check out Coolify though. I've heard good things!

    • @ChristianKolbow
      @ChristianKolbow Před měsícem

      @@JamesQQuick There is another tool. CapRover. Easier to use, but with minor limitations. I personally like coolify.

  • @Kats0unam1
    @Kats0unam1 Před měsícem +2

    Yes. Absolutely avoid. Just learn on how to use a vps and nginx or caddy

  • @Hagemony
    @Hagemony Před měsícem +4

    I rather not build at all that deploy my stuff on a vendor locked in platform. I'll proudly sacrifice my time and skills

  • @matthijszondervan7638
    @matthijszondervan7638 Před měsícem

    I think we should only move away from Cloudflare just because it is not good for the internet to be to centralised in one big organization.