Cloud9 Revisited

It’s been said that a craftsman is only as good as their tools. For developers, DevOps engineers, and SREs the most relied upon tool is the IDE. An IDE, or Integrated Development Environment , is an editor where code is written and sometimes executed. IDEs often include syntax checkers, testing and debugging features, and maybe even code formatting capabilities. Sometimes a specific programming language will ship with an IDE. This was the case back in the day with languages such as GW Basic, Borland’s Turbo Pascal, and Microsoft’s Visual Basic. AWS’s Cloud9 is an editor I thought I’d look into a little closer.

Read More

How To - Install the CFN-LINT CloudFormation Extension for Microsoft Visual Studio Code

The Cfn-Linter extension for the Microsoft Visual Studio Code (hereafter referred to as vscode) editor can be a major help to anyone asked to write AWS ClouidFormation Templates. Using a linter may be new to some. Linters are like Grammarly for your code. A good linter will alert you to mistakes before you attempt to compile or otherwise execute your code. Cfn-lint is like Grammarly for CloudFormation. This blog posts describes that install process.

Read More

Long Term Project - Part 3- Adding Work Items to Azure Boards

This is Part 3 of a multi-part series. This article will dig deeper into adding tasks such as Product Backlog Items to the board. I’ll also describe a little more my approach to Scrum as I’m both the customer and the developer. In Scrum terms, I’m both the Product Owner and the Scrum Team.

Read More