Vercel dropped a database and leaked new Next.js features

Поділитися
Вставка
  • Опубліковано 1 тра 2023
  • Vercel just introduced 4 new storage products, including a serverless Postgres database, a durable Redis store, and file uploads with CloudFlare R2. They also leaked some details about a new server actions feature for Next.js
    #webdevelopment #database #thecodereport
    🔥 Get the new Next.js 13 Full Course
    Upgrade at fireship.io/courses/nextjs
    Use code NEXT30 for 30% off PRO access
    💬 Chat with Me on Discord
    / discord
    🔗 Resources
    Vercel Storage Announcement vercel.com/blog/vercel-storage
    Next13 Report • Next.js 13… this chang...
    Next13 Course fireship.io/courses/nextjs
    🎨 My Editor Settings
    - Atom One Dark
    - vscode-icons
    - Fira Code Font
    🔖 Topics Covered
    - Does Vercel offer a database?
    - Vercel Postgres basics
    - Vercel KV basics
    - Alternatives to AWS S3 file storage
    - New Next.js Features
    - Next.js server actions
  • Наука та технологія

КОМЕНТАРІ • 366

  • @Fireship
    @Fireship  Рік тому +108

    Fireship PRO members make the Code Report possible... Use NEXT30 to take 30% off this week only fireship.io/pro

    • @SorceressEmmaly
      @SorceressEmmaly Рік тому +1

      Fine, Jeff, you can have my lifetime money. This time.

    • @MichaelMantion
      @MichaelMantion Рік тому

      I have to wonder what percentage of companies still use mysql or sql server as their primary DB software.

  • @MasayaShida
    @MasayaShida Рік тому +1542

    Whats this? A 2023 Code Report without the word AI in it?!

    • @Rundik
      @Rundik Рік тому +113

      The new ai used to write the script for this video is humble now so it does not promote itself

    • @sparrow243
      @sparrow243 Рік тому

      Fuck ai

    • @GlenBondMogane
      @GlenBondMogane Рік тому +20

      Don’t poke the bear…

    • @udittlamba
      @udittlamba Рік тому +27

      Not even Javascript. smh. the chaneel has gone downhill.

    • @deepserket4390
      @deepserket4390 Рік тому +3

      the ai is used inside the database to hash the keys with zero to none collisions 🔥🔥🔥

  • @filip.a.
    @filip.a. Рік тому +265

    vercel is announcing some soooolid products, however if you dive deeper into the blob pricing it gets ugly real freaking fast, its more expensive than R2 which is fine i guess as they take their cut however vercel charges for egress bandwidth while cloudflare does not, and i think that will turn the pricing to ugly due to the type of files you will mostly use for this database(images or videos)
    i think they got some backlash on twitter yesterday and they have since removed blob pricing page from their docs, or at least i cant find them now so they might be re-considering the pricing model while its still in closed beta, hopefully they remove bandwidth costs..

    • @elliottjohnson1753
      @elliottjohnson1753 Рік тому +5

      This is the only one of the three products in a private beta -- probably the most likely to change!

    • @amrrahmy123
      @amrrahmy123 Рік тому +23

      That's the reason for all these startups offering these "serverless" and "easy to deploy DB services", it's much more expensive than setting up your own database on a vps, using free open source DB, and charging you a premium constantly for a one time script made to setup these services every month. It's the AWS and Firebase model. Scare people into not deploying their own services, then charge them a premium for "easy deployment" and "high availability" every month. you can/do have high availability with traditional fail-over and load balancing. they want you to pay $20-200+, for what essentially is a $5-20 vps with open source services setup for you.

    • @TheNewton
      @TheNewton Рік тому

      Add something spoiled to the barrel, remove it and everything seems fresh.

    • @TheNewton
      @TheNewton Рік тому +7

      @@amrrahmy123 "hey want you to pay $20-200+, for what essentially is a $5-20 vps with open source services setup for you."
      Bad take, pager duty costs a hello of lot more than a $20 vps.
      Investment in delegation is profitable.

    • @DavidDeCorso
      @DavidDeCorso Рік тому +4

      @@amrrahmy123 it's not for someone with a tiny project that can do everything on a single $5 VPS it's for sites that need to scale beyond that without worrying that their $5 VPS will not be able to handle a traffic spike.

  • @imakethesites3048
    @imakethesites3048 Рік тому

    Welcome back! Thanks for this.

  • @Thorax232
    @Thorax232 Рік тому +16

    For the record, server actions were "leaked" weeks ago. It's open source. Maintainers have been talking about it openly on Twitter.

  • @supernenechi
    @supernenechi Рік тому

    That intro is a good intro for my day. Got permission yesterday to reproduce a Kubernetes issue on production today xD

  • @this_is_mac
    @this_is_mac Рік тому +1

    I was missing fireship so much!!! Was just talking with a friend

  • @george_davituri
    @george_davituri Рік тому +3

    it's about wrapping existing tools as a service, stunning

  • @kasvith
    @kasvith Рік тому +19

    Now you can easily delete all tables in your prod db using a faulty react component

    • @metatronicx
      @metatronicx Рік тому

      This is the scariest part of this server components hype and they don't seem to care at all

    • @ra2enjoyer708
      @ra2enjoyer708 Рік тому

      @@metatronicx How is it different from a random route callback dropping your database? If you are afraid of this, clearly separate db roles into "admin" and "application" so only the former is allowed change schema definitions. You'd have implement this logic the moment the database has more than 1 consumer application anyway.

  • @shokhdev
    @shokhdev Рік тому +17

    All you gotta do not f up 😂❤ every time I merge my code to main 😂

    • @Millenial_Live
      @Millenial_Live Рік тому

      😂 it is so true

    • @GSBarlev
      @GSBarlev Рік тому

      Me when I accidentally force-push a breaking change to main: "Hey, we're supposed to have branch protections. Honestly, I'm mad at YOU."

  • @idemchenko-js
    @idemchenko-js Рік тому +24

    Writing sql in react components reminds me of sql in php “views”, something we learned was a bad idea long time ago. Yet, here we are… 1:43

    • @MaulikParmar210
      @MaulikParmar210 Рік тому +6

      JS in backend is a bad idea as a whole, and it should have stayed in front. Nonthless, you already have better & production ready stacks about a decade ago that JS is doing at this moment.
      It's just amusing to see everyone trying on hyped tech getting replaced with another tool copied from another eco-system. What it can not do is replace 3 or 4 decades of engineering that powers modern day development stacks.
      JS is just another player in the whole industry having its own place, mainly in front end and lightweight computing, but it can not be everywhere :)

    • @WolfrostWasTaken
      @WolfrostWasTaken Рік тому +2

      I know they sound similar but it's completely different from PHP... Here we are using all the advantages of PHP development without the pain of a shitty language and tons of security vulnerabilities typical of PHP development. We are using a battle-tested framework here. Some may argue that Symfony does the exact same thing. To those I say: keep programming with your bullshit PHP

    • @thatsalot3577
      @thatsalot3577 Рік тому +1

      ​​@@MaulikParmar210 but the non-blocking I/O is a game-changer for most CRUD auth applications, it's all handle by libuv library in CPP, and with typescript you get your type safety, so I don't see the problem here ?

    • @MaulikParmar210
      @MaulikParmar210 Рік тому

      @that's a lot java has vertx, php has amp / swoole / reactphp, .Net has TAP methods, python has sanic / tornado, go has it's own runtime, etc.
      Async is not a problem for those who truly need it, regardless of whatever language they are using. Also, a lot of these projects are a lot older than most node frameworks!

    • @MaulikParmar210
      @MaulikParmar210 Рік тому

      @Wolfrost or may be learn standard and be framework agnostic and may be in process loss a bit rude attitude, choice is yours!
      It's funny when you say battle tested, when a lot of large ( More than 100M active users ) sites, stores, government systems, and financial and healthcare backends are powered by those bullshit implementation being part of their stack doing their jobs without making a fuss about being awesome or being ahead of their time while rest of the world is just catching up to some standards developed years ago.

  • @benediktwalch1605
    @benediktwalch1605 Рік тому

    Thanks Jeff

  • @GabrielSestrem
    @GabrielSestrem Рік тому +1

    I'm a technical founder and when we started our company in mid 2021 we decided to go with: NextJS / Vercel / Supabase / Upstash / S3. No regrets!!!!

  • @karis7539
    @karis7539 Рік тому

    3:40 woah so cool to see the place I live in the video! It's Moscow's Seligerskaya metro station, you can see the triangle building in street view it's exactly like in the video

  • @rzr1191
    @rzr1191 Рік тому +34

    I wonder if they're planning on competing in bandwidth cost as well? Because current prices are hilarious compared to other cloud platforms. Cloudflare even has free egress

    • @heroe1486
      @heroe1486 Рік тому

      $4-500 the TB of bandwidth, mostly from a CDN, which can cost you $5-10 on bunny CDN or even on digital ocean

    • @liam_iam
      @liam_iam Рік тому

      yes vercel has cool stuff but infuriatingly shitty pricing that isn't competitive at all

  • @MikePeiman
    @MikePeiman Рік тому

    Acid 🤣💯 nailed it! Your meme game is next level!

  • @abharti
    @abharti Рік тому +1

    Interesting that for Deno KV they used Apple's oss project.

  • @salvaje1
    @salvaje1 Рік тому +47

    I am currently building the next billion dollar app and have decided to go serverless but I have no idea which database as a service provider to go with. A round up of them all would be nice, like "I built 1 app on N DaaS providers"

    • @andresroca9736
      @andresroca9736 Рік тому +1

      Here Jeff recommends Supabase. Also last week I heard from a serial app maker entrepreneur to love it too. Maybe worths for you to check it out

    • @mosca204
      @mosca204 Рік тому +2

      No billion dollar app here, but I sure want to cut down on cost and increase my margins. If anyone knows a good db provider at a fair price please let me know.

    • @JuriBinturong
      @JuriBinturong Рік тому +1

      Appwrite

    • @SpaghettiRealm
      @SpaghettiRealm Рік тому

      @@andresroca9736 supabase is just great they give auth RLS and easy integration with your frontend framework and of course fully typed sql queries

    • @heroe1486
      @heroe1486 Рік тому +3

      ​@@mosca204 Digital Ocean has managed DB starting at $15

  • @WolfPhoenix0
    @WolfPhoenix0 Рік тому

    Just wanted to let Fireship know that I LOLed at the picture he chose for "ACID". 🤣

  • @luis96xd
    @luis96xd Рік тому

    Amazing video!
    What are those competitors in minute 0:52? :0
    Are these features available right now?

  • @dedoyxp
    @dedoyxp Рік тому +9

    hmm, from your explanation, isn't all the databse here is complementary? postgres for transactional/traditional database, Redis for storing cache like login key, the third one is for store user config, and the blob one is just for storing file

  • @DevAlvaroF
    @DevAlvaroF Рік тому

    You got me with "dropped", well played....we played

  • @Diasdhiego
    @Diasdhiego Рік тому +9

    You are the best, It might be a great idea to make your amazing courses available for "geo discounts" in order to super weak currencies be able to enroll :)
    Thanks in advance and thanks for the video!

  • @calledtigermttv7184
    @calledtigermttv7184 Рік тому +6

    how is the authentication handled in the new nextjs course? is it via custom registriation and login or via auth providers?

  • @blocksource4192
    @blocksource4192 Рік тому

    nextjs the most goated web framework. I just built an entire site in nextjs in 5 days. Full site. + tailwind css. Nextjs made getting into react easy. Love it as a framework.

  • @0xModene
    @0xModene Рік тому

    nice Nouns Fry gif

  • @DominikSipowicz
    @DominikSipowicz Рік тому +1

    No AI. We’re back to normal FireShip ❤ 🔥

  • @collimarco
    @collimarco Рік тому +2

    That way of uploading files seems like a big security concern (e.g. for financial attacks). You don't have control on the upload if the client can upload directly to the bucket!

  • @lakelimbo
    @lakelimbo Рік тому +20

    very cool, but man, it is going to be crazy expensive

    • @thatsalot3577
      @thatsalot3577 Рік тому

      I mean if you have 100 users it's not that bad, (for having fun)

    • @hakuna_matata_hakuna
      @hakuna_matata_hakuna Рік тому

      ​@@thatsalot3577 the free tier is super limited, you're better off using the source providers they have better pricing/ free tiers

  • @kebrus
    @kebrus Рік тому

    I understood like 5% of this video, but I really like watching them...

  • @abdikadirQulle
    @abdikadirQulle Рік тому

    thanks 😘

  • @jackjessop9527
    @jackjessop9527 Рік тому +4

    Hey Fireship! You should do a “100 seconds of” video on Zig & all of the different LLMs, not just GPT. That would be sooo cool!

  • @sciencegeeks1370
    @sciencegeeks1370 Рік тому +25

    We legit just migrated from postgres(were deploying on aws) to mysql a week ago. Now we're moving back because of this vercel update. We already use a lot of vercel services and with this we would be able to put most of our aws stuff in vercel(including s3 storage). Just hope vercel announces app hosting so we can host our backend servers(even though we use serverless, some endpoints take hours to run)

    • @hakuna_matata_hakuna
      @hakuna_matata_hakuna Рік тому +16

      Damn your company must be swimming in cash , Vercel hosting is not cheap by any metric

    • @heroe1486
      @heroe1486 Рік тому +2

      ​​@@hakuna_matata_hakuna No they're probably just messing around and doing nonsense, nobody serious switch to MySQL then back to postgres in a week just because vercel implemented an already existing service

    • @kasvith
      @kasvith Рік тому +4

      If you have so much cash to burn...why not

    • @tilakmadichettitheappdeveloper
      @tilakmadichettitheappdeveloper Рік тому +6

      your company dies not know what its doing

    • @sciencegeeks1370
      @sciencegeeks1370 Рік тому +1

      @@tilakmadichettitheappdeveloper Lol

  • @NilsMoller
    @NilsMoller Рік тому

    I got an ad for you on your video. Fireshipception

  • @malachiconstant2756
    @malachiconstant2756 Рік тому

    “This is an awesome feature and I’m glad to see Next stealing it from Remix” lmao that gave me a nice laugh. Thank you.

  • @owenwexler7214
    @owenwexler7214 Рік тому +1

    that looks like big SQL injection vibes at 1:30, unless Vercel sql command automatically sanitizes interpolated strings

  • @philippefutureboy7348
    @philippefutureboy7348 Рік тому +11

    Can you do PostgREST in 100s? It's an amazing tool that automatically wraps your Postgres database with an API layer and grants access using native PG roles and row-level permissions.
    We've been working with this tech since the inception of our stack, and it's a breeze to use!
    And it's written in Haskell, so it's *blazingly fast*.

    • @philippefutureboy7348
      @philippefutureboy7348 Рік тому +2

      As a second, I'd be happy to hear about SQLAlchemy or Flask/FastAPI!

    • @uziboozy4540
      @uziboozy4540 Рік тому +1

      What's the use case for PostgREST? I'ved Hasura for years at work and it's absolutely garbage for anything but simple CRUD apps. lol

    • @PenguinCrayon269
      @PenguinCrayon269 Рік тому

      dont put business logic in database guys

    • @uziboozy4540
      @uziboozy4540 Рік тому

      @@PenguinCrayon269 say that to postgres functions lol

  • @JakubGaniaSoftware
    @JakubGaniaSoftware Рік тому +15

    Vercel builds its own services that work great together, but is their goal to have a wide range of services like the major cloud providers? Hmm, I don't think so, but for web apps based on serverless and friendly configuration - I think it's an interesting concept. Of course, another issue is profitability and prices and so on. It looks like a very friendly "ecosystem" now. Thanks for the news summary.

    • @mikopiko
      @mikopiko Рік тому +3

      No, none of these services are built by Vercel themselfs, they rely on other providers like AWS, Neon, Upstash etc

    • @JakubGaniaSoftware
      @JakubGaniaSoftware Рік тому +2

      @@mikopiko Yes that's right but their services are based on other services but that was not the point of my statement. After all, they took different technologies and made something functional. This is the meaning of my first words "Vercel build its own services...".

  • @seabass_1
    @seabass_1 Рік тому

    I like supabase. I wonder which ill like more for db, storage, auth in 3 months

  • @ColossalMcBuzz
    @ColossalMcBuzz Рік тому +4

    Does @vercel/postgres automatically parameterize queries or do you have some tasty SQL Injection at 1:29?

  • @stefanhoth
    @stefanhoth Рік тому

    3:52 🍄ACID 🍄 I see what you did there 😉👍

  • @paypalmymoneydfs
    @paypalmymoneydfs Рік тому +78

    Isn't the current nextjs project structure still in beta after like a year? Seems like they enjoy shipping half baked goods to say they did it. Can imagine this will work great with that being said.

  • @voidmind
    @voidmind Рік тому

    I don't suppose your Supabase course covers how to run it in a container (VS they cloud hosted service)?

  • @ma2xd882
    @ma2xd882 Рік тому

    I can hear artifacts in your voice from time to time. Wonder why :P

  • @magne6049
    @magne6049 Рік тому

    2:07 forms triggering server actions causing redirects.. aaand we have arrived at… Ruby on Rails. 🤫

  • @TheRiften
    @TheRiften Рік тому +22

    ok, so Vercel is basically doing the "Designed by Vercel in San Francisco" move and making millions of dollar by just putting some fancy designs around it. We will never learn...

    • @WolfrostWasTaken
      @WolfrostWasTaken Рік тому

      Tbf they do have real experts behind it (e.g. Svelte creator and many others). I kinda want to trust them on this one

    • @chepulis
      @chepulis Рік тому +2

      Oh nooo, fancy designs. Nothing good can have good design. Things should look bad.

    • @TheRiften
      @TheRiften Рік тому +8

      @@chepulis That's not the point. Vercel is just a scam and it only works because of marketing and a fancy design. For comparison: Cloudflare Worker: $0.50 for million requests (50ms CPU time); Vercel: $2.00 for 1 million execution units (1eu = 50ms CPU time). You pay four times more on vercel for the same product. And the bandwidth cost is just stupid. 40$ for 100GB extra.

    • @dan_____
      @dan_____ Рік тому +1

      @@Joseph-ke3xc or, just dont be a lazy developer and invest a few days into learning AWS or whatever the hell it is you need. Also, putting together and maintaining the infrastructure is not as difficult as all the vercel sponsored influencers and the twitter crowd might make you want to believe.

    • @hakuna_matata_hakuna
      @hakuna_matata_hakuna Рік тому

      ​@Joseph bruh with this insane job market, knowing Vercel vs knowing how to set it up yourself is the difference between being on the short list for a potential layoff vs being a valuable asset to your team

  • @nocturnomedieval
    @nocturnomedieval Рік тому +2

    me: They want stole or store ur data?
    Fireship: Both

  • @amranimohamad4741
    @amranimohamad4741 Рік тому +6

    they want to store our precious data , how sweeeet they are 🙃

    • @XDarkGreyX
      @XDarkGreyX Рік тому

      They want MY data? I am flattered

  • @rigoalvarenga9903
    @rigoalvarenga9903 Рік тому +31

    damn, nextjs is getting really similar to php

    • @oscarljimenez5717
      @oscarljimenez5717 Рік тому +9

      But better

    • @udittlamba
      @udittlamba Рік тому +11

      @@oscarljimenez5717 as someone who has worked on both techs. nextjs(typescript) over PHP(laravel) any day

    • @fallenpentagon1579
      @fallenpentagon1579 Рік тому

      no really

    • @name_less227
      @name_less227 Рік тому +16

      i recently switched back to laravel. tired of the hype train in js/ts world. im just trying to build things, don't have time to experiment on a new framework and library every week.

    • @oscarljimenez5717
      @oscarljimenez5717 Рік тому +8

      @@name_less227 you don't have to.

  • @peacemaker0240
    @peacemaker0240 Рік тому

    I don't get anything but this is fun to watch

  • @abates3747
    @abates3747 Рік тому +1

    um, you can tell "most" databases to load into and operate out of memory. So you can make a cluster of in-memory read databases with a node running of disk as a write master... speed and scalability. key-values are actually faster because they're generally just the hashing algorithm with a map to where it is stored (even if it's on disk), so there's less scanning. key-value databases are also absurdly terrible if you want to run anything that smells like it's ideal in SQL.

    • @JetJockey87
      @JetJockey87 Рік тому

      Kv dbs make sense for doing things that are nanoscale and require barely any data, but require acid like principles, like unauthenticated rate limiting against certain endpoints for instance. You log an IP for a User at your site via edge middleware, when they hit a certain endpoint (lets say something that is generally free but if people were abusing it, it should cost money, like pdf converters or UA-cam mp3 ripping).
      The IP is stored as well as a cookie for the unauth session.
      Every time that cookie and IP hit the endpoint, insert a row.
      When a limit has been reached, return a different result.
      Catch the result on the frontend, throw a CTA to the User to sign up to the Pro plan.

    • @abates3747
      @abates3747 Рік тому

      @@JetJockey87 , yup, they're super handy. Simply not the tool for anything close to complex data you need to query in fancy ways. For example, I'd rather use a spoon to swap my brain with a bowl of warm tapioca than use mongo as a reporting database.

  • @krisg5ax8
    @krisg5ax8 Рік тому +4

    Deploying apps can be risky
    00:00

    Versel now offers four new databases for Next JS deployments.
    00:31

    Neon is an SQL database with automatic scaling and fault tolerance.
    01:04

    Comparison of backend tools
    01:31

    New API called Server Actions allows creating server functions alongside components
    01:57

    Cloudflare offers four databases for different use cases.
    02:25

    175.20 179.28 allows storing unstructured data on edge
    02:55

    FoundationDB by Apple is a fast and consistent global key value database
    03:24

  • @weirddev
    @weirddev Рік тому +2

    While they are in competition for storing my data, I store my own data

  • @kimbapslayer1995
    @kimbapslayer1995 Рік тому

    Firebase is still my baby lol. Auth, real-time do, storage, it’s too ez for developer side projects.

  • @techtunetales
    @techtunetales Рік тому

    Prisma handling PostgreSQL has some issues hope thsi helps.

  • @szymex22
    @szymex22 Рік тому +2

    That’s pretty cool, I’m still gonna host things on my own though.

  • @alenjose7924
    @alenjose7924 Рік тому +1

    every day a new JS framework, database it's really hard for programmers

  • @tacticalassaultanteater9678

    Today I learned what's upstash

  • @St0rMsk
    @St0rMsk Рік тому

    Did you said store or stole at the end of the video?

  • @J-Kimble
    @J-Kimble Рік тому +1

    I think the term "front-end cloud" is the most cursed thing I've heard this year

  • @DK-ox7ze
    @DK-ox7ze Рік тому +34

    Vercel is clearly competing with AWS, Google cloud and Azure now. They are trying to pull in NextJS crowd, and I am sure it's not a small number, especially with growing popularity of the framework. Smart move.

    • @danielegvi
      @danielegvi Рік тому +33

      Vercel is built on top of AWS, actually. They essentially built a platform on top of it to make it easy for devs to get stuff done without 1000 hours of AWS training beforehand. They "compete" with AWS as much as a Best Buy "competes" with Samsung.

    • @heroe1486
      @heroe1486 Рік тому +1

      I legit can't say if you're trolling

    • @Dmytro-kt3fr
      @Dmytro-kt3fr Рік тому

      how?
      they are just doing firebase for even dumber dummies
      like nobody will stick with them in serious org because cost optimization would not be possible and vendor lock would be huge
      its just another tech stack masturbation for the sake of it

  • @PANCHO7532
    @PANCHO7532 Рік тому +1

    oh well, just how they say: when in doubt, use mysql

  • @grzywn
    @grzywn Рік тому

    everything is great and all, but why 'any' is in 1:27

  • @onmc4754
    @onmc4754 Рік тому

    Welp looks like a bold move

  • @LuisRoblesBello
    @LuisRoblesBello Рік тому

    Does This one course on NextJS13 replace the old one?

  • @PhilipAlexanderHassialis
    @PhilipAlexanderHassialis Рік тому +2

    Interestingly enough, the T3 stack also created a blob hosting service that at the moment offers larger file sizes than Vercel blob and "released" it in beta format the same day. I wonder how far the connections between the two stacks / companies go since this simultaneous release is toooootally inconspicuous.

    • @WolfrostWasTaken
      @WolfrostWasTaken Рік тому +1

      Theo does not work for Vercel, what are you implying here? 🤔

  • @bhumit070
    @bhumit070 Рік тому +9

    Hi fireship give kysley a try if you like sql like syntax you gonna love it,
    But yes managing migration with prisma is still ❤

    • @oscarljimenez5717
      @oscarljimenez5717 Рік тому +5

      Why not both? I use both right now. Prisma for schema, migrations, generate Zod and DB Types, kysely for complex queries.

    • @muhammadmejanulhaque3305
      @muhammadmejanulhaque3305 Рік тому

      I feel like drizzle is more better than prisma. individual entity files, sql methods, etc. also the vercel docs say drizzle integration is coming.

  • @AlecThilenius
    @AlecThilenius Рік тому

    The future is so bright! Now I can go through life without ever owning anything, rent my home, lease my car, subscribe for movies, tv, games, remote rendering consoles, phone, food, cloths... And now, finally, we don't need to use or support Free Open Source Software any more, we can pay a big tech company exorbitant rates to own our data forever instead! How exiting, where do I sign up?

  • @DamnThatsFunny308
    @DamnThatsFunny308 Рік тому +1

    Chat gpt said “that shits expensive bro”

  • @snatvb
    @snatvb Рік тому

    of course I want to write sql right inside component (nope)

  • @tymianek
    @tymianek Рік тому

    Amazing! Love your videos!

  • @itsmaxim01
    @itsmaxim01 Рік тому

    Directory on VPS + nginx RP > S3

  • @misc.cont.
    @misc.cont. Рік тому +1

    I'm surprised there's no vector database (I don't know what that is).

  • @chychywoohoo
    @chychywoohoo Рік тому +2

    *they're just expensive wrappers for other products!!!

  • @mehmetfatiherdem7074
    @mehmetfatiherdem7074 Рік тому

    came to check if we are replaced yet

  • @Noelciaaa
    @Noelciaaa Рік тому

    Very cool but it still refuses to import my 3D model assets and textures for some cursed reason! I don't know why tf it does that. I'm upset bc I rly wanted for my portfolio with three.js elements to work there ugh

  • @DanielDogeanu
    @DanielDogeanu Рік тому +1

    OMG! This is why I wasn't using Vercel! This was the biggest downsides for it, and now it's solved! 😁

  • @keremtiryaki
    @keremtiryaki Рік тому

    where is the sveltekit course?

  • @Jubinmail
    @Jubinmail Рік тому

    Is it still cool if I continue to use relational dbs?

  • @vader567
    @vader567 Рік тому

    did that first thing really happen?... damn

  • @hyunbinseo
    @hyunbinseo Рік тому

    No mention of pricing 🧐

  • @tapu_
    @tapu_ Рік тому

    Aws of nextjs

  • @nilsandresen97
    @nilsandresen97 Рік тому +5

    You misspelled Drizzle at 1:34

  • @pif5023
    @pif5023 Рік тому +1

    Thank god we can ask ChatGPT what we should pick 😌

  • @wlockuz4467
    @wlockuz4467 Рік тому

    I am disappointed that the pricing didn't stick out to you.

  • @RedstoneHair
    @RedstoneHair Рік тому

    I have my own mariadb instance on my server ;)

  • @nightshade427
    @nightshade427 Рік тому

    Haha, are server actions a reimplementation of aspnet postback from 2000?

  • @harshgandhi100
    @harshgandhi100 Рік тому

    My colleague dropped a database once. It was the biggest shitstorm I had ever seen.

  • @GauravPatil-ii4ze
    @GauravPatil-ii4ze Рік тому

    Why dont you create longer videos contents like what are different databases
    and how are they classified

  • @OOO-CM-Ramesh
    @OOO-CM-Ramesh Рік тому +3

    Bro reading title i though that vercel dropped a database

  • @ra2enjoyer708
    @ra2enjoyer708 Рік тому +1

    2:22
    Aren't they fast because they do O(1) lookups, not because of RAM storage? The moment you start performing usual database operations like count/filter/sort/aggregate on the cache storage all its speed advantage vanishes into ether.
    Not to mention the cache in a microservice architecture would require at least a TCP connection, so any advantage of storing in RAM-only (how do you even do that while being ACID-compliant?) is lost.
    3:38
    It's not that hard really, as of 2023 only postgresql has a truly open-source license without gotchas. Basically any database solution which doesn't allow a local deploy without internet access is DoA.

    • @magne6049
      @magne6049 Рік тому +1

      it’s fast because of being a KV store AND being in-memory. A KV-store by its nature limits the DB operations you can perform, so yeah, in cases you need such operations then it has no particular advantage, but it would have to be measured: disk access time vs. extra ops time. KV from RAM plus those extra operations (in CPU) is probably faster with small data, but an on-disk DB with a different structure to the data (RDBMS or graph) is probably faster with large data.
      Redis KV store doesn’t store in RAM only, but is RAM-first, with persistence to disk regularly. Which is faster (but more expensive in terms of $) than disk-first with RAM only for caching.
      Choosing the appropriate DB for a given use case can be really hard, since there are a lot of worthy contenders (DB types) and offerings within those types. Not all use cases are best solved with an RDBMS like Postgres, even though it is a good default for many if not most use cases if you don’t really want to think about it. But once you do think about it, it’s complex. Like all things.
      db-engines dot com is a good place to get an overview and compare.

  • @patricknelson
    @patricknelson Рік тому +1

    For all the old geezers who’ve _always been_ using PostreSQL: We’re cool again!

  • @fontende
    @fontende Рік тому

    But can we use a database as dataset to train our own Ai? 🤔 or stolen databases

  • @PeterSteele111
    @PeterSteele111 Рік тому

    I'll stick to mariadb. Simple and works fine

  • @atlasguilt1875
    @atlasguilt1875 Рік тому +1

    There should be a limit of how many databases are allowed to be released in a year.

    • @jamoni2410
      @jamoni2410 Рік тому

      How about mastering one framework at a time?

  • @toooes
    @toooes Рік тому

    2:21 And *SQL databases aren't? 🤨

  • @reactjs1900
    @reactjs1900 Рік тому

    what about upload thing by theo

  • @RayfuzuLearning
    @RayfuzuLearning Рік тому

    The first 10 seconds gave me a mini stroke just thinking about it lol

  • @oliver1231033
    @oliver1231033 Рік тому

    Does the Postgres support pgvector?

  • @erickmoya1401
    @erickmoya1401 Рік тому +2

    Its incredible how a framework based on a framework that goes by "we dont do shit, look for a library" is going crazy with the idea "we do everything" and both are loved by the same people.