Yadukrishnan
Scribblings of an introvert

Scribblings of an introvert

Follow
homenewsletter
Tag

Scala

#scala

More content

Read more stories on Hashnode


Articles with this tag

Diving into ZIO Test 'Aspects': Streamlining Cross-Cutting Concerns in Testing

Aug 20, 20237 min read

Empowering Your Testing Strategy: A Close Look at ZIO Test 'Aspects' for Effortless and Effective Handling of Cross-Cutting Concerns · 1....

Diving into ZIO Test 'Aspects': Streamlining Cross-Cutting Concerns in Testing

Mastering ScalaTest - Exploring Tagging, Retry, Runner and More

Jun 23, 20237 min read

Introduction ScalaTest is one of the most popular and oldest testing libraries in Scala. As a result, it is used by a huge majority of the Scala...

Mastering ScalaTest - Exploring Tagging, Retry, Runner and More

Unlocking the Power of SBT: A Beginner's Guide to Understanding Not-So-Common Features

Apr 28, 20237 min read

SBT: Unlocking its Power with Not-So-Common Features and Especially for Newbies · 1. Introduction SBT is the most popular and de-facto build tool for...

Unlocking the Power of SBT: A Beginner's Guide to Understanding Not-So-Common Features

Useful Automation Tools for Scala Development

Mar 19, 20237 min read

This article introduces popular and useful tools for Scala application development, such as GitHub Actions and Scalafmt, and provides installation and...

Useful Automation Tools for Scala Development

Comparing case class instances using DiffX

Mar 4, 20238 min read

Easy and configurable comparison of case classes for testing · Diffx is the ideal tool for comparing intricate data structures, even those with nested...

Comparing case class instances using DiffX

ULID - Sortable Unique Identifier

Jan 1, 20234 min read

Learn about ULIDs, a 128-bit identifier that's lexicographically sortable and making it an ideal alternative to UUIDs for order preserving unique...

ULID - Sortable Unique Identifier