As a person with drive and passion for what I do. I believe that you should always seek knowledge and push yourself to grow. I began learning software development at Michigan State University, and I've worked professionally as a Software Engineer for 10 years. Why I like coding is simple, it allows me to use almost every natural mental talent I have to produce something that others can use.
Terraform module composition to deploy infrastructure for hosing a web application in AWS.
category: infrastructure architect
This tool requires you to know a good deal about Continuous Integration and Continuous Deployment and familiarity with CircleCI and GitHub Actions for releasing software. It integrates with your CI/CD pipelines to automate updating the CHANGELOG and releasing on GitHub using Conventional Commits.
category: software development
This script downloads a tar of VS Code Server/CLI, then extracts it to a location expected by tunnels made by VS Code clients.
The intention of this script is to pre-install the VS Code binary during container image build. This helps ensure, in certain scenarios, that the binary is there when internet is not; while still allowing your VS Code client to tunnel to the container.
category: software development