Case classes in Scala
Overview In this blog post we will look at what are case classes in Scala and how this feature supports […]
Overview In this blog post we will look at what are case classes in Scala and how this feature supports […]
The reduce() method is a HOF that takes all the elements in a collection (Array, List, etc) and combines them using
One of the most welcome changes in Java 8 was the introduction of lambda expression. These allow us to forego anonymous
We heard a lot about Agile methodology that agile is good for fast process deliverables, valuable products, and many more
java.util.function package provides a set of re-usable common functional interfaces ( and their corresponding lambda) definitions which can be used by
In this blog I am going to explain how simply we can configuring AWS EC2 Instance Using Vagrant.Before going forward
Hello Readers, In this blog, we’ll learn about Consul Service Mesh and why Consul Connect and how it works, and
Have you guys heard about Google Hacking? Does this sound exciting to you? So let’s just deep dive into Google
Rsnapshot is an open source backup utility based on rsync which we are going to discuss in today’s blog It
Kong is an open source API Gateway and microservice management layer based on Nginx and the lua-nginx-module. It has two versions:
Hello Readers! In this blog let’s see How to Deploy AWS CloudTrail with S3 Bucket. Firstly let’s see in short
Hello Readers! In this we will see how to launch an EC2 instance from the command line using AWS CLI.