Deploy SQL Server on Amazon RDS: A Step-by-Step GuideAn advantage of the cloud is that it provides options to run your workloads in various ways, from running applications on virtual machines to deploying highly available microservices. Amazon Web Services (AWS) is the leading cloud computing provider ...Feb 6, 2023·7 min read
Use Multi Window Tabs in Visual Studio CodeVisual Studio Code (or VS code) is a cross-platform editor for developers and non-developers. It has multi-language feature support and an expanding extension market for added functionalities. You can learn more about it here. I discovered a cool fea...Sep 7, 2022·2 min read
Deploy a Static Website on AWS S3A static website is a web page with unchanging contents. The website consists of fixed items and is accessible to end-users. Amazon Simple Storage Service (Amazon S3) is an object storage service that stores data as objects within buckets. An object ...Jul 10, 2022·4 min read
Setup AWS CLI locally on UbuntuWhen starting with the cloud, the management console is the first stop to provision, update and manage resources. However, the management console is not the only way to interact with AWS services. Besides the graphical user interface (GUI), you can a...Jun 20, 2022·4 min read
How to Launch An EC2 Instance on AWSThe cloud provides on-demand delivery of computing services over the internet. You can access technology services, such as computing power, storage, and databases, on an as-needed basis from a cloud provider like Amazon Web Services (AWS). What is an...Jun 6, 2022·2 min read