Blog
Latest blog articles
Transform XML using Altova MapForce in Azure Logic Apps
Posted by Tobias Lekman
Azure Logic apps has powerful capabilities when joined with an integration account. This allows us to do advanced data mapping transformations. In this example, I will use Altova MapForce to design the mapping between the two file formats.
Creating Services with Logic Apps and Azure API Management
Posted by Tobias Lekman
As we provide server-to-server APIs and expose business logic and data to partners and developers, we end up with a large amount of services on different systems, platforms, endpoints and domains. It can be challenging to keep order and structure…
Plug-in: Ensure Single Event Handler in jQuery
Posted by Tobias Lekman
As an update to "Ensuring single instance of event handlers", I wrote a plug-in to handle this as well. The point is, you could use off and on -but what if there are several handlers? You will risk overwriting other…