Brett Tucker
  • Home
  • Android Paging Library
  • Twirp & Android
  • Resilience4j
  • Markdown with Markwon
Sign in Subscribe
Brett Tucker

Brett Tucker

Utah
https://www.linkedin.com/in/bltucker/

An intro to Java8 lambdas and streams

In this post we are going to walk through a brief introduction to Lambdas and streams in Java8. Let's begin by transforming an anonymous inner class into a lambda expression and finally a method reference. class Example { public void example(){ Runnable myRunnable = new Runnable() { @Override public void run(
31 Mar 2017 5 min read

Creating a restful web service with SparkJava, Dagger2 and Gradle

In this post we are going to learn how to create a restful web service using SparkJava, Dagger2, and Gradle. If you're an android developer like I am then you probably recognize Dagger2 and Gradle, but let's go over what each of these pieces of technology
28 Feb 2017 12 min read
Getting Started

Easy service load balancing with docker-compose

In this blog post I am going to walk through how you can easily setup a load balanced web service using docker-compose. Our web service will have a single end point that returns a message. We will write the web service using Spark to keep things as simple as possible.
15 Feb 2017 5 min read
← Newer Posts Page 2 of 2
Brett Tucker © 2025
Powered by Ghost