Spring Integration Testing with Spock Mocks
April 18th, 2017
How to inject Spock mocks into the Spring Context during integration tests.
How to inject Spock mocks into the Spring Context during integration tests.
Pre-compiling your Angular code can significantly reduce bundle size and improve performance. In this article we will review an example app to see it in action.
EDIT: Headless Chrome is shipping in Chrome 59 so the need to use the full Canary path will eventually go away. You can check your Chrome version in the menu under Help > About Google Chrome. This walkthrough shows you how to get headless Chrome up…
You’ve almost certainly seen the lint error before “Nested weights are bad for performance.” How bad are they, though? My plan is to create a sample application with a nested view hierarchy using Linear Layouts and compare it to the same layout using…
Cordova and React Native are JavaScript based frameworks for building cross-platform mobile apps. They differ greatly in their approach, with Cordova being embedded web view centric, and React Native being native centric. React Native is just one of…
Apache Camel closes the JPA session after a step on the route. This has ideas on how to fix it.
Spark Job Server for Persistent Contexts and Low Latency Jobs
Add the Universal Windows Platform to your existing React Native app, using a Windows 10 VM in VirtualBox, and the React Native Windows plugin
Managing Rancher container platform with Terraform
Start developing Universal Windows apps with React Native, using a Windows 10 VM in VirtualBox, with the React Native Windows plugin
Synchronizing Rest Service Schemas
Validate generated HTML content in your continuous integration (CI) pipeline using Gradle.
Describes how to take advantage of Webpack hot module replacement (HMR) in an Angular 2 app, with Redux.
Exploring the differences between the Express.js and Hapi.js Node frameworks, considering strengths and weaknesses of each.
Thanks to all that showed up last night to spread a little holiday cheer, and to donate and support a great MN charity, One Warm Coat. As always, Gastrotruck did a wonderful job supplying the unique cuisine. And of course an Object Partners office…
Apache Cassandra, a scalable and high-availability platform, is a good choice for high volume event management applications, such as large deployments of sensors. Applications include telematics data for large fleets, smart meter telemetry in…
With the explosion of IoT devices across the world, handling communication with those devices in a secure, scalable and globally distributed manner is becoming increasingly important. Protocols such as MQTT offer a means for communicating with these…
Adding Logging and Swagger to a Hapi Node Server
Simplifying Distributed Systems Using Apache Kafka
Object Partners is pleased to announce our inclusion as a launch partner of the Rancher Partner Network . Rancher Labs is the company behind both the container based operating system, RancherOS , and the open source container platform service…
Implementing a Google DataFlow Pipeline
An example Java 8 Spark application describes exactly once processing and analysis of a Kafka topic serving a (simulated) real time 911 call data stream.
Intro to creating a node server using Hapi instead of express. We will then look at validation use the Joi library.
Using Flyway for database migrations in Ratpack apps