by Anthony Morris | May 23, 2022 | APIs, How To
SOAP, being a mature technology, has an extensive and often differently interpreted standard set. This makes it an excellent tool for corporate users to manipulate data into their precise requirements and technology stack. However, for public consumption, this causes...
by Anthony Morris | May 23, 2022 | APIs, How To, Software Development
Using a low-code platform as the back-end for a single page application (SPA) is an excellent combination — the SPA can be hosted anywhere, the API is quick and easy to develop, and they can evolve independently of each other e.g. if you need a native app, simply...
by Anthony Morris | May 23, 2022 | APIs, Low Code, Software Development
IT teams always want to build new applications enabling specific functions to ease processes or customers. To balance projects, they sometimes allow distributed teams to work on focused targets using reusable assets, templates, and best practices. While decentralizing...
by Anthony Morris | May 23, 2022 | APIs, Software Development
Microsoft offers a RESTful web service named Microsoft Graph API. This tutorial shows you how to integrate with the Microsoft Graph API and Linx, a low-code development tool. By doing so, you can easily extend the functionality of MS Graph with other 3rd party...
by Anthony Morris | May 20, 2022 | How To, Software Development
This guide follows a process to implement the server-side of a client-server style messaging app. We will implement some web methods, which will be useful for creating a messaging client. However, the following items fall outside the scope of this sample: The...