Top AWS Services For Backend Developers

  Рет қаралды 21,479

Be A Better Dev

Be A Better Dev

Күн бұрын

Пікірлер: 40
@BeABetterDev
@BeABetterDev 10 ай бұрын
Want to get more hands on skills as a backend developer? Check out my course! AWS Learning Accelerator - courses.beabetterdev.com/courses/aws-learning-accelerator
@billy-bund
@billy-bund 10 ай бұрын
Love how you call out services not to learn/explain why
@BeABetterDev
@BeABetterDev 10 ай бұрын
Glad it helped!
@merdandurdiyev7408
@merdandurdiyev7408 10 ай бұрын
Probably the most comprehensive and interesting intro to AWS essentials. Thank you so much Daniel !!!
@BeABetterDev
@BeABetterDev 10 ай бұрын
Really appreciate the comment. Thank you and you're very welcome!
@lashlarue7924
@lashlarue7924 9 ай бұрын
THANK YOU 🙏
@MrFaberX
@MrFaberX 10 ай бұрын
Great video to get the overview of the crazy ecosystem aws offer! Amazing job!🎉
@RicardoSilvaTripcall
@RicardoSilvaTripcall 10 ай бұрын
Great content as usual, congrats !!!
@OneDaveOfficial
@OneDaveOfficial 10 ай бұрын
This is great thanks
@strll3048
@strll3048 24 күн бұрын
Brilliant! Thanks.
@qizhang5749
@qizhang5749 10 ай бұрын
Would secrets manager be a good addition to misc as well?
@roudder6606
@roudder6606 10 ай бұрын
I haven’t watched yet, but know that is extremely useful , like in advance man
@BeABetterDev
@BeABetterDev 10 ай бұрын
Hope you enjoy and let me know what you think!
@kneza96BG
@kneza96BG 10 ай бұрын
EBS and EFS are also useful to know for everyone using ec2
@NexLandBattleRoyalRoblox
@NexLandBattleRoyalRoblox 3 ай бұрын
great. btw what is the name of the tool you use to present. thanks
@ricksegalCanada
@ricksegalCanada 10 ай бұрын
Super super helpfil. thx for putting together.
@zeluciojr
@zeluciojr 10 ай бұрын
I love your content. Keep it up!
@fin31337
@fin31337 10 ай бұрын
Your videos are incredibly helpful, thank you. Have you encountered a scenario where you needed to utilize a custom global domain name to connect to a REST gateway from outside of AWS? Initially, everything functions correctly with request signatures. However, issues arise when attempting to connect from within a AWS VPC with peering to the VPC where service behind the REST gateway lives. AWS DNS resolves the global domain name to an internal gateway or load balancer, which possesses its own TLS certificate which lacks the global domain name and TLS validation falls. The security team prohibits the use of cross-region VPC peering. They might also restricted a transit gateway usage for similar reasons. Can you recommend any workarounds or solutions for this situation? Many thanks.
@tobaadesanya32
@tobaadesanya32 10 ай бұрын
Hi please, what tool are you using for the presentation?
@BeABetterDev
@BeABetterDev 10 ай бұрын
Hi I'm using eraser.io/
@tobaadesanya32
@tobaadesanya32 10 ай бұрын
@@BeABetterDev Thank you! Excellent video!! 👏🏽👏🏽
@ShubhamPandey-ko6pd
@ShubhamPandey-ko6pd 7 ай бұрын
Amazing video with exact roadmap of ther services. Can you please share the link of the diagram? It will be really helpful!
@rishiraj2548
@rishiraj2548 4 ай бұрын
Super thanks!
@NecessaryStudent
@NecessaryStudent 10 ай бұрын
What website did you use for this presentation?
@hakeemshahzadibegum1478
@hakeemshahzadibegum1478 8 ай бұрын
Thanks for nice lecture,
@kneza96BG
@kneza96BG 10 ай бұрын
Also i do find it a bit funny that you chose AWS Shield's logo to represent security groups :D
@BeABetterDev
@BeABetterDev 10 ай бұрын
I couldnt find the right logo for it! :(
@ronn-qo4lu
@ronn-qo4lu 10 ай бұрын
This video is so clear! Thank you😊
@BeABetterDev
@BeABetterDev 10 ай бұрын
Glad it was helpful!
@allanbengco670
@allanbengco670 10 ай бұрын
Instead of using Step Functions to manage the application's workflow, I use CloudWatch to trigger Lambda functions. This is because I feel I do not want to rely too much on many AWS services such as Step Functions to save on cost. Is this an acceptable workflow?
@coryjamesmoonfall1602
@coryjamesmoonfall1602 10 ай бұрын
Has anyone purchased his course? Is it worth it? I really like his content so far
@continuouslearner
@continuouslearner 10 ай бұрын
please we need end to end projects with various combinations of above services
@random_user_dev
@random_user_dev 10 ай бұрын
Hey, I wanted to ask, do you have courses where you show how to deploy a full stack app (frontend and backend) step by step where to deploy the frontend and the backend? is it on youtube or in your other platform, I feel like I do understand the concepts of AWS but I need to know how to use it with confidience and not google almost everything, The most important thing for me is deployment of full stack apps, where to store the frondend, the backend, the database and etc, I would appreciate if you could point me to the course where you explain all of that if you have such course, thanks.
@kneza96BG
@kneza96BG 10 ай бұрын
a bit odd that you put CloudFront on a "Storage" level, i believe it's more of a global CDN type of service, although i understand the choice since it does behave like a global cache
@AyyFTG
@AyyFTG 10 ай бұрын
Hi, I have no experience in cloud computing or know how it works. I want to start off by learning AWS cloud. Can you please guide me in the right direction, please ? EDIT: I have just viewed your course. Is it for beginners who has no experience in cloud and coding? Also what do we get from "AWS Step Functions Masterclass"
@RishiRajxtrim
@RishiRajxtrim 7 ай бұрын
Thanks
@EduarteBDO
@EduarteBDO 10 ай бұрын
I'm developing a miniproject to upload profile pics. User can ask signedurl to post an image to s3, in the frontend user can crop the image and post the image with metadata that tells how to crop. then after upload confirmation user will tell the backend that the image was uploaded. The backend will trigger a lambda function written in rust that will pull the image from the receiver bucket, get the metadata, crop, downscale it to a defined height and width, convert it to jpeg with a dpi of 72, then upload to another bucked and delete the original image. (a 1,5mb png image turned to 45kb). Why rust? even though rust is harder, deploying a binary to lambda was a lot simpler. The binary was of 3,9mb. After that the lambda will tell the backend the process completed, the backend will tell the user to reload it's gallery to see the uploaded image. It's quite a mess but I'm learning a lot of things and how to integrate a bunch of things together. The idea is that I can re-utilize this profile pic capability in any future project that need it
@lambda.403
@lambda.403 10 ай бұрын
Could you please share us your diagram for each video, it would be helpful for us to take some notes
@prnva_
@prnva_ 10 ай бұрын
You got to fix the audio sync issue.
8 Proven Steps to Scaling an AI Agency ($100k/mo+)
26:36
Josh Gilligan
Рет қаралды 1,2 М.
Vampire SUCKS Human Energy 🧛🏻‍♂️🪫 (ft. @StevenHe )
0:34
Alan Chikin Chow
Рет қаралды 138 МЛН
Война Семей - ВСЕ СЕРИИ, 1 сезон (серии 1-20)
7:40:31
Семейные Сериалы
Рет қаралды 1,6 МЛН
AWS CDK Crash Course for Beginners
1:07:31
Be A Better Dev
Рет қаралды 72 М.
The only Cloud services you actually need to know
17:17
NeetCodeIO
Рет қаралды 217 М.
AWS API Gateway Introduction
27:48
Be A Better Dev
Рет қаралды 37 М.
The SECRETS to becoming a GREAT software engineer
18:52
Engineering with Utsav
Рет қаралды 71 М.
How I Would Learn AWS Today (after 10 years of cloud experience)
40:28
Be A Better Dev
Рет қаралды 457 М.
Intro to AWS - The Most Important Services To Learn
50:07
Be A Better Dev
Рет қаралды 467 М.