Developers Tool

Infrastructure as code
Principles Deploy infrastructure the same way software is deployed. Reusability is desired, but simplicity is priority: It’s ok to duplicate code to avoid...
Mon, 10 Jan, 2022 at 3:03 PM
Containers
Principles Containers are used to keep consistency between environments (including local) and reuse tools during deplyoments. A container should always ca...
Mon, 10 Jan, 2022 at 3:07 PM
Makefiles and the 3musketeers pattern
Principles Makefile is used as a common descriptor for building, deploying, testing and other operations to be performed. By looking at the Makefile, the ...
Mon, 10 Jan, 2022 at 3:08 PM
Automating .NET Framework deployments with AWS CodePipeline to Elastic Beanstalk
Set Up Continuous Integration (CI) and Continuous Deployments (CD) with GitHub + CodePipeline + CodeBuild (Cross-region) + Elastic Beanstalk. Intro Whe...
Thu, 16 Jun, 2022 at 4:31 PM
Git Patterns
Branch Pattern: Master Develop feature/trello_card_id bugfix/trello_card_id hotfix/trello_card_id Eg.: bugfix/PJE92z9l Premises: For e...
Mon, 20 Jun, 2022 at 11:36 AM
Gitlab Mirror Changes
Gitlab GitLab (https://gitlab.com) is a complete open source DevOps platform, delivered as a single application being used by more than 100,000 organizatio...
Mon, 20 Jun, 2022 at 12:27 PM
Prepare a Windows machine for software engineering using chocolatey
Chocolatey is an open-source project that provides developers and admins alike a better way to manage Windows software. So what this script does is inst...
Tue, 21 Jun, 2022 at 1:42 PM
Create AWS CodeStar connection
The aim of this tutorial is to show how to create an AWS Codestar connection between the repository (GitHub or Bitbucket) to AWS CodePipeline. Creating a c...
Tue, 21 Jun, 2022 at 3:58 PM