Blog
Introducing Backendless Pro Community Edition: Free Single-Server Deployment
We’re excited to announce that Backendless is now even more accessible with the launch of the Community Edition: a free version of the Backendless platform for deployment on a single physical server. This change makes Backendless more accessible than ever, allowing established users who want to lower their overall cost of ownership to deploy quickly...

Mastering Backendless Database

Learn the ins and outs of Backendless Database, our robust and scalable visual relational DB, with this free video course from Backendless CEO Mark Piller. New videos released weekly, so leave your feedback to shape future parts!

Support For Multiple Custom Domains Per App

All Backendless apps have the ability to add a single custom domain for app hosting and API endpoints. Now, you may add additional custom domains to your application.

Support For Transaction API For Codeless

In 2020, we released the Transaction API as one of our built-in API services. The purpose of transactions is to protect your data from partial database updates that fail to complete. The Transaction API is now available for Codeless.

How To Filter/Add Conditions To View Data

In this article, we detail how to apply conditions to columns to filter the data within those columns in a view in Backendless Database. This is Part 4 of our deep dive into the Views feature in Backendless.

How To Aggregate View Values

In this article, we detail how to aggregate data within a view in Backendless Database. This is Part 3 of our deep dive into the Views feature in Backendless.

How To Transform View Values

In this article, we detail how to transform values within a view in Backendless Database. This is Part 2 of our deep dive into the Views feature in Backendless.

How To Create A Database View

In this article, we detail how to create your first view in Backendless Database. This is Part 1 of our deep dive into the Views feature in Backendless.

How To Add JSON Objects In Backendless Database

Backendless Database now supports the JSON data type, a significant innovation that allows us to support both structured and unstructured data.

How to Load Data Objects From the Server With Sorting

In another Recipe article, we discussed how to load data from the Backendless mbaas server using paging. In fact, data paging is only one of the features available in the data loading API. In this post, we are going to show how to fetch data objects with sorting. The sorting option can be combined with…