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 Mehr

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 Mehr

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 Mehr

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 Mehr

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 Mehr

Creating Users Dashboard with SwiftUI

In this article, you’ll learn the basics of the SwiftUI framework, which was created in 2019 by Apple and is now gaining on popularity, slowly replacing UIKit in building iOS-apps views. We will go through the basic components and build Mehr

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 Mehr