19 September 2022 Understanding APIs and Which is Best for Scalability Scalability and growth can be challenging when tech doesn't get along, and APIs can be the key to unlocking potential with disparate software applications.
02 September 2022 Automation Simplified with Sonar + tray.io Sonar's rich API allows you to automate any action you can take within the application, and tray.io enables users to integrate apps and automate processes with an easy-to-use, low-code builder with a simple drag-and-drop interface.
15 March 2021 Don't let Legacy Systems Impede your Growth While there are many areas in which legacy software can restrict growth, the two most pressing are scalability and security. Both these factors, among several others, are driving the movement to replace legacy software.
28 September 2020 Consuming the Sonar API In the first three articles in this series, I walked you through how to use the API using GraphiQL, a web based tool included in Sonar. Now let’s build a very simple application so we can consume the API externally.
25 September 2020 Mutations in the Sonar API In GraphQL, a mutation is something that changes data. Whether you’re creating, updating, or deleting, running a mutation will always cause data to be modified. Let’s jump into how mutations work.