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.

Backendless User Management Course

User Management is a key component of any application. It is a system for handling user authentication, authorization, and administrative/management functions.

Create Impeccable Docs With API Documentation Tools

API documentation is an important part of any API service. It can be the difference between a successful API and one that languishes in obscurity. Good API documentation can help developers understand how to use your API, while bad API documentation can lead to frustration and confusion.

REST Console And Import/Export Added To Views

Views for Backendless Database now include a built-in REST Console for composing REST API queries that fetch data from your Views. You can also now import and export your Views.

Introducing The Transactions API

With the Transactions API, Backendless Database can execute multiple database requests grouped into a single transaction. When any one of these grouped database operations fails, the entire transaction is rolled back – meaning any other changes within the same transaction are canceled.

How to Use Backendless REST Console to Fetch Your Data

One of the hidden gems packed with features is Backendless REST Console. It is a part of Backendless Console and is located in its own tab on the Data screen. The Console does exactly what it sounds like – lets you run REST requests against your data tables.

How to Create/Save New Data Objects Using REST Console

The REST Console is a part of the Backendless Console. It is a versatile interface that lets you perform a complete CRUD (Create, Retrieve, Update, Delete) set of operations on your data stored in Backendless using the REST interface.

How to Build a Social App Backend With Backendless (Part 1)

There are a lot of social applications around the world, such as Facebook, Twitter, WhatsApp, Instagram, etc. If we take a look under the hood, however, we can see they all share pretty standard features. For instance, we can’t imagine an app without the ability to establish relationships between users, or without “likes” and “comments”…

New Release Featuring Logout All Users and Page Size For Related Data

We are excited to announce another new release for the Backendless platform as we approach the release of Version 6.0. Available today, Release 5.6.2 includes two powerful new features and a variety of bug fixes. Read on to learn more.

How to Delete Objects with REST Console

Backendless provides a powerful and convenient tool for working with Backendless services through REST API (read all about our REST APIs in the documentation here). In case you need to quickly test a REST API’s functionality, another tool may come in handy for you – the Backendless REST Console.