Total 7 Posts

Scala

Data Hackathon Recap

Is the Holiday Spirit Contagious? During Ippon's first Data Hackathon in December 2020,…

Read More


Feb 12, 2021 3 min read

Ramya Shetty

Data

Scala For the Arrogant: Putting It Into Practice

Examining a code refactoring In my first post on Scala for the Arrogant [https://test-ippon.…

Read More


Sep 10, 2018 20 min read

Randeep Walia

Scala

Kafka tutorial #8 - Spark Structured Streaming

This is the post number 8 in this series where we go through the basics…

Read More


Aug 15, 2018 7 min read

Alexis Seigneurin

Apache Kafka

Scala For the Arrogant

What does it take to learn to Scala? To put it another way, what does…

Read More


Jun 11, 2018 9 min read

Randeep Walia

Scala

Streaming With Scala: The Nuance of Real-Time Twitter Data

At Ippon Technologies USA, we're lucky enough to have "Coding Dojos"…

Read More


Mar 08, 2017 3 min read

Justin Risch

LifeAtIppon

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

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