How-To Guides

How to Use VSCode, WSL, and GitHub for Coding

Using visual studio code (vscode), windows subsystem for linux (wsl), and github together provides a powerful workflow for coding, particularly for cross-platform development. this guide will walk you through setting up your environment, working with repositories, running code, and managing changes.

Read more

How to create IAM Policy by using AWS CloudFormation

Managing permissions in aws is a critical but often repetitive task. aws cloudformation offers a solution by enabling you to define and automate iam policies as code. in this guide, you’ll learn how to use cloudformation to set up iam policies efficiently, ensuring security and scalability in your aws environment.

Read more