OPI Blog
Learn from experts in their fields

Browsing Tags: functional

A Guide To Learning Angular 2
This article presents a list of various resources that I found particularly helpful with learning Angular 2. If you’re starting to learn Angular 2 yourself, you can view this article as a guide to help direct ...
Feb 8, 2013
Grails testing – mocking 3rd-party services
When working with external services in a Grails project, say a service that uploads files to Amazon S3 or verifies bank account information, you’ll likely want to avoid accessing these services in standard integration and ...