SCALA & SPARK for Managing & Analyzing BIG DATA In this blog, we’ll explore how to use Scala and Spark to manage and analyze Big
The Power of Scala in Data-Intensive Applications: Concluding the Series Originally posted January 2019 by Kinshuk Dutta After exploring Scala’s core functionalities, from basics to
Chapter 1: Introduction In our previous blog of this series we have established the fact that EBX can be deployed as a container. We deployed
Deep Learning Basics In deep learning, complex algorithms allow computer models to perform tasks directly from raw data, such as images, text, and sound. These
Getting Started with Machine Learning (ML) Machine learning projects typically follow a series of steps: data collection, data preprocessing, model selection, training, and evaluation. Here’s
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