Blog
Backendless Continues Momentum in Fall 2023 with 16 G2 Badges
Backendless earns 16 badges in the Fall 2023 G2 reports, including High Performer across API Management, mBaaS, API Design, and RAD, showcasing the platform's excellent developer support, ease of use, and global customer satisfaction.

Developing an API Service With JavaScript and Additional NPM Modules

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…

Developing an Alexa Skill Without Writing Any Code – Part 2 (Intents and Slots)

This is Part 2 of the article about developing an Amazon Alexa skill without any coding. In Part 1, you learned the following: How to create a Codeless API Service responsible for handling Amazon Alexa requests. The service completely removes the need for adding AWS Lambda functions and runs without any cost in the free plan of…

Backendless Pro Version 4 is Released

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…

Introducing Aggregate Functions – Average, Count, Sum, Max and Min

Performing a calculation on a group of database objects may be a complex task. For example, to calculate the sum of all orders for a customer would require retrieving all that customer’s orders then iterating over them to calculate the mathematical sum of all amounts. This was yesterday! As of Backendless 4.4.0, you can use aggregate functions…

Free Plan in Backendless 3.X

As we announced earlier, we have discontinued the free plan in 3.x. We wrote about it on our blog as well as email newsletters. If your application was on the free plan in Backendless 3.x, you can either migrate it to Backendless 4 (which has a free plan and that is not going anywhere) or you…

Rethinking Device Registrations for Push Notifications

Backendless Push Notifications are getting a much-needed facelift. Today, with the release of version 4.3.0 you will start noticing some improvements. Specifically, you will see the DeviceRegistration data table:

Declaring Data Classes in Swift 4

Backendless supports two approaches for saving data objects in the database: the class-based approach and the map/dictionary approach. With the class approach, you declare a class, instances of which represent individual objects stored in the database. With the introduction of Swift 4, it is important to add a new attribute to your Swift 4 classes….

Announcing Subqueries – Advanced Data Retrieval from Backendless mBaaS Database

Data retrieval in Backendless has gotten significantly more powerful with the release of version 4.2.0. We added support for subquery into the syntax of whereClause. The improvement allows your apps to run two queries in the context of one request. The first query identifies a set of objects which is fed into the second query. Consider the following…

Introducing Invites and Referrals

We believe that Backendless is great. We know that many developers building with Backendless think so too. This is why we added support for referrals. It is built right into Backendless Console and every Backendless developer got his/her own invite code. There is a convenient way to access the “Invites” page by clicking the “Send…