Preparing Raspberry Pi Raspberry Pi 3B+ or Raspberry Pi 4 (4 or 8 GB model). I have used 3B+ Kinshuk Dutta New York
Error Handling and Fault Tolerance in Scala: Utilizing Try, Either, and Option Originally posted December 12, 2018 by Kinshuk Dutta Welcome back to the Scala
Concurrency and Parallelism in Scala: Mastering Futures and Promises Originally posted December 5, 2018 by Kinshuk Dutta Welcome back to our Scala series! Now that
Originally posted November 15, 2018 by Kinshuk Dutta In this blog, we’ll explore the powerful concepts of type classes and implicits in Scala. Type classes
Concurrency in Scala: Mastering Futures, Promises, and Asynchronous Programming Originally posted October 24, 2018 by Kinshuk Dutta In this installment, we’re diving into concurrency in
Advanced Functional Programming in Scala: Pattern Matching, Case Classes, and Options Originally posted October 17, 2018 by Kinshuk Dutta In this blog, we’ll dive into
Functional Programming in Scala: Higher-Order Functions, Immutability, and Pure Functions Originally posted October 10, 2018 by Kinshuk Dutta Table of Contents Introduction to Functional Programming
Simple Problem Statement Managing the following Master Data domains: PARTY Domain Patients Health care providers (HCP) Doctors (which is a subset of HCP) LOCATION Domain
Originally posted October 2, 2018 by Kinshuk Dutta Table of Contents What is Scala? Comparison Between Scala and Java Installing Scala on macOS Setting Up
Kafka at Scale: Advanced Security, Multi-Cluster Architectures, and Serverless Deployments Originally posted 2018-04-05 by Kinshuk Dutta (Final installment of the Kafka series) In previous blogs,