COVID-19 comes to World Community Grid
IBM has announced a new World Community Grid Project for COVID-19. Now is the time to help scientists around the world on this pandemic.
Angular Material Grid Layout Responsive
Angular Material is a powerful extension onto Angular for UI design. I personally fell in love with it before I ever used it. When I started using it I knew…
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…