Unit Testing Camel Routes with Spock
August 22nd, 2017
Unit testing Camel Routes with the Spock testing framework in a Spring Boot application.
Unit testing Camel Routes with the Spock testing framework in a Spring Boot application.
How to test Vagrant provisioning in CI using the Docker provisioner.
Angular, React, or Vue JS: Which one is for me?
Gatsby is an incredible static site generator that renders to static HTML from React content. In this tutorial, well build a sample blog powered by Gatsby
Learn the basic components of an Amazon Alexa skill, starting with the vocal interface design and progressing through the software development life cycle.
Introduction Android O is coming. Right now in June, we’re in Release Preview 3 with an expected final release date of Q3. My guess for the dessert name is Oreo, but I haven’t been right on a single one so far. Android O feels more like a minor…
Implement a GraphQL Endpoint in a Groovy App
I looked at the release notes for Spring Boot 2.0.0.M1 not expecting a lot of exciting changes but was surprised by some compelling things. There is the usual “deprecated classes are removed” and “Dependency X is upgraded” but there are some more…
Spending time and effort to design and build user-friendly APIs is no longer a “nice to have”. APIs should be embraced as a product in their own right.
Database migration in the Java-world with Flyway
MariaDB4j is an embedded Java wrapper for spinning up a MariaDB instance for local development or continuous integration testing purposes.
With the arrival of ABAC, companies are considering the switch from RBAC. Is this the right call or can RBAC still be relied on as a security solution?
Real Time Data with RethinkDB and CouchDB/PouchDB
Get up and going with the simple, centralized state management lib called Vuex.
A glimpse into the pulse of tech development across Object Partners
Moving from a traditional monolithic application to a microservice platform provides many challenges for organizations.
Use the Android GeofencingAPI to create concentric geofences around a destination and get alerts as the device approaches.
Describes how to use a Gradle plugin to over come the ECR temporary token for CI builds.
How to use Gradle with an existing Ant project and be able to use Gradles plugins afterwards.
A review of my experience at DockerCon17. Things I learned, big take aways.
In Part III of the series we explore how to tackle variable-length arrays, even if those arrays appear in nested objects within a components state.
In this post we explain how to use lodash to access nested object properties on a components state object so they can be bound to JSX form elements.
Part I of a series on two-way data binding in ReactJS. Describes how to take advantage of JSX dynamic attributes to implement rudimentary data binding.
A recent Android application I worked on required storing the latitude and longitude of a user’s location. I was asked to convert that latitude and longitude into a user-readable address. I could have written the code in Java, which would convert…