Backendless-powered self-guided app for Japantown of Tacoma INTRODUCTION Using Backendless as a primary platform, a Backendless user named Josh created the Tacoma Japantown Walking Tour app, which can be accessed from the Google Play Store and the Apple App Store. Built to facilitate visits to the historic Nihonmachi (Japantown) of Tacoma, WA, this app offers practical, and…
If you have any smart IoT devices in your home or office and tried controlling them with Alexa, you might wonder how it actually works. In this guide, you will learn about building a custom Alexa skill that will let you control a wi-fi enabled light bulb with Alexa. You will be able to turn…
This post describes the process of developing an API Service in Backendless with JavaScript. You will learn: how configure your development environment include NPM dependencies run the service in the debug mode and test it using the Backendless console deploy the service to Backendless The service you will develop in this guide will provide APIs for…
Backendless Pro, the standalone version of Backendless, is now officially released and is available for download. The new release includes the latest version of the Backendless Platform. Version 4, which was originally launched only for the Backendless Cloud product, is a major improvement over the previous version. The version 4 release includes: Completely redesigned Backendless…
Codeless Programming is a general approach for creating programs without writing any code. When combined with the power of the Backendess mBaaS, Codeless becomes a powerful and super-efficient tool. In this post, we will describe how to use Codeless to create a custom Amazon Alexa skill. In this first part, you will develop a basic Alexa…
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…
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…
Backendless 4 is a powerful platform that can instantly turn your JS code into an API service. Every declared method (unless it is excluded) gets a dedicated API endpoint accessible via REST and native libraries, which Backendless automatically generates for you. As a developer, you can easily specify what the REST route must look like for every…
We are so excited to report that Backendless has been updated with the new version 3.0.0. This is the most important release we have ever done. The importance of it is on so many levels that it will affect everyone! First of all, we made Backendless more affordable than ever. There are three variations of…