Debugging Webflux with IntelliJ

By default, it very difficult to read reactor stack traces. Make your life easier with this little tip!

December 20, 2019 · 1 min · Geoffroy Warin

What I Did Wrong as a CTO

I spent one year as a CTO for a startup. Here are some technical decisions I came to regret and those that I would make again in my next project

February 25, 2018 · 12 min · Geoffroy Warin

Consuming APIs with Redux, the Shasta way

Connecting your REST API to Redux used to be hard… But that was before Shasta!

April 12, 2016 · 7 min · Geoffroy Warin

React freshness

We’ve heard a lot about Javascript fatigue but what if I showed you two simple ways to get started with React without a single line of configuration? Refresh!

February 18, 2016 · 4 min · Geoffroy Warin

Social login with Spring

Log-in with your social account in your Spring application

February 12, 2016 · 7 min · Geoffroy Warin

Correctly handle JSR-310 (java 8) dates with Jackson

The DateTime API in Java 8 is awesome but default Jackson serialization is not. Let’s fix that!

February 2, 2016 · 2 min · Geoffroy Warin

A simple chat with Spring Boot and RethinkDB

RethinkDB is a great database engine allowing you to receive live updates on your data. Let’s create a Spring Boot App and give it a try!

January 28, 2016 · 6 min · Geoffroy Warin

Test your Java application with Groovy

You can write better tests for your Java application with Spock, Groovy and very little configuration

January 20, 2016 · 5 min · Geoffroy Warin

Build a Docker image of your Spring Boot app

With Gradle, you can create a Docker image of your Spring Boot application and ship it instead of shipping a jar

January 12, 2016 · 4 min · Geoffroy Warin

Spring boot logs in Elastic Search with fluentd

Redirect your Spring boot logs to Elastic Search with a simple logback appender

January 11, 2016 · 3 min · Geoffroy Warin