Skip to main content

VirtusLab's Articles

Scala|Sep 22, 2022

Metaprogramming in Scala 2 & 3

In this article, you'll learn more about changes in Scala 3's metaprogramming functionality compared to Scala 2.

Metaprogramming_in_Scala_2_&_3_image-min.jpg
Cloud Engineering|Sep 6, 2022

How to evaluate new technology and build trust in cloud-native

This article presents cloud-native solutions that successfully passed evaluation and how you can evaluate cloud-native technology yourself.

How_to_evaluate_new_technology_and_build_trust_in_cloud-native_image.jpg
Backend Engineering|Aug 29, 2022

Pros and Cons of Cloud IDE: We gave it a try. Here’s how it went.

We take a look at what a Cloud IDE is, its benefits and challenges, and how you can start using a Cloud IDE.

Pros_and_Cons_of_Cloud_IDE__We_gave_it_a_try._Here’s_how_it_went_image-min.jpg
Business insights|Aug 23, 2022

What is Industry 4.0: benefits and challenges

The Industry 4.0 concept comes with challenges and benefits. In this article, you'll find everything you need to know about I4.

What_is_Industry_4.0__benefits_and_challenges_image-min.jpg
Scala|Aug 22, 2022

How to prevent Scala 3 compiler regressions with Community Build

VirtusLab's Scala 3 article series is coming. In this article, you'll learn how t prevent compiler regressions with Community Build.

How_to_prevent_Scala_3_compiler_regressions_with_Community_Build_image-min.jpg
Scala|Jul 22, 2022

Reconciling Spark APIs for Scala

Scala 3 gives you the tools to design the perfect Spark API. We proved it by creating the open-source library Iskra.

Reconciling_Spark_APIs_for_Scala_image-min.jpg
Frontend Engineering|Jun 16, 2022

Frontend Enterprise Experience – An architecture for every scale business

Below article describes the front-end architecture we created. FEEA is the right choice for every scale business. The framework didn’t materialize just now, it’s an output of years of experience with enterprise delivery we’ve managed.

Frontend_Enterprise_Experience_–_An_architecture_for_every_scale_business_image-min.jpg
Scala|Apr 25, 2022

The Most Common Scala Myths Debunked

This essay dispels several very substantial myths about #Scala that we have seen circulating the blogosphere. For each debunked myth, we present an alternative viewpoint backed up by data from reliable sources.

The_Most_Common_Scala_Myths_Debunked_image
Backend Engineering|Feb 4, 2022

Graph Buddy – colourful graph nodes for your code

What if you could take a look at our code from above – and instead of seeing just text files – go through colorful graph nodes that instantly and clearly?

gb-min
Artificial Intelligence|Jan 28, 2022

Computer Vision in production – Nvidia DeepStream

Nvidia DeepStream is portrayed as a solution to reliably host and serve deep learning models for live video feeds, especially at the edge where latency and efficiency matter most. The article frames DeepStream as a production-ready tool that brings computer vision techniques into mainstream IT systems.

Computer vision in production Nvidia_DeepStream
Data Engineering|Oct 21, 2021

Scala 3 and Spark?

Spark 3.2.0’s support for Scala 2.13 technically allows Scala 3 Spark jobs—but it remains “an uphill path,” requiring workarounds for encoders and data shapes. Using libraries like Iskra smooths the path, yet production readiness is still experimental.

Scala 3 and Spark cover
Data Engineering|Aug 26, 2021

Pandas-stubs — how we enhanced pandas with type annotations

VirtusLab created the pandas‑stubs library to enhance pandas with type information, enabling stronger type‑safety in pandas‑dependent projects. It emerged from challenges integrating pandas and pyspark, where missing stubs led to API conflicts and unchecked code.

Pandas-stubs — how we enhanced pandas with type annotations cover