Blog
Vibe Coding is Awesome - But Let's Talk Backends (Because They Still Matter)
Vibe coding. Yeah, you’ve definitely seen it, probably dabbled in it yourself. Platforms like Loveable.dev, Replit, Claude Code, and a ton of others, are changing how we think about coding. It’s like skipping the boring stuff, going straight to building something fun. UI prototyping, algorithms, slick little experiments, honestly, it feels like magic. But okay,...

How to Save an Object With Children in a Single API Call

In this article, we will describe how to use the Backendless API to save multiple related records with one primary (parent) record in a table. All related records (children) will be stored in separate tables as a part of the same routine. Examples of this type of requirement might be personnel records tied to a…