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.

Introducing Backendless Visualizations

Visualizing data is a valuable way to glean insights into your data quickly and without the need to hire a data scientist. Backendless Visualizations make it super easy to share those insights with others.

Send Professional Emails Every Time With 100 Free Email Templates

Backendless Email Templates let you compose custom emails with your own design and content. You can then easily automate and send your emails using Codeless logic and our pre-built APIs.

What Is API As A Service?

API services are a means for an application to interact with a server-side system to retrieve and/or update data. API as a Service, then, is a platform or tool that offers support for designing and deploying API services.

What Is Mobile Backend As A Service (MBaaS)?

In the software as a service (SaaS) landscape, there are many variations of “____ as a service”. In this article, we will explain what mobile backend as a service, or MBaaS, means.

How To Run Backendless REST APIs In Postman

As a developer, you often need to run a test query or send an API request to see the server response. Our REST docs show examples using curl, but that may not always be convenient. You may need to play with the API request arguments, change the body, etc., and modifying your curl command is…

How to Generate Client Code Based on Defined Tables

In this post, we continue our mission to build a restaurant to-go order app. So far we have put together UI mockups for the future Backendless application, and designed data schema for all the application’s data entities. At this point, we are very close to the coding part.

What Is Serverless Computing?

Does it makes sense for your app to be serverless? As with most development decisions, the answer is: it depends. What does serverless really mean? In this article, we’ll break it down for you.

How to Export Application Data (Settings, Data Tables, Geopoints)

When working with Backendless, data you accumulate can easily be exported. The inner workings of the export process itself are quite complicated since it takes into account all the relationships within your data. For you, the user, this process is in fact quite simple.

How to Add the Backendless Library to Java Projects From Maven

Whether you develop with IntelliJ IDEA, Eclipse, or Android Studio, the Backendless library (jar) for Java/Android must be referenced as a dependency. The library includes all the APIs that provide access to the backend functionality. The library is deployed to the centralized Maven repository, which makes it easy to import it to any Backendless-powered app.