Skip to content

Terraform

AWS IS CHEAP - Part1. Static Website Hosting

Looking to host your blog, personal site or startup bootstrap page affordably and efficiently? Dive into this blog post for quick, cost-effective, and automated solutions using AWS, Terraform code, and clear explanations to facilitate your website deployment. If you're familiar with AWS and Terraform, enjoy the code repositories. For beginners, a bit of technical skill or a willingness to learn is needed.

How to Manage Multiple Development Environments

Managing diverse projects or clients requires smoothly switching between their distinct development environments. One possible solution could involve creating individual user sessions for each project / client and switching between environments by logging out and logging in the other session. Another approach could be setting up dynamic development configuration files based on your folder structure.