Count the number of Carry Operations
This is a simple challenge I’ve seen recently. I’ve looked around the web and found that I didn’t care for the Java implementations, so put my mind to work and…
Angular Environment
Building a website for today and tomorrow begins with Angular. Yes I am a proponent of Angular over many other client frameworks. Let’s look over the goals of this post…
Certificate Authority creating your own!
Ready to create your own self signed certificates? First step is to crate a Certificate Authority. It’s easy if you follow the correct steps. We’ll break this down into different…
Dividing Game Interview Coding Sample
I was recently given the challenge to write an solution for the Dividing Game. The objective Player 1 and Player 2 each choose a number. The solution should output the…
Docker Networking 101
Docker by default has three networks with it, that containers may use on the host. I will try my best to explain them, and how to use them. Bridge The…
Docker Basics 101
Building Docker Image Once you create your Dockerfile for your image, you need to build it. You do that by running the following command from the directory that contains the…
IBM Connect 2016 – Zero to Clustered Sametime Deployment During Your Happy Hour
IBM Urban Code Deploy solution to installed a Sametime in a clustered environment automatically. Reducing deployment time from months to hours. Learn how you can benefit from this technology to…