Transform comes from the Latin word transformāre which means “to make someone or something change shape.” From my perspective, transformation is what companies should do, or should be doing, first internally and later in how they offer their products or services to customers. We are currently experiencing the 4th industrial revolution. Unlike the others, technology…
Extending App Router (Node.js) for: SAP Principal Propagation in Cloud Foundry to an On-premise system via User Exchange Token.
A brief overview of Principal propagation In Cloud Foundry, Principal propagation is the process used to “forward the identity of a cloud user to a remote system. This process is called principal propagation (also known as user propagation or user principal propagation).”SAP BTP Connectivity (Principal Propagation) When we talk about reaching a remote system in…
What is Cloud Computing?
Cloud computing has become the preferred solution for companies extending their infrastructure or launching innovative solutions. Cloud computing is the delivery of computing services through the Internet (“The Cloud”). Resources include tools and applications like servers, data storage, databases, networking, and software. There is no need to install applications locally on computers in this model….
COVID-19: A Digital Transformation History
The COVID-19 crisis has brought years of change to companies in a brief period. According to a McKinsey Global Survey, “companies have accelerated the digitization of their customer and supply-chain interactions and their internal operations by three to four years.” How much has this increased adoption speed cost companies? In my last post, I explained…
What is a lambda function?
The AWS Lambda can automatically execute code in response to various events, such as HTTP request through Amazon API Gateway. Code that runs on AWS Lambda is called a “Lambda Function”. AWS Lambda natively supports Java, Go, PowerShell, Node.js, C#, Python and, Ruby code and provides a runtime API that allows you to use any…