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

Long Term Project - Part 2 - Azure Boards Configuration

The work for my Long Term app development and hosting project needs an effective method of tracking the work. I’m a single person, so I want something simple and light weight. Having studied Agile and SCRUM, that’s where I’m leaning. Give me a Kanban board where I can track a backlog, Work in progress, and done items, and I’ll be happy.

Read More