My team is in the process of refactoring a large application that we want to deploy to our production environment soon. I've just been assigned as lead developer to this project, since the prior lead got another job in a different state, and I've been digging through the code to see where I can improve its performance (this is something the principle users have relayed to me was already an issue).
I was told this project had already implemented...
Wednesday, January 31, 2018
January 31, 2018
If you follow my blog, you may also know that I’ve blogged a bit about Hypermedia. Because I’m a fan, I’ve decided to start creating an custom ASP.NET Core Output Formatter to handle the Siren hypermedia specification(application/vnd.siren+json).
All the code samples in this blog post are pulled from a sample application of the game...