Azure devops repo integration with Visual Studio https://www.youtube.com/watch?v=OBmhKQhrO6U System Design: https://www.youtube.com/watch?v=o-k7h2G3Gco Stateful and Stateless Architecture https://www.youtube.com/watch?v=P8D6P-6KVNM https://www.youtube.com/watch?v=ZitHpnoWYHQ Context Switch: https://www.youtube.com/watch?v=vTgccrbYHYs Threading and Asyncio time difference with proof https://www.youtube.com/watch?v=Ii7x4mpIhIs https://www.youtube.com/watch?v=Ouq7TzZ1vmg Coroutines https://www.youtube.com/watch?v=c6uoxhaenHg Rest API Intro https://www.youtube.com/watch?v=M3XQ6yEC51Q&list=PLQnljOFTspQXNP6mQchJVP3S-3oKGEuw9 Generator and Iterators Beautiful explanation https://www.youtube.com/watch?v=u3T7hmLthUU&t=13s HLD and L...
If python fails to install in Git bash. https://stackoverflow.com/questions/32597209/python-not-working-in-the-command-line-of-git-bash This can be accomplished from git bash like so: echo "alias python='winpty python.exe'" >> ~/.bashrc which will create .bashrc in the current users home directory if the file doesn't exist or append the alias to the end of .bashrc if it does. Ubuntu 18 keyboard issue related to deleting the characters: https://askubuntu.com/questions/755115/holding-backspace-deletes-only-one-character
Comments
Post a Comment