Use Multi Window Tabs in Visual Studio Code

vs-code logo

I discovered a cool feature – multi-window tabs support. This feature lets you open multiple tabs of VS Code while working on the same folder. This tutorial will teach you how to open multiple files from the same folder in different VS code window tabs.

Deploy a Static Website on AWS S3

bidemi's travel blog

A static website is a web page with unchanging contents. The website consists of fixed items and is accessible by end-users. Amazon Simple Storage Service (Amazon S3) is an object storage service that stores data as objects within buckets. An object is a file and any metadata that describes the file. A bucket is a container for those objects.
We can configure an Amazon S3 to function as a website. This article illustrates how to host a static website using Amazon S3 and speed up the delivery of content using AWS CloudFront.

Deploy a Sample Python App on Amazon Elastic Beanstalk

Elastic Beanstalk is a Platform as a Service (PaaS) that lets you quickly deploy and manage applications in the AWS Cloud without learning about the infrastructure that runs those apps. Elastic Beanstalk reduces management complexity without restricting choice or control. You simply upload your application, and Elastic Beanstalk automatically handles the details of capacity provisioning, load balancing, scaling, and application health monitoring.

HOW TO LAUNCH AN EC2 INSTANCE ON AWS

AWS Elastic Cloud Compute service (EC2) are virtual servers that run in the cloud. Instead of buying, owning, and maintaining physical data centers and servers, EC2 provides scalable computing capacity in the Amazon Web Services (AWS) Cloud.

GETTING STARTED WITH AWS

aws-logo

One of my goals for this year was to learn a different cloud platform asides from Microsoft Azure. Amazon Web Service (AWS) is the world’s largest cloud service provider, and it felt like the best choice. In this article, we will set up a new AWS account using the free tier and also configure a […]