Wani Geoffreywandev.hashnode.dev·Mar 14, 20237 Best Practices in Software DevelopmentIntroduction: Software development is a complex process that requires attention to detail, collaboration, and best practices to ensure that the final product is high-quality and meets the needs of the end users. In this article, we'll discuss the sev...software development
Darwin Sanoymissionimpossiblecode.io·Apr 8, 2021Building a Best Practice CloudFormation Custom Resource PatternI was looking to add the ability for users of a CloudFormation template to be able to specify networking, but without overcomplicating the existing parameter set or the required information gathering. Meeting the requirement ended up being the gatewa...989 readsMission Impossible CodeInfrastructure as code
Darwin Sanoymissionimpossiblecode.io·May 23, 2020Mission Impossible Code - Compact, Idempotent, DevOps Oriented, Multi-Distro Package Installer Script for Linux and MacEveryone loves Linux for its ability to stick to fundamentals and common platform expectations. Except those of us who do a lot of deployment automation. Why? Two main reasons: In a world of stripped back distros (think containers), even fundamental ...222 readsMission Impossible CodeMission Impossible Code
Darwin Sanoymissionimpossiblecode.io·Jul 23, 2019Mission Impossible Code Part 2: Extreme Multilingual IaC (via Preflight TCP Connect Testing a List of Endpoints in Both Bash and PowerShell)It is not possible for me to count the number of times this code has saved me support calls because I never get those calls ;) A huge part of my work is to build DevOps IaC automation code as tools in a company that runs around 50% Windows and %50% L...173 readsMission Impossible Code
Darwin Sanoymissionimpossiblecode.io·Jun 19, 2019CloudFormation Stack AttackI’ve been studying for the AWS Certified DevOps Engineer exam and CloudFormation is a big topic. Understanding the more complex ways to configure interrelated stacks is a must know for this exam. I like to learn by doing and I started to wonder if I ...104 readscloudformation