Posts in 2020
Reach Engine + Media2Cloud (AWS: This is my architecture)
Wednesday, December 30, 2020 in Blog
This fall I had the opportunity to shoot an episode of AWS’s This is my architecture where I got to talk about how Reach Engine integrates with Media2Cloud. Checkout the episode in the link below.
Configure Amazon Inspector using Cloudformation
Sunday, August 30, 2020 in Blog
What is Amazon Inspector? Amazon Inspector is an AWS service which analyzes EC2 instances for known vulnerabilities and other issues. There are 4 predefined rule packages, my template opts to use all of them: Common Vulnerabilities and Exposures …
Posts in 2018
Visual Studio Code Tips and Tricks
Monday, March 05, 2018 in Blog
Visual Studio Code is a powerful and extensible IDE. It is the only IDE I use, here are a few tips to help optimize your VS Code experience. Debugging One of the best things about VS Code is that with the help of a few extensions it can debug almost …
Posts in 2017
Useful Docker Commands/Tips
Tuesday, July 18, 2017 in Blog
TL:DR Skip to the bottom, copy and paste snippet into your .bash_profile. Here are a handful of tips and commands I have compiled from my time working with docker. Tips Targeting Containers, Images, etc When interacting with the docker api (via the …
How to easily check the version of a globally installed npm package
Friday, March 17, 2017 in Blog
Why When opening an issue on github, it is important to provide all the relevant information to your bug, one of those things being the version of the package you are having trouble with. We wanted to provide users of the swellaby yeoman generator an …
How to easily configure a Route53 domain for use with Office 365
Wednesday, March 01, 2017 in Blog
As an avid user of both O365 and Route53, I am frequently configuring new domains on O365. I quickly got frustrated with the experience so I whipped up a little script to make my life easier. To make the the lives of others easier, I recently wrapped …
Posts in 2016
Building a Chatbot using the Microsoft Bot Framework
Monday, December 26, 2016 in Blog
Intro Most younger people (myself included) don’’t like to talk to companies on the phone and will do almost anything to avoid going somewhere in person to resolve an issue. The first place I will go to try and accomplish something would …
The all-in-one ALM Solution
Saturday, December 17, 2016 in Blog
The Problem Many large enterprises still insist on running their Application Lifecycle Management (ALM) tools in house, they pour a ton of resources into what often ends up being a large suite of a mismanaged tools that loosely integrate with each …