How to setup Django Development Environment
Hello Readers!!! In this blog, we will see how to setup django development environment. But, at first we will see […]
Hello Readers!!! In this blog, we will see how to setup django development environment. But, at first we will see […]
In the context of functional programming, the terms “effects” and “effectful” are largely used. However, it is difficult to find
Introduction Scala has a rich set of collection library. Collections are containers of things. Those containers can be sequenced, linear
Hey readers, today we’ll be looking into how we can use Terratest with Packer to test infrastructure code. So Terratest
A Scala Future is a place holder (an imaginary waiting box) which hold a value that may become available at
Introduction Increasingly businesses are moving towards team building activities with remote workers scattered all over the globe. It is important
What is Apache Kafka? Apache Kafka is a distributed commit log for fast, fault-tolerant communication between producers and consumers using
What is Currying? Currying simply means converting a function taking more than one parameter can be into a series of
Today we will look into Scala File IO operations. So let’s start with the basic definition. File Handling is a way
Today, most real-time software are built as a reactive system. However, they have evolved over time. A few years back,
In this blog post, we will discuss about SOLID principles in Scala which are the 5 most recommended design principles.
What is Akka-Http? Akka-Http is a library for providing HTTP based services. We use it for building REST APIs(Low level