Vývoj software
Aplikovaná kryptografie
Informační sítě
Naše produkty i služby mají základ v těchto třech oblastech a děláme vždy maximum pro to, aby výsledek obsahoval to nejlepší z nich.
Naše produkty i služby mají základ v těchto třech oblastech a děláme vždy maximum pro to, aby výsledek obsahoval to nejlepší z nich.
Již více než 20 let Vám poskytujeme:
Ačkoliv kryptografie má své kořeny v abstraktní matematice, její správné použití má vždy obrovský skutečný dopad na řešení rizik operačních problémů a finančních ztrát.
Řízení informační bezpečnosti zahrnuje nutnost pravidelně testovat stav zabezpečení provozovaných systémů a infrastruktury. Pro ověření tohoto stavu slouží bezpečnostní audity a penetrační testy.
Profesionální analýza a vhodný návrh a implementace specializovaného software či bezpečná serverová a síťová infrastruktura jsou klíčové součásti úspěchu nových i existujících služeb nezávisle na jejich velikosti.
Written by Lucie Zdeňková on 2025-12-04
In our last post Managing Filters In the URL in React: A Practical Guide - Part 1, we shared how to synchronize filter values with the URL on the simpliest example with full-text filter. In today's post, we will explore, how to alter those function to handle multi-select or from-to filters values in the URL. Let's get into it.
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.
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.