Scale your web app: Why you need s3 and a database service #webdevelopment #database

preview_player
Показать описание

🔗
Рекомендации по теме
Комментарии
Автор

'Try to write code that doesn't completely suck' 😂

Dak
Автор

Thank you for making this video, it's unbelievable that you made an hour long youtube short for this.

TheCommunistRabbit
Автор

Your videos are full of valuable insights mate, keep it up 🙌

ahmed_osamaa
Автор

Finally, loop that doesn't completely suck.

eddymison
Автор

very simple and clear, would love to see more about microservices and serverless stuff as well.. thanks mate

AhmedAlhaj
Автор

That’s how companies get you and next thing you know you have a $10k bill and $0 from users

SALw
Автор

I was like - that's a long short until I realized the third time that it was a loop. CLEAN!!

frontendmechanix
Автор

I'm building a nextjs supabase app and you just boosted my confidence

ImmyYousafzai
Автор

this helped a lot i m doing internship at a place and writing backend automation test code and no one actually tell me how anything works in grand scheme of things. Would love it if you can expand on this topic

taryarwinhtet
Автор

I'm just mesmerized at this flow diagram software! Trying it now

diegomonteirobatera
Автор

You just forgot that most web framework are not built with this kind of setup in mind

Like session handling, caching, load balancing, database scaling with backups, logging

And much more, the more you try to scale, the more you find out that you need another solution for problems you didn't think you would have

AbdelrahmanRashed
Автор

I'm glad I went for robotics and control theory instead of web development.

mrcresent
Автор

You can have a persistent storage in those instances via EBS volumes for example. So you can swap out instance and attach existing volume. But usually, all storage on instances is ephemeral.

HellDarkknight
Автор

It’s all good and well until the cost blows out because you went server-less, just save the hassle by a cheap VM it can handle the load fine for most situations

semaja
Автор

What apps you use to make that sketch?

dimasahmadrizal
Автор

And one day, we woke up to enormous bill, for all this services 😢

Автор

or, you know, just rent a vserver for like 20 bucks a month that you can just upscale if you actually get users for your app

tomm.
Автор

Yeah, the thing is, sometimes you need Big Lock, and your web server multiplication doesn't work

yaroslavpanych
Автор

Wow I can tell you this this is super simple understand I'm believe me I've been on metals y Beto conferences and everybody's like telling all this very sophisticated and difficult task and stuff to do and this is a freaking simple in 1 minute

geovannycrisdroid
Автор

For fun, I tried hosting my website using serverless hosting. Beware that if you have very little traffic and it scales down to 0 instances, the first request will take a few seconds and maybe even time out!

ericb