Prejdi na hlavný obsah

Visma Blog SK

Všetky články

  • Trip for accessibility improvement and customer feedback

    Problem definition HR application consists of numerous workflows that contain forms. Each form requires user interaction on sensitive and correct data. This leads us to increase user experience and data correctness for a wider scale of users by better adoption of WCA (Web Content Accessibility) and forms autofill. To be prepared for these new challenges […]

  • Talent bez Slávika?

    Začiatkom februára som mal príležitosť byť jedným z účastníkov Talent programu.

  • 3za3 – Appka „from scratch“ je ako vlastné dieťa.

    Zoli, náš team lead z tímu Verticals, dostal možnosť rotácie v rámci Vismy a momentálne si skladá tím. Jeho tím Verticals bude pracovať na dvoch produktoch, kde jeden ponúka jedinečnú príležitosť, o ktorej nám povie v dnešnom 3za3.

  • 3za3 – Vždy existuje spôsob ako to urobiť.

    Miro, náš senior TQA, prerotoval do tímu Admincontrol. Po príchode narazil rovno na dva problémy. Prvým bol skôr manuálny ako automatizovaný testing a druhým migrácia Jiry. Dostal možnosť pracovať na niečom mimo svojej bežnej práce testera a takto to dopadlo.

  • 3za3 – Dagger je pain

    Mišo a Lukáš, naši mobilisti z tímu Mobile Employee, dosiahli pracovný míľnik a tak sme jedného z nich vyspovedali pri torte pre naše nové 3za3 (3 otázky za 3 minúty)

  • Python logging

    HOW #9 – Python logging

    Logging is important part of each project. With logs, developer or customers are able to see events happened in the past. Small example: lets say, customer calls you that two week old transactions were not processed and are still stuck in the system. You as a developer thanks to the logging easily detected where the problem […]

  • Hack of the week - how do robots check their emails

    HOW #7 – How do robots check their emails

    In one of the previous Hack of the week article, I wrote how to send emails with python script. Today I will show you, how to read emails, from gmail inbox. This is one of the way, how users can interact with the robots.

  • HOW #6 – Apache Airflow for data operations

    What does it mean to work with data? Well, there are many different operations that could be performed with them including data collection, preprocessing, cleaning, uploading and it’s also good to see the entire data flow in some kind of report. Wouldn’t it be great to automatically trigger those operations just on defined time and all the processes get executed in order? Well, there’s one efficient tool that can do this job for you.