Mark your calendars, we will be conducting a webinar to talk about Codeless. Get all the information about this exciting technology straight from the source. There will be a technical walkthrough and demos showing how to build with Codeless. When: Aug 22, 2017, 1:00pm US Central Time Host: Mark Piller, Backendless founder and CEO Registration is required.
In a surprise move, Facebook announced shutdown of Parse, a service they acquired in 2013. The company gave developers until January of 2017 to migrate their apps off of Parse. Many developers have been turning to Backendless as a feature-rich alternative that matches Parse’s features and offers new functionality such as Publish/Subscribe messaging, support for…
The core of the Codeless technology we released last week is the Codeless Logic Designer. It is a visual environment for composing logic of your API/IoT services, Event Handlers, and Timers. The system uses “blocks”, a jigsaw puzzle-like UI components placed into categories. When you create a codeless service, you snap blocks to create the logic. As…
With the release of Backendless Cloud v4.1.0 we added an amazing new feature called Codeless Programming. Using Codeless anyone can develop in Backendless without any knowledge of a programming language. The environment is fully visual and lets you create API/IoT Services, Backendless API Event Handlers, and Timers. The system can be used to create programs…
With the recent update of the Backendless service (version 4.0.8) you can now add your app’s icon and the app store links in Backendless Console. This is done so we can make it easier for you to identify the app and also to help us build a gallery of apps powered by Backendless. We are…
Quite often, you need to run a test query or send an API request to see the server response. Our REST docs show examples using curl, but at times that may be inconvenient. You may need to play with the API request arguments, change the body, etc., and modifying your curl command is not as…
We are happy to announce that Backendless 4 has been released out of Beta. It is now the default Backendless environment and all new apps are created in version 4. Now that the Beta is over, we have enabled billing in version 4 and you can choose a pricing plan for your application. This can…
We have had a very successful beta release and received a lot of positive feedback. We would like to thank everyone for your contribution which helped us make the product better than ever. As we are preparing for the GA release of 4.0, there are changes which may affect your apps. Please see the list below: All Github repositories for our…
With the introduction of Deployment Models for business logic (Cloud Code), we also added support for “invocation chains”. This is an ability to chain together multiple server-side event handlers registered to process the same event. Previously, you could inject cloud code into the API invocation flow as shown in the image below: For any API…