Recent Posts

Making a GET Request in C# using HttpClient

1 minute read

With my new job at New Orbit I am moving towards full stack web development in ASP.NET and AngularJS. The first issue I encountered was how to make a GET req...

Parsing YAML in GO

2 minute read

Go supports JSON via its standard libraries. However, it does not support YAML - which is interesting when you think about it. YAML is after all just JSON wr...