OPI Blog
Learn from experts in their fields

Browsing Tags: controllers

Designing Kubernetes Controllers
There has been some excellent online discussion lately around Kubernetes controllers, highlighted by an excellent Speakerdeck presentation assembled by Tim Hockin. What I’d like to do in this post is explore some of the implications ...
Unit Testing Controllers in Grails 1.3.7
One benefit of Grails is its robust and versatile controller logic.  It can render responses in a multitude of formats, validate input, and handle a lot of processing behind the scenes.  This is all great and ...