Plotting the most referenced Refactorings with Node.js, PDF.js, and Chart.js
Refactoring (2nd Edition) by Martin Fowler is one the best programming books I have read. Full stop. I have utilized this book to train and coach developers ...
Refactoring (2nd Edition) by Martin Fowler is one the best programming books I have read. Full stop. I have utilized this book to train and coach developers ...
When I first started managing, I had no idea what meetings I was supposed to conduct with my staff to help them grow. In part because I was at a smaller org...
When provisioning and decommissioning Amazon servers in the cloud, we can use the console or we can use code. We’re programmers, right? Well let’s follow Dev...
In order to launch an Amazon EC2 instance, we need both the AMI to use and the subnet we want to launch the instance into. In this article we will use Node.j...
In order to launch an Amazon EC2 instance, we need both the ImageId from the AMI we want to use and the SubnetId to launch the instance into.
In order to launch an Amazon EC2 instance, we need the AMI to use. This can be done in a myriad of ways, including the command line and AWS GUI Console. In t...
I am in the process of reading Refactoring by Martin Fowler and have recently finished the first 100 pages. What is so special about the first 100 pages? We...
One of the most important goals as leader is to create a culture of feedback. Fostering an environment of healthy debate and discussion, where constructive f...
What can you do early in your career to strengthen your leadership abilities? I was recently asked this very question by a CS student from my alma mater. Ch...
Time to level up our Array game! With the advent of ES6, JavaScript Arrays have added new functionality that will enhance our programs and streamline the wa...