Queues in Go

As a follow-up to my previous post on Stacks in Go, I am going to walk through my learning of Queues. I now have a bit more confidence with Go and pretty comfortable creating functions and Structs to interact with. I also enjoying using only the Standard library to solve problems, since it is extremely limited comparared to my first...

Adding SEO to your Middleman Site

Middleman is a static site generator built in Ruby. This site is actually built using Middleman.

Very recently I started working on a project at work that required me to consider SEO on the project. I have never considered how any project I have worked up to this point will be crawled on Google until this project...