Introduction: A Decade of Big Data Blogging When I began writing about Big Data in 2013, it was an exciting new frontier in data management
Introduction: Enhancing Trino Performance In our journey with Trino, we’ve explored its setup, integrated it with multiple data sources, added real-time data, and expanded to
Introduction: Scaling Data with Cloud Storage In the previous blogs, we explored building a sample project locally, optimizing queries, and adding real-time data streaming. Now,
Introduction: Building on the Basics In our last blog, we set up a local Trino project for a sample use case—Unified Sales Analytics—allowing us to
Why a Trino Series Instead of Presto? If you followed the initial post in this series, you may recall we discussed the history of Presto
Introduction: My Journey into Presto My interest in Presto was sparked in early 2021 after an enriching conversation with Brian Luisi, PreSales Manager at Starburst.
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
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