20 Jun
2013

Authentication error connecting to Git on TFS

Category:General PostTag: :

I’m throwing this out there since I couldn’t find much on this specific problem. #payingItForward Problem I struggled getting the git command line to authenticate with Git Team Foundation Service online. My current environment is Windows 8, msysgit, with the git-credential-winstore tool installed. (Love that credential tool) When I first tried to (push, fetch, or […]

Read More
3 Jun
2013

Jackson Data Binding Message Serialization

Category:UncategorizedTag: , :

So now that I have a custom game server connected to a message-based infrastructure, I need a way to send messages back and forth to other parts of the system.  Messages going to and from the custom game server are transmitted as JSON given that the format is easy to work with, supported in all […]

Read More