Blog

...

Docker and cpuinfo

Written by Dominik Pantůček on 2025-11-06

dockerlinux

Benchmarking different implementations of the same algorithm against each other can be done only if comparable systems are used. Our vlibench package ensures that CPU model information is present in benchmarking models. However if the package is run on Linux under x86_64 emulation on ARM, strange things happen.

...

Advaced GitLab Pipelines

Written by Dominik Pantůček on 2025-10-23

CIracketscribblejavascript

Sometimes you need to build multiple interdependent artifacts in your CI/CD pipelines. And sometimes you can setup your workflow in a non-blocking way for many of these. Read on to see what we are using in our GitLab instance.

...

Setting Up a React App with Vite: Step-by-Step Guide

Written by Lucie Zdeňková on 2025-10-09

reactjavascript

In this post, we'll take a detailed look at how to set up a React application using the Vite build tool. We'll also go through the installation of essential libraries that we typically use for developing frontend applications.

...
...