Software Engineering

Including collections in Jekyll archives

1 minute read

Recently, I decided to upload all my recipes onto my blog, as a convenient way to share them, any modifications I made, and the original source. It also allo...

Bringing Rust to C#: Oxide and Oxide.Http

2 minute read

Rust is a language I’ve admired for a long time now, from a slight distance. I’ve read about the borrow checker, perused the standard crates, and read up on ...

Writing Hubot scripts using ES6+

2 minute read

Since I discovered it shortly after moving into the world of Hipchat (and later Slack) from the world of IRC, Hubot has been one of my favorite tools to make...

Combining EF6 with ASP.NET 5

2 minute read

For some upcoming work my team is doing, we wanted to use Entity Framework as our base DAL (with a micro-mapper like Dapper overlaid on top) and ASP.NET 5 as...