JavaShow all

Transition from Java Developer to a Software Developer

Over the last 11 years, I have enjoyed and built-up my exper…

Read More »

Deep dive into Singleton Design Pattern

The Singleton pattern is used for controlling the number of instances of a…

Read More »

Java Enum Secrets

Enum , Enum Types or Enumeration are special data types in JAVA, …

Read More »

Immutable Design Pattern

An immutable class is simply a class whose instances cannot be modified . A…

Read More »

Java Util Date in the Slick table

While building application using Scala , Slick . We wanted to use j…

Read More »

Scala enumeration unlike Java

While working on one of my Scala project, I came across a requirement to cr…

Read More »

Scala Recursive var arg parameter Function

A function parameter that can match zero or more arguments from the caller…

Read More »