Archive for January 2017
Emulating Just About Any RESTful JSON API
Emulating Just About Any RESTful JSON API My conclusion is that you should write an emulator for any service you are developing against. Not just that but release an emulator for any RESTful APIs you are developing for others so they can trivially test their client code. Having done the emulation dance for at least […]
Read Full Post | Make a Comment ( Comments Off on Emulating Just About Any RESTful JSON API )GitHub Secrets
GitHub Secrets Over the years we’ve added quite a bit of stuff to GitHub. Sometimes we ship huge features, sometimes we ship small, lesser-known bonus features. Let’s talk about some of those secret features you may not know about. See also: Checking out pull requests locally
Read Full Post | Make a Comment ( Comments Off on GitHub Secrets )How to write an object oriented program that doesn’t suck
How to write an object oriented program that doesn’t suck Most of our codes [sic] are not perfect in many ways and it will take ages to list all the possible flaws. However, I will list some of the most common and frequent mistakes and give some suggestions to fix them.
Read Full Post | Make a Comment ( Comments Off on How to write an object oriented program that doesn’t suck )Applications with Mojolicious
Applications with Mojolicious This is the first post of a series on the Mojolicous web framework originating from my experiences at ISP, Fachbereich Informatik of the Technische Universität Darmstadt. Step by step, we will create a simple blogging platform using Mojolicious. Only 7/12 parts completed
Read Full Post | Make a Comment ( Comments Off on Applications with Mojolicious )