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,...

Integrate AWS Lambda Into Your Backendless Apps

Backendless version 4 has a lot of magic. An example of this is our integration with AWS Lambda – Amazon’s version of “serverless” programming. With Lambda, you define your server-side code without any association with a physical machine where it runs. A lambda function can be developed in node.js, Java, C#, etc. The integration we…