30.10.2023 / By 

Scalendar November 2023

Event-driven Newsletter Are you ready for a tech-filled November? We’re too! We’re here to keep you informed about the upcoming events, including the Scala conferences in November 2023, as well as exciting happenings in Go, Frontend development, and Software Architecture. In this article, we’ll give you a sneak peek of the upcoming events and why […]

09.10.2023 / By 

Scalendar October 2023

Event-driven Newsletter In the ever-evolving landscape of software development, staying updated with the latest trends, tools, and technologies is paramount. Are you interested in the Scala Conferences in October 2023? Or perhaps you’re also curious about what’s happening in the world of Frontend, Software Architecture, and the Go programming language? With Scalendar, you’ll have access […]

15.09.2023 / By 

Partners in Code: Scalac's Approach to Scala Outsourcing

Think of Scala development as the art of gourmet cooking. While many can whip up a decent meal, crafting a Michelin-star-worthy dish demands expertise, precision, and passion. Similarly, while a host of developers might dabble in Scala, achieving true mastery requires a depth of experience and understanding. This is where the magic of scala outsourcing […]

07.09.2023 / By 

TestContainers in Scala: Use Integration Tests for building your services

TL;DR Integration tests are frequently seen as the most expensive tests in most environments. The reason is that they usually require a higher level of preparation and procedures to make them appropriate for your particular infrastructure dependencies.  In addition, the time invested to make them work properly on the developer’s continuous integration/development environment is not […]

05.09.2023 / By 

Scala 3 Data Transformation Library: Automating Data Transformations with ducktape

In the ever-evolving landscape of software development, there are tasks that, while necessary, often lack the thrill of innovation. One such task involves managing data transformations, a critical aspect across various domains. While JSON APIs serve as a prime example where such transformations are crucial, the focus of this discussion transcends JSON and centers on […]

01.09.2023 / By 

Growing the Scala Community: Insights from Scalac's US Initiatives

Scala, a powerful programming language, is gaining popularity in the tech industry. Scalac, a leading software engineering company, co-organized an event in the Bay Area. Additionally, Scalac participated in Scala Days, where one of its talented speakers showcased their expertise. Not to mention periodically organizing two Scala & Functional Programming focused meetups: Functional World & […]

31.08.2023 / By 

Scalendar September 2023

Event-driven Newsletter As we kick off September, we’re excited to present you with a lineup of events that promise to enrich your knowledge and expand your professional horizons. Explore cutting-edge Scala conferences in September 2023, delve into the intricacies of Go concurrency, unravel the latest trends in Software Architecture, and immerse yourself in the world […]

18.08.2023 / By 

Scala and the Future of Programming Languages: A Conversation with Lucas Kuczera

The programming world is a dynamic landscape that continually evolves with the emergence of new technologies and approaches. Scala is a programming language that has significantly impacted in recent years. In this article, we delve into the insights provided by Lucas Kuczera, the founder and CEO of Scalac, a company specializing in assisting clients in […]

Scalendar August 2023

Event-driven Newsletter What’s in store for the Architecture, Frontend, Go & Scala Conferences in August? Welcome to our exclusive monthly tech events newsletter! Embrace the summer sun as we bring you a handpicked selection of cutting-edge conferences and events in August. Dive deep into Scala, Software Architecture, Frontend development, and the exciting world of Go […]

29.06.2023 / By 

How to implement streaming microservices with ZIO 2 and Kafka

In this article we will cover the basics of ZIO, ZIO Streams, and finally, the process of implementing streaming microservices using functional programming techniques.