Convista Poland history from CEO perspective

Wioleta Patkowska (HR Manager): Could you tell me how it all started? Paweł Midoń (CEO): It started in the year when the first iPhone was released. It’s good that I didn’t know what I know now: how much the world of IT and technology would change. I thought I could create a company that would give customers and employees something exceptional: something […]

continue reading

Managerial practices in the eyes of employees

  Wioleta Patkowska, HR Manager: Let me start by asking you about an exceptional manager who played a role in your professional career. Who were they? Agata Bandych (HR Specialist): An expert I could trust because they knew what they were doing and did not stumble in their work. Even if I didn’t agree with something, I could back off because I trusted their competence and […]

continue reading

How to create reusable components in SAPUI5 and is it worth it?

  Introduction Fiori allows to create different types of applications – using Fiori Elements or simply Freestyle applications. However, we often want to use a piece of code from one application in another. In such a situation, is copying a piece of that code into the other application the only solution? Not necessarily! In Fiori SAPUI5, it is possible to create reusable components. Reusable components SAP […]

continue reading

Universal Automation Centre (UAC) by Stonebranch

Universal Automation Centre (UAC) is a business process automation platform offered by Stonebranch. UAC integrates disparate systems and applications to automate business processes, creating a consistent environment managed with automation using a scripting language. It allows to move files, run tasks, generate reports, send notifications and conduct many other automated processes. Universal Controller is a Java web application running in a Tomcat container that […]

continue reading

Basic-Auth is deprecated. How about OAuth 2.0 and OpenID Connect?

In this article, you will learn the basics of the OAuth 2.0 authorization framework and a simple identity layer which located on top of the framework – OpenID Connect. Introduction Before OAuth, the common pattern for granting access to an external application’s account was to simply give it your password and let it act as a you. Communication always consisted of entering […]

continue reading

OAuth, SAML, OpenID – Managing Authentication for Multiple Platforms

Nowadays security has become more important than ever. Implementing the right standards is required for applications to grant access to resources in an expected way. Oftentimes instead of implementing your own solutions, it is possible to apply proven standards that the industry has been using for years.  This approach might yield numerous benefits, such as: the economy of time; […]

continue reading

Navigation in Jetpack Compose using Voyager library and ViewModel state

In this article we will use Voyager library to implement navigation in Jetpack Compose. The navigation will be driven from ViewModel and will use StateFlow for handling one-off navigation events. Why Voyager? The official Google library for navigation suffers from many problems. The main one is usage of URLs for routes and passing parameters. Because of that, every parameter must […]

continue reading