The anatomy of an APEX 26.1 APEXlang fileIntroduction If you have spent any time reviewing traditional APEX export SQL, you know the problem. The application is there, but it is buried inside hundreds of calls to internal APIs. You can versiMay 16, 2026·9 min read
Will AI Agents Replace UI, or Redefine It?Introduction In a previous post, Adding an AI Agent to an Existing APEX App, I described how I added an AI agent to an existing APEX app. The goal was to simplify the user interface by providing an agMar 19, 2026·9 min read
APEX + OCI Email Logs: Track Bounces, Complaints, SuppressionIntroduction I am sure many of you are already using the OCI Email Delivery Service to send emails from your APEX Applications. It offers a convenient and inexpensive way to handle emails that integraMar 12, 2026·10 min read
Adding an AI Agent to an Existing APEX AppIntroduction Modern frontier LLMs are now reliable enough to support practical agent workflows when paired with strong orchestration and guardrails. Adding an agent to an existing APEX app allows you Mar 5, 2026·13 min read
Avoiding the Vibe Coding Rabbit HoleIntroduction A few weeks ago, I started building an APEX 2nd brain to practice Agentic AI in APEX and PL/SQL, and hopefully create a useful tool to supplement my aging brain. I am writing this post while Codex is rebuilding my APEX 2nd brain Applicat...Feb 15, 2026·6 min read
Dynamic Post-Logout URLs in APEXIntroduction When using single sign-on type authentication schemes like Social Sign-In, you need to define a Post-Logout URL in APEX so that the Authentication provider redirects your APEX App to a public page after it completes the logout. When you ...Feb 12, 2026·4 min read
An AI Shift for APEX & PL/SQL DevelopersIntroduction I have been using AI to help me build APEX Apps for well over a year now, and I’ve shared a lot about the tools and workflows I use. But something happened this week that felt like a genuine shift. Usually, I use AI for things like autoc...Jan 31, 2026·5 min read