Blog

The different types of APIs
An Application Programming Interface can be thought of as the way in which programs communicate with each other, accessing data and functionality despite being separate systems. This kind of integration allows for the easy extension of application functionality such...

APIs vs Web Service
Is there any difference between a web API and a web service? Or are they one and the same? There are many definitions of Web Services as they are not only defined by different organizations but also has gone through many changing stages. When listening to people talk...

Top tips for faster development
Tips and tricks from a developer’s experience that you can apply to make your own Linx solution cleaner and easier to maintain and understand. The amount of code in a complex application is enormous. Thousands of lines of code, hundreds of methods and classes means...

Linx vs Outsystems
Are you looking for an Outsystems alternative? Owing to an increased need for business agility and growing pressure on IT teams to deliver faster solutions, the market for low-code platforms has flourished in the past few years, However, for SMEs and large Fortune 500...

Working with databases in Linx
Working with databases in your Linx solutions is easy with the Linx Database plugin. The Database plugin allows you to interact with databases. These interactions include: Execute simple to complex SQL Queries Execute stored procedures (you can also pass parameters)...

Building an API? Consider low-code
An API provides several benefits to an organisation, but without a dedicated team of trained developers, it might seem impossible. Developers are expensive, and it can take months to develop an API from the ground up. If you don’t want to outsource or have in-house...

How to secure your API with JSON web tokens
JSON Web Tokens (JWT) have become somewhat of an industry-standard for securing REST API’s. The main advantage of JWT is that each token is self-contained, meaning that it contains all information needed to allow or deny any given requests to an API. This means JWT...

Process Flows: From Input to Output
Code is the backbone of most software programs and applications. Each line of code serves as an instruction—a logical, step-by-step mechanism for computers, servers, and other machines to perform an action. In computer programming, there are different levels of code....

Low-code is no myth for busy IT departments
Can a working business application be built in a day? Does the app work on desktop and mobile? How advanced are the features? Is there actually zero coding involved? Just some of the questions we get all the time from seasoned developers. There’s a lot of talk about...

Low-code APIs for dummies
There are different ways to integrate one system or application with another. Using an API (Application Programming Interface) is one such way. This allows different systems to communicate with one another based upon a set of predefined rules and methods. One way is...