Great video, would be better if you can place keyboard commands when pressed.
@cubanlincoln17672 күн бұрын
This is clear and simple, thanks so much, you have saved me hours of researching.
@abdoulazizouldebe24072 күн бұрын
I code always on vs code and merge or rebase in it . but when ever i have really really complex merge to do , i always go to intelij IDEA . In my opinion it has the best tool to deal with conflits
@diegoslinger125411 күн бұрын
worked
@sudotechserve23 күн бұрын
Thanks from Bangladesh. I have a very little community on scripting and you just made the smoothest solution of them all
@hello-world-fam28 күн бұрын
This was the only video that I ever needed. This video should be among first videos. 🔥
@sistemamarcoАй бұрын
For what i understood a workspace is like a solution in Visual Studio, I'm right?
@cndrbrbrАй бұрын
This really helped. Thanks!
@EduardoTeixeira-l9jАй бұрын
I've seen a tons of tutorials videos on AWS CI/CD CodePipeline. This one was definitely the best. Even better than the AWS ones. Thank you Alex!
@iainelder7607Ай бұрын
Thank you for helping me to get started with CDK testing and Jest. This is much better than the official documentation.
@ramafa92Ай бұрын
None explained the function calling better than this video. Very HelpFul!! You earned a new Sub
@shakilthakur26742 ай бұрын
Excellent. Very helpful video :)
@MarianoCalandra-g5z2 ай бұрын
The last debugging trick that worked for me. IMPORTANT: I had trouble connecting to DynamoDb, it work once I login using my profile trough AWS Toolkit (extension of VSCode). At least it worked for me
@shubhamsaurav422 ай бұрын
Thanks really helpful
@fikrilhadadramadhani12722 ай бұрын
can we use SSH key as our authorization token instead of using personal token access? and what makes the two different?
@romainleclerc18643 ай бұрын
Thanks, successfully implemented functions calling for my 3D virtual gf 😀
@adadaprout2 ай бұрын
:D
@HH-bf9yi3 ай бұрын
This video comes up in search including "IntelliJ", but author does not use IntelliJ.
@garylau30963 ай бұрын
Keep it up! Really good tutorial!
@philippeaka27724 ай бұрын
this tutorial is fire, well done!!!
@bruceleeharrison92844 ай бұрын
Great video. You ran through all the scenarios I would have run to get a feel for the new decorators implementation.
@martapfahl9404 ай бұрын
Saved my day, the try catch within the test block was it for me!
@WhyAreYouFindingMe4 ай бұрын
The video is cool. except I suggest you to be more comfortable while speaking.
@YoavTaieb-yo9wm5 ай бұрын
Thanks!
@Glicerol5 ай бұрын
Great explanation :) sub
@Steve-ld2fb6 ай бұрын
Thanks!
@shacharcarmel99416 ай бұрын
I was looking for simple movie/document to explain and show how to create those simple test in CDK and this video is so clear and simple. Thanks.
@rajasekark4156 ай бұрын
Nice detailed explanation. Thanks.
@samuelporto28026 ай бұрын
finaly i find a working video, thanks a lot
@kieronb44596 ай бұрын
I may have missed it, but neither this video nor the TypeScript docs mention whether you can or cannot pass additional parameters to a class decorator when using stage 3 decorators. Is this possible?
@orlingueorguiev6 ай бұрын
passwords shouldnt be stored in strings though. they should be stored in byte[].
@Jmdkr33896 ай бұрын
Great video. It would be very nice if you could do the same with Azure DevOps Pipeline instead of CodePipeline
@rude_people_die_young6 ай бұрын
Very well done ❤I will have to go through this a few times as it’s new to me, but will be very useful. 🎉
@rkc1376 ай бұрын
AGHHH god damn thx man
@junaidshaikh22656 ай бұрын
Thanks man!
@NiyazKassenov6 ай бұрын
Thank you!
@maxssobolev6 ай бұрын
+1 too
@colbridge6 ай бұрын
Excellent!
@evilj7 ай бұрын
Brilliant explanation!
@meruguvenkatesh19317 ай бұрын
Thanks a lot man
@rmalsen30527 ай бұрын
So all this time I’ve opened multiple VScode windows for my projects…. and they’ve solved the problem already! Good video!
@deshpandenakul17 ай бұрын
Amazing video... you made it so simple to understand
@HamzahAhmad-db5cy7 ай бұрын
Thank you for the concise and clear explanation
@yawn73327 ай бұрын
barosanu :))
@iheanyichukwuaguwa62318 ай бұрын
Great video. I'd love to have access to your Udemy private course: Advanced Programming with JavaFX: build email client
@mnb108 ай бұрын
+1 sub, really really good tutorial. TY
@adrianfelix91618 ай бұрын
Visual Studio does not let me push password
@maf9099 ай бұрын
Hello there, I was recently added a cpp addon on my existing app and the thing is it won't able to run on production. but, it works fine on production. do you have any idea??? its urgent! Thank you in advance!
@concisedeveloper8 ай бұрын
Someone who knows your codebase and your project could help you.
@1Naif6 ай бұрын
Compile the C++ code on the production machine. because different machines could have different CPU / OS
@ankushjain3589 ай бұрын
Awesome ❤
@osamasalama61339 ай бұрын
i take branch from main -> develop and make some change in code why vscode not show conflict when i merge develop into main ?
@hello-world-fam28 күн бұрын
Probably ur main branch in local is not synced or the up-streamed one is not up to date.
@exe.m1dn1ght10 ай бұрын
i will just stick to adding properties and methods the old simple way thank you very much , why humans like to complicate things so much is beyond my level