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

Addressing the Elephant in the Room: Disinformation and “Vendor Lock-In” in No-Code Platforms

It’s time we address the elephant in the room. The vast amount of disinformation on the Internet, occasionally bordering on outright lies, does a huge disservice to end users. It’s disappointing to see many no-code vendors use FUD (Fear, Uncertainty, and Doubt) to scare uninformed and less technical citizen developers with the dreaded “vendor lock-in”…

Introducing Nested Grouping API

Retrieving data from a database is a common task. It often involves grouping data by certain criteria. For example, you might want to see total sales by region. But what if you want to see products listed by category without summing them up? This is where our new Nested Grouping API shines. This API makes…