In this article, we are going to continue developing our ReactJS web application using Backendless for the backend. This is part 4 of our series, so be sure you’ve read through parts 1-3, linked below: Basic project setup and render Persons List Create, update and delete Persons Enable Real-Time database If you have already read…
This week, Backendless Spotlight returns to the education arena as we take a look at the app My Portal, built by students for students. My Portal was built by the members of the IT Club at Daystar University in Kenya as a tool for fellow students at the university. Facing the challenges of managing the workload…
In Java, entity objects are classes that represent data from your table. From an object-oriented perspective, these objects are built to encapsulate your data in the real-world problem domain.
This is the third part of our series on using Backendless with a ReactJS frontend app. You can catch up on the previous articles here: Part 1 and Part 2. If you’d like to jump in now, you can simply create a new Backendless app, clone our previous progress from our Github.com repository, and use this commit as an entry…
This week, the Backendless Spotlight again travels to another part of the globe to introduce you to a company looking to help people explore the rich cultural heritage of India. Exploritage is an app for Android that provides a step-by-step, narrative audio guide for tourists visiting India. The app uses “original, authentic and detailed information” to tell…
When analyzing data, you may need to know the average salary of all employees, the quantity of goods in stock, the number of individual items in stock, the maximum or minimum cost, and so on. These tasks are easily handled with aggregate functions. Aggregate functions perform calculations using the values in a column in order…
In the previous article in this series, we started working on a single-page application which is based on a combination of ReactJS and Redux, with Backendless for the backend. If you missed that article, we recommend you to start there. If you already have a Backendless account and you are already familiar with a React/Redux stack, you can just…
In this week’s Backendless Spotlight, we are excited to introduce you to one of the many nonprofit organizations that use the Backendless platform to support their mobile presence. Help A Paw is a startup out of Bulgaria that is seeking to solve a local problem with an eye for reaching communities facing the same issue…
The lion’s share of JavaScript developers prefer to use TypeScript in their projects as it helps avoid some problems at the assembly stage while still including many valuable features. Today we are going to share with you how to use the Backendless JS-SDK in conjunction with TypeScript in a project with a Node.js backend. Backendless JS-SDK is a…