Adding a new SSH key to your GitHub account

About addition of SSH keys to your account You can access and write data in repositories on GitHub.com using SSH (Secure Shell Protocol). When you connect via SSH, you authenticate using a private key file on your local machine. For more information, see “About...

Python: Download Youtube Video and Convert Video to mp3

Prerequisites Python 3 ffmpeg Python Script to Download Youtube Video download.py from pytube import YouTube def Download(link): youtubeObject = YouTube(link) youtubeObject = youtubeObject.streams.get_highest_resolution() try: youtubeObject.download() except:...

AWS Toolkit for Visual Studio

This is the user guide for the AWS Toolkit for Visual Studio. If you are looking for the AWS Toolkit for VS Code, see the User Guide for the AWS Toolkit for Visual Studio Code. What is the Toolkit for Visual Studio The AWS Toolkit for Visual Studio is a plugin for the...

Deploying to Elastic Beanstalk

AWS Elastic Beanstalk is a service that simplifies the process of provisioning AWS resources for your application. Elastic Beanstalk provides all of the AWS infrastructure required to deploy your application. This infrastructure includes: Amazon EC2 instances that...

Designing Sites Using Gatsby and Gatsby Cloud

There’s a reason why the world’s top-performing website teams use Gatsby. Whether your site has 100 pages or 100,000 pages—we’re obsessed with delivering dynamic web experiences with performance and security that scales. We’re excited to announce the launch of Gatsby...