-
👁 Image
Simulating & troubleshooting StackOverflowError in Scala
In this series of simulating and troubleshooting performance problems in Scala, let’s discuss how to simulate StackOverflowError. StackOverflowError is a…
Read More » -
👁 Image
Scala Main class
Adding a main class is Scala is something that I always end up searching so next time it shall be…
Read More » -
👁 Image
Run you first gatling load test using scala
Gatling is a neat tool. You can create your load tests by just coding in scala. Jmeter allows you to…
Read More » -
👁 Image
Scala Tuple performance
Tuple is very powerful construct in programming language, it allows to create sequence of finite elements. Elements in tuple can…
Read More » -
👁 Image
Creating a YARN Application using Scala
I have been recently playing with Apache Amaterasu, which is an amazing project that helps to deploy data pipelines. It’s…
Read More » -
👁 Image
Scala Syntax: 7 points
A few years back I dipped into some Scala as a hobby language. But, one aspect I found challenging was just…
Read More » -
👁 Image
Dockerize your Scala application
Dockerizing a Scala application is pretty easy. The first concern is creating a fat jar. Now we all come from…
Read More » -
👁 Image
10 reasons to Learn Scala Programming Language
One of the questions my reader often ask me is, shall I learn Scala? Does Scala has better future than…
Read More » -
👁 Image
Run code on startup with Play and Scala
Depending on various projects, sometimes there is the need to execute some actions on initialization just before our application starts…
Read More »
