This was initially created for a talk at Michigan TypeScript Developers. The repository is roughly organized around TypeScript settings, with subfolders for possible values for those settings and ...
An e-module is an online learning environment, where you can do a variety of learning activities. For instance, watching knowledge clips, doing assignments (potentially in groups), discussing course ...
Terraform workspaces allow you to manage multiple environments (e.g. dev, staging, prod) within the same codebase. Steps to Create an EC2 Instance Using Workspaces: terraform workspace select dev ...