ProgrammingShow all

Deep dive into Go Template

Templates are essentially static text files that are used to create …

Read More »

Scala enumeration unlike Java

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

Read More »

Scala Collection Framework

A Collections framework provides data structures for collecting one or mor…

Read More »

Scala Recursive var arg parameter Function

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

Read More »

Scala Functions

Functions are named, reusable expressions . They may be parameterized and …

Read More »

Scala Literals, Values, Variables, and Types

Literal A literal is data that appears directly in the source cod…

Read More »

Why Scala ?

Scala ( Scalable Language ) is a modern multi-paradigm programming…

Read More »