Introduction to Serverless Computing and Architecture

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

Build Your Own Redis / DNS / BitTorrent / SQLite - with CodeCrafters.

In the video, I discussed serverless computing, clarifying that it doesn't mean no servers are involved. I highlighted the caution needed when adopting it and explained its purpose. Real-world use cases were explored, such as cost efficiency, scalability, and automation benefits. The shift from traditional server provisioning to on-demand scaling was emphasized. Serverless offerings from major cloud providers and the advantages of focusing on core business logic were covered. Examples included chatbots, online judges, vending machines, and cron jobs, showcasing the versatility and cost-effectiveness of serverless architecture.

# Recommended videos and playlists

If you liked this video, you will find the following videos and playlists helpful

# Things you will find amusing

# Other socials

I keep writing and sharing my practical experience and learnings every day, so if you resonate then follow along. I keep it no fluff.

Thank you for watching and supporting! it means a ton.

I am on a mission to bring out the best engineering stories from around the world and make you all fall in
love with engineering. If you resonate with this then follow along, I always keep it no-fluff.
Рекомендации по теме
Комментарии
Автор

From were you should start or what should be the main steps when migrating from a traditional infrastructure to a serverless one? What should be the things that are taken into account?

stddesv
Автор

Perfect Video for all those who want to start learning about serverless computing.
Great Explanation !!🙌

vikasbhutra
Автор

Best explanation for serverless architecture.

arsyaswanth
Автор

Thanks Arpit! This video cleared all my doubts related to Serverless Architecture.

psiddharth
Автор

Awesome explanation as always!

GCP Cloud Functions Gen 2(in Pre-GA as of now) will be able to support longer running tasks (upto 60 minutes).

JenilCalcuttawala
Автор

Superlike! The practical use case was very helpful.

ABHIJAYPATNE
Автор

Very insightful and useful. Thanks for sharing!

AjitSingh-hdop
Автор

Very informative and indepth video arpit sir i hope you get more recognition from the comunnity you deserve more students and more subscribers sir Thanks for the Video :)

kalpeshmali
Автор

Serverless cloud services can be utilized for many use cases not limiting to these 5. Many companies have already moved most of their services to serverless. As you mentioned, SQS, SNS, DyanamoDB, AppSyn are all serverless. For startups this is a very good thing as they wouldn't have to worry about having DevOps team and time to market is faster. Any business that doesn't require 24*7 demand, serverless would be a great pick.

birensubudhi
Автор

Awesome video. Learning alot and started taking notes as well. 😎

theSDE
Автор

Please make a video on Distributed Queue

ayushgarg
Автор

Can you also share the presentations used in the video as attachment below?

jaideeppyne
Автор

Awesome explanation but what would happen if a serverless architecture comes under DDos attack then it can costs you thousands of dollars right?

martinabeita
Автор

Can you please explain why online-judge is a good case here? If you send the whole testcase set, your code may take more than 15 minutes to run all the test cases. So lambda may timeout. Moreover many serverless systems doesn't give access to internal OS level constraints, which are absolutely important in cases, say when you don't want anyone to run a fork().

I'm curious to know how such cases can be implemented in serverless?

swagatochatterjee
Автор

Your videos are awesome !!! BTW, what tool do you use for the presentation ? (I mean, both hardware and software)

janardhansharma
Автор

Great Video, Arpit !!
Let's say, I want to run a script for every 5 seconds which GET's status from a REST Endpoint. Responses received from the endpoint will be either SUCCESS or FAILED. If response received is FAILED then I will trigger someother workflow.

Do you think opting Serverless would be a good usecase, given that this should run for every 5 seconds ?

JardaniJovonovich
Автор

Bro can we do dsa in python as it's my main language and built project with python and then learn lld and hld

gunahawk