Im saving this video for later. Looks amazing. Adorable kid btw :) Have a good one my dude.
@msg_code70802 жыл бұрын
I'm also new to python and I found this channel kzbin.info/www/bejne/r5LVkomQq7SMraM while looking for a video series with quality projects from easy to difficult. It publishes python project video from easy to hard every 2 days. I would definitely recommend....
@sandipmahato86322 жыл бұрын
Can you help me sir? Not Found The requested URL was not found on this server. Apache/2.4.48 (Win64) OpenSSL/1.1.1k PHP/8.0.9 Server at localhost Port 80 Localhost problem 😢😓
@Ajay-km8br2 жыл бұрын
@@sandipmahato8632 Go to that menu and click on that setting. Problem should be fixed now. Enjoy.
@PlasmaSnake3692 жыл бұрын
So the advantage of using this over the AWS management console is seen when a developer is creating the same or similar resources over and over again, and can start to just re-use code and intelli-sense? Is that correct?
@mayankvikash2 жыл бұрын
0:25 I am melted, imagine this cute creature teaching us.
@realburgergod2 жыл бұрын
I’m an Amazon dev learning CDK, and this helped a lot! Thank you!🎉
@andriipetko86842 жыл бұрын
Heh, the same for me :)
@realburgergod2 жыл бұрын
@@andriipetko8684 This should be on KNET :P
@chair_force2 жыл бұрын
Same :)
@thinker5270 Жыл бұрын
Same
@rhisavbora297510 ай бұрын
same
@clayblythe2 жыл бұрын
Really excited for how this can improve developer velocity as well as allow for better testing of Infrastructure as Code. However, visually it seems messier and less organized than Terraform in my opinion. Overall it is a good option to consider
@mudassiraqeel86042 жыл бұрын
Would love a detailed video on cdk, specifically on python
@mrrishiraj882 жыл бұрын
Gratitude for your noble service to the Humanity and the World at large.
@Mike-df4ze2 жыл бұрын
Great I will see it as soon as possible 👏👏👏😎
@RatherPleasent2 жыл бұрын
Free code camp is amazing for adding this. Very useful
@kapilch Жыл бұрын
loved it, great video
@ecostaneves2 жыл бұрын
Absolutely amazing !!! Tks a lot for your contribution
@DominikPiekarczyk2 жыл бұрын
Matt, you need to start your ToC with (00:00), otherwise the video will not split into chapters. Cheers!
@mike110111 Жыл бұрын
Great video, thank you so much for making it
@CongruentYT2 ай бұрын
7:34 excellent audio quality
@codingkiddo97272 жыл бұрын
Tons of thanks 🙏🏻🙏🏻🥳🍻
@HoriaIvan-yf5ds Жыл бұрын
Fantastic course, thanks for this!
@genefreak11 ай бұрын
Another BEGINNER course that assumes the world.
@jiyoungkim92582 жыл бұрын
that's what I wanted to know! thx !!
@gideononwe80892 жыл бұрын
Wow really impressive best ICT Tutors
@sharkinc45632 жыл бұрын
FIRST COMMENT.... URE doing a good job..!!!
@____prajwal____2 жыл бұрын
This is great. Please provide info where we can find more content than this crash course. Thanks🔥fCC!
@cjjb Жыл бұрын
Thanks!
@thelastminutetrade2 жыл бұрын
AWS is leading future of technology.. Who else love AWS or similar 🤑😍😍
@elClubdelas7CifrasАй бұрын
fully reviewed
@saplay33722 жыл бұрын
Wonderful creations
@ayushshah7372 Жыл бұрын
In the workshop, you mentioned that the code for the lambda lives jn the lambda directory and will be uploaded to s3 bucket as an asset. But I did not actually see where the lambda code was defined
@binc89252 жыл бұрын
Great video, thanks. So is CDK the future or is it still worthwhile to learn CloudFormation?
@martzmakes2 жыл бұрын
CDK is built on top of CloudFormation. I think it's useful to learn both. There are times when troubleshooting deployments that you need to see what CloudFormation is doing (less frequent now that CDK is stable but still good to know what it's capable of / doing)
@JeevanSunkersett22 күн бұрын
I think lately (Sep 2024) AWS has removed the Cloud9 service, so the CDK workshop instructions (15:30 onwards) may not be appropriate.
@victorpinasarnault91352 жыл бұрын
But need to finish my AWS course of 2020 first! ^^'
@Micahtmusic2 жыл бұрын
i did my stack this way too and ended up with 400 lines of spaghetti code. how do you separate the elements of the stack into different files for readability?
@Micahtmusic2 жыл бұрын
i figured it out by making my own npm package that has the library functions
@amanarham353811 ай бұрын
Hi! I was going through the workshop. However, there is an issue accessing the studio link for the Cross-Account CI/CD Pipelines with CDK Pipelines. Is there an updated link to access the commands on that web page?
@kn1ght4352 жыл бұрын
almost every peace of content i watch on youtube is somehow related to programming or tech and yet I never get freeCodecamp videos recommended to me on the home page I wonder why that is . am I the only one
@joshreji75102 жыл бұрын
That's better. Now your competitor doesn't know what you know.
@asterleul77572 жыл бұрын
Tutorial on Facemash clone please that would help us alot thank you
@asterleul77572 жыл бұрын
Hey really great video but can u please make video on making Facemash clone please that would help us alot
@bijaylaxmigiri16752 жыл бұрын
Can you do a project with python language
@pranjalshukla80962 жыл бұрын
can we do the workshop part with Python project?, I see you have chosen Typescript project at 21:07
@faruzzy2 жыл бұрын
Yes you can!
@davekok9673 Жыл бұрын
Fun part is that he is running a Typescript project and creates a JavaScript Lambda with the TypeScript builder in Watch haha!
@lutaseb Жыл бұрын
I started but i don't understand thé difference between a Construct and an app. When you write cdk init --app or --lib
@lutaseb Жыл бұрын
If someone knows please...
@fawzishafei55652 жыл бұрын
Will CDK qualify you for AWS certification
@martzmakes2 жыл бұрын
Not on its own, no
@jamesren49492 жыл бұрын
Hi Matt, great course! 41:50, may I ask what is the 'props'? Should it be the DynamoDB table (i.e. 'table' ) to invoke Lambda? Thanks in advance!
@martzmakes2 жыл бұрын
props was passed in to the constructor of the HitCounter class... in that case it was using the downstream lambda that was being passed in from elsewhere in the stack
@ajeygowda33732 жыл бұрын
35:42
@620jas2 жыл бұрын
Is this really required? We already have terraform, cloudformation
@MaksuelBoni Жыл бұрын
Is it possible create a workmail service using aws-cdk v2? This is not clear to me =( Thanks
@martzmakes Жыл бұрын
The general rule is if you can do it with CloudFormation, then you can do it with CDK
@bashful88 Жыл бұрын
Next time please make one for beginners.. It is so hard to follow
@RAHULKUMAR-eg8bb2 жыл бұрын
tell me a course to get pro in javascript
@RAHULKUMAR-eg8bb2 жыл бұрын
@@shivani9840 yes I usually learn from online tutorials.... I have created few projects and I would love to explore more on web development for sure...
@PixelPioneer176 Жыл бұрын
Quality content right here! If you're intrigued, there's a similar book you shouldn’t miss. "AWS Unleashed: Mastering Amazon Web Services for Software Engineers" by Harrison Quill
@groslait78142 жыл бұрын
This man looked like came from stone age
@TheLostBijou2 жыл бұрын
Great tutorial, however the cloud9 stuff was really unnecessary far as I can tell.
@martzmakes2 жыл бұрын
Yeah... I wanted to cover everything I did to get up and running and cloud9 was convenient since it has most stuff pre-installed. I rarely use cloud9 myself
@TheLostBijou2 жыл бұрын
Better a bit too much information than not enough - thanks for making this!
@ebukaanene40692 жыл бұрын
👍🏽
@stephen_ecrowder75072 жыл бұрын
my memo 35:53
@victorpinasarnault91352 жыл бұрын
Go to my useful tutorials list.
@aliozdemir41482 жыл бұрын
ASSEMBLY FULL COURSE PLEASE
@MeatCatCheesyBlaster Жыл бұрын
is it just me or is the audio kind of fucked in some parts
@vg.2 жыл бұрын
So
@__________________________69102 жыл бұрын
Water
@PrimitiveFuturologist_YTC2 жыл бұрын
Anyone else find themselves grinning like an idiot after that intro? No? Me neither. Ahem.
@nathanfoss49479 ай бұрын
YAML? More like "YA, fML."
@Chiberia6 ай бұрын
I'm gobsmacked by the fact that YAML is getting grief these days - for those of us that were trying to read XML and dying inside, then amazed at JSON, and finally saw YAML solve so many problems... I just can't describe how much better it is. That said, CDK doesn't solve the YML issue - it literally regresses by making you write actual code for configuration. (All this said, I love CDK, we just don't have an "improvement" for YAML yet).
@asterleul77572 жыл бұрын
Make video on Facemash
@aliozdemir41482 жыл бұрын
COMPETITIVE PROGRAMMING WITH C++ FULL COURSE
@arrulvignesht31982 жыл бұрын
my interview is going on please answer this in c program Denominations Problem It is year 2020 and after all the demonetizations, our country has N different positive integer denominations of coin for all transactions. The finance minister went bonkers when a citizen tried to pay his taxes with a giant sack of low-valued coins, and decreed that no more than C coins of any one denomination may be used in any one purchase. For instance, if C = 2 and the existing denominations are 1 and 5, it is possible to buy something of value 11 by using two 5s and one 1, or something of value 12 by using two 5s and two 1s, but it is impossible to buy something of value 9 or 17. You cannot directly challenge the finance minister's decree, but you happen to be in charge of the mint, and you can issue new denominations of coin. Being a smart cookie, you want to make it possible for any item of positive value at most V to be purchased under the new rules. (Note that this may not necessarily have been possible before the FM's decree). Moreover, you want to introduce as few new denominations as possible, and your final combined set of pre-existing and new denominations should not have any repeats. Input The first line consists of three space-separated values C, D and V The second line consists of D distinct space-separated values representing the preexisting denominations, in ascending order Output A single value representing the minimum number of new denominations required