Scala
Scala's flexibility in is useful in modeling complex business domains.
Java
The ultimate platform for developing backend code.
Rust
Very safe concurrent code for your performant apps.
Kotlin
Built-in concurrency for resilient systems.
Node.js
Unlock opportunities of JavaScript / TypeScript ecosystem for the server.
Grafana
Use the full potential observability and maximize the value of your data.
Kubernetes
A foundation of modern platforms that let you develop apps faster.
Apache Kafka
Tool for building real-time streaming data pipelines and applications.
ScyllaDB
Speed and efficiency for data-intensive systems.
AWS
The most comprehensive cloud platform.
GCP
A suite of cloud computing services provided by Google.
Azure
A wide range of cloud solutions.
Seniority is in our veins
and we live and breath technology
Widening technical horizons is the fabric of our organization. Not only do we practise and learn constantly, but we also teach, create and contribute.
Adam, CRDO
Magda, Staff Software Engineer
Jacek, Principal Software Engineer II
Marcin, Staff Software Engineer
Ola, DevOps Engineer II
Darek, Senior Software Engineer III
Kinga, Senior Software Engineer in Test I
Michał, CTODiscover the technology landscape through our engineering eyes!

Understanding Capture Checking in Scala
Adam Warski, 04 Dec 2025.
Capture checking is an upcoming Scala feature that allows you to track which designated values (capabilities) are captured (i.e., stored as references) by arbitrary other values. This tracking happens at compile time and is currently an opt-in mechanism that can be enabled via an import.

Introduction to JVM Method Profiling
Michał Zyga, 02 Dec 2025.
The size of the method compiled by the JIT compiler depends on the amount of profiling data included. But what does that actually mean? In this article, I will answer that question and also explain how the profiling mechanism works in general.

