Software Development

Applied Cryptography

Information Networks

Our products and services build upon the foundations in these three areas and we always do our best for ensuring the resulting product contains the best of them.

We have been working for you for over 20 years on the following:

cat illustration

Owl - icon

Applied Cryptography

Although cryptography has its roots in abstract mathematics, its proper usage always comes with huge real-world impact on mitigating the risks of business operation problems and monetary damages.

...

Wasp - icon

Penetration Testing

Information security management includes the necessity to regularly test the systems and infrastructure security. Security auditing and penetration testing is used for performing such regular testing.

...

Ammonite - icon

Systems Architecture

Professional analysis and viable design and implementation of specialized software or secure server and network infrastructure are the key components for success of new and current services no matter the scale.

...

Latest posts

Managing Filters In the URL in React: A Practical Guide - Part 1

Written by Lucie Zdeňková on 2025-11-20

In our current project, we needed to synchronize filter values with the URL in order to be able to link to filtered data. To achieve this, we used the useParams functionality from React Router. In this post, we’ll share how we built a small set of JavaScript functions that allow to read and update filter values directly in the URL.

...

Docker and cpuinfo

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

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

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.

...