Develop and debug locally then deploy to the cloud your own server-side business logic with CodeRunner, our Cloud Code container for Java and JavaScript/Node.js scripts.
The Backendless Platform is built to run anywhere. We have had that vision right from the very first release of the product. Many of you are familiar with Backendless that we host in the cloud; however, the exact same technology stack is also available as an on-premises solution which we call Backendless Pro. Backendless Pro…
In one of our previous articles, we showed how to develop a custom Alexa skill using an example of a Trip Planner app (How To Build A Dialogue Custom Alexa Skill Using JavaScript (Without Lambda). In this article, we will show you a more complex example of the interaction between Alexa and the user. Today,…
If you’ve used the Data Retrieval API in Backendless Cloud, you may know that the server limits the number of objects retrieved from a table to 100 in a single call. For Managed Backendless and for Backendless Pro, this limit is configurable. In order to retrieve more than 100 objects, data paging is required. Paging greatly…
In this article, we will describe how to use the Backendless API to save multiple related records with one primary (parent) record in a table. All related records (children) will be stored in separate tables as a part of the same routine. Examples of this type of requirement might be personnel records tied to a…