top of page
Search


A Recap of Scala Matters Meet-ups in 2024
Celebrating the Scala Community: A Recap of 2024’s Scala Matters Meetup In October 2024, Scala Matters, powered by UMATR, partnered with...
Jan 284 min read


Declaring Implicits
By Vivek Ragunathan   While implicits are easy to use, declaring them properly requires careful consideration. Because there are a few...
Jan 77 min read


Least Cost Branch and Bound with Scala
By Michal Lacko In this article I would like to introduce you to an algorithm I learned some time ago. While it blew my mind I used it...
Aug 12, 20246 min read


Scala Is Not Going Anywhere
by Nilesh Kowadkar Data engineering has become a crucial component of modern data architectures, and Scala has emerged as a leading...
Jun 10, 20242 min read


Capture Checking in Scala 3.4
Written by Mark Hammons Several new features have been introduced in Scala 3, but not all of them have been completed yet. If one peeks...
Mar 26, 20245 min read


A False End
Written by Mark Hammons In the last post, a type class named TypeRelation was added to the implementation of platform-dependent types,...
Mar 19, 202413 min read
bottom of page