08.06.2020 / By 

HOW WE MADE MANUAL TESTING OF 590 TIMEZONES IN 2 DAYS POSSIBLE

Let's talk about one of the most interesting functionalities to test. Namely the manual testing of advertisements in different time zones.

22.05.2020 / By 

Zalando case study: why they chose Scala?

As Zalando kept growing to become an ecommerce giant, at some point they have decided to switch from Java to Scala. Although it’s a major move that required a lot of effort, they managed to do it in less than three months.

22.04.2020 / By 

What is Kubernetes, and why is the tech world going crazy about it?

If you’re still sceptical about Kubernetes for some reason, it might be the right time to change your mind and join these change-makers, instead of struggling to understand what this platform is all about. To make it easier for you: Here’s what Kubernetes is, along with the reasons why the tech world is going crazy about it (and why you should, too).

20.04.2020 / By 

Scalac, Inc. Receives Another 5-Star Review on Clutch Profile

Here at Scalac, we know how to take your business to the next level. We specialize in IT staff augmentation, custom software development, data engineering, blockchain, and analytical dashboards to help give your company the best technology to keep growing. We work with clients of all sizes but focus mainly on helping mid-sized companies all around the globe accelerate time to market and expand.

17.04.2020 / By 

JVM memory management. How to find and prevent memory leaks

JVM creators designed it with automatic memory management in mind, which means programmers don’t need to worry about memory allocation and memory. Unused objects can be released automatically in a transparent way, which is really convenient, especially when you’re new to JVM. But even in general, there's less code to write and it's less error-prone than the traditional approach which requires you to do everything manually.

03.04.2020 / By 

Why does Scala win against Kotlin? Senior engineer's opinion

What is it about Scala that developers prefer over other languages? Why do we need Scala? This post was originally meant to be focusing on Scala vs Kotlin comparison - so we interviewed our senior engineer (who was previously a Java engineer) just to find out, that there is a way better story to tell - about how Scala makes Developers enjoy their work again. Let me take you on a journey to discover the ultimate truth!

02.04.2020 / By 

How We Reduced Costs and Simplified Solution by Using Apache Druid

At Scalac we always try to use appropriate technology to meet the requirements given by the business. We’re not afraid to change them once we realize they’re not fit for purpose. By making these changes we learn, we grow, we evolve. In this article, we want to share what we learned during the migration from Apache Spark + Apache Cassandra into Apache Druid.

27.03.2020 / By 

A few business lessons on remote work that crisis can teach us

It is inevitable that COVID-19 will disturb not only health but also the economy. Companies need to lock their businesses down and big decisions are being put aside while waiting for better times to come. However, putting the brakes on some projects may not be the way to go, since no one knows when the dust will settle down.

27.02.2020 / By 

Performance Testing

When user numbers go up, the performance of applications goes down. And sometimes app owners and business analyzers fail to predict the correct number of users before releasing the product. This can create problems. For example, when an app is designed to work for 100 users at the same time but more users want to use it.

20.02.2020 / By 

How to create an automation process using AWS, IaaS, IaaC, and CICD

Our laziness naturally brings us closer to the automation of everything that might be automated.