Posts

Building a real app on Oracle Backend with Firebase APIs

Article Overview Oracle recently launched Oracle Backend with Firebase APIs — a way to build mobile and web apps on Oracle AI Database with open-source SDKs for auth, document data, storage, security rules, vector search, and App Trust. This post walks through what's in the toolkit, why the design choices matter for DBAs and app teams alike, and a small demo app I built to make it concrete. Every app team eventually answers the same question: where does the backend come from? For a long time the easy answer was a hosted Backend-as-a-Service — you get authentication, a document store, file handling, and tidy client SDKs on day one, and you start shipping. The catch shows up later. The data that actually runs the company usually lives somewhere colder and more carefully guarded: a governed, audited, encrypted Oracle database the app team never talks to directly. So you end up maintaining two worlds — two data models, two security stories, two homes for user data, and often a separat...

Oracle Database@Azure for Mission-Critical Applications

Image
  Oracle Database@Azure for Mission-Critical Applications What "mission-critical" actually demands — predictable performance, composite SLAs, a full security posture. 📅 Aug 05, 2026     🏷️ Oracle DB@Azure,  SLA, MAA, Performance, Security, Architecture      ⏱ 30 min  Article Overview "Mission-critical" is one of the most overused phrases in enterprise IT and one of the least defined. This article treats it as an engineering bar rather than a marketing adjective: a mission-critical system is one whose failure causes serious, immediate business harm, and that definition sets a demanding standard for performance, availability, security, and operations. The purpose here is to show how Oracle Database@Azure meets that bar — and, just as importantly, how you decide which of your systems actually clear it. It is a synthesis piece: it draws together the performance, high-availability, security, backup, and connectivity disciplines covered in depth ...