Reading time: 5 minutes
Quick work can be made of a typical IT task to read files and make the data available elsewhere by using Low Code.
Reading time: 5 minutes
Quick work can be made of a typical IT task to read files and make the data available elsewhere by using Low Code.
Systems often need to talk to each other. You may need to access or share data, use and share functionality and integrate the two applications. Finding a connector for each individual application can be challenging. Luckily, the solution is easier than you might...
The problem is there are no simple “right” answers for most Web design questions (at least not for the important ones). What works is good, integrated design that fills a need — carefully thought out, well executed, and tested. — Steve Krug One of the difficult things...
We recently ran load tests for the Linx Host Service. In these tests, the CPU load and memory were monitored under heavy load to provide better insights into how the REST API Request Limits perform for the different virtual machines (Azure B-Series) that run Linx....
Internal APIs are designed primarily to streamline software development and simplify systems and operational processes. These currently represent the vast majority of use cases. Internal APIs are often overlooked since they are aimed at in-house developers. These...
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...
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...
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...
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)...
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...