AWS re:Invent 2018 - Day 4

4th Day at re:Invent with Ippon and 2nd keynote led by Dr. Werner Vogels…

Read More


Dec 03, 2018 2 min read

Raphael Brugier

AWS

AWS re:Invent 2018 - Day 3

Wednesday - Day 3 was the first big keynote with Andy Jassy - AWS CEO…

Read More


Nov 29, 2018 4 min read

Raphael Brugier

AWS

AWS re:Invent 2018 - Day 2

We are already on day 2 of AWS re:Invent and there are even more…

Read More


Nov 29, 2018 2 min read

Raphael Brugier

AWS

AWS re:Invent 2018 - Day 1

Hi everyone, AWS re:Invent is huge! And each day has a lot of new…

Read More


Nov 28, 2018 1 min read

Raphael Brugier

AWS

AWS Lambda Execution context in Java demystified

In a previous article [https://test-ippon.ghost.io/serverless-architectures/], we described how Serverless architectures enable…

Read More


Oct 18, 2018 5 min read

Raphael Brugier

AWS

Brace yourself, JHipster 5 is out!

JHipster 5 has just been released, and we thought it would be nice to write…

Read More


5 laws every developer should know

Laws - or principles - can give us guidance and teach us lessons from our…

Read More


Aug 17, 2017 6 min read

Raphael Brugier

Software Craftsmanship

MongoDB and Apache Spark - Getting started tutorial

MongoDB and Apache Spark are two popular Big Data technologies. In my previous post [https:…

Read More


May 03, 2017 6 min read

Raphael Brugier

Apache Spark

Introduction to the MongoDB connector for Apache Spark

MongoDB is one of the most popular NoSQL databases. Its unique capabilities to store document-oriented…

Read More


Mar 31, 2017 3 min read

Raphael Brugier

Apache Spark

Using Docker to simplify Cassandra development in JHipster

[https://raw.githubusercontent.com/ippontech/blog-usa/master/images/2016/06/logo-jhipster2x-1.png] JHipster is an…

Read More


Jun 27, 2016 4 min read

Raphael Brugier

Docker

SBT - simple build tool for Scala projects

SBT is the favorite build tool for Scala developers, it is used by the Play…

Read More


Jun 01, 2016 7 min read

Raphael Brugier

Scala

A tour of Databricks Community Edition: a hosted Spark service

With the recent announcement [https://databricks.com/blog/2016/02/17/introducing-databricks-community-edition-apache-spark-for-all.html] of the…

Read More


Apr 13, 2016 6 min read

Raphael Brugier

Apache Spark

Testing strategy for Spark Streaming - Part 2 of 2

In a previous post [https://test-ippon.ghost.io/testing-strategy-apache-spark-jobs/], we’ve seen why it’s…

Read More


Mar 30, 2016 6 min read

Raphael Brugier

Apache Spark

Testing strategy for Apache Spark jobs - Part 1 of 2

Like any other application, Apache Spark jobs deserve good testing practices and coverage. Indeed, the…

Read More


Mar 11, 2016 6 min read

Raphael Brugier

Apache Spark