Hadoop: Is it our future, or does it belong to the past?

As business needs and market trends change, Hadoop and cloud data platforms will evolve together. Will Hadoop remain a data solution companies rely on?

#cloud #Data #hadoop #programming

Exploring Scala CLI – the new scala runner

#programming #Scala

Introduction to Bazel for Scala developers

#bazel #programming #Scala

Transaction handling using an annotation processor

This is the second article in the “Build your own framework” series. Learn how to use an annotation processor in transactional handling.

#annotation processor #Framework #java #programming #transaction handling

Automatic parallelisation of for-comprehensions in Scala 3

#for-comprehensions #functional programming #parallelisation #programming #Scala #Scala 3

Why sprint estimation has broken Agile

#agile #productivity #programming #sprint estimation #story points estimation

Build your own framework using an annotation processor

A step-by-step guide for Java developers on how to build a framework using an annotation processor. This is part one of the series.

#annotation processor #Dependency Injection #Framework #java #programming

How to be a part of Scala’s Open Community Build

#Open Community Build #programming #Scala #Scala 3

Pros and Cons of Cloud IDE: We gave it a try. Here’s how it went.

#Cloud IDE #programming #Tech tools

Option — the null of our times

Things I would have told my younger-self about using Option in Scala

#Nullpointerexception #programming #Scala #tech