If English is the New Programming Language, then Markdown is the New FormatIntroduction AI is changing how we build software. We are moving from a world where developers primarily describe systems in code to one where we increasingly describe intent in natural language. PromApr 16, 2026·12 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
Understanding APEX Open Door CredentialsIntroduction If you, like me, have wondered why you would ever use Open Door Credentials, then this post is for you. Open Door Credentials are a powerful tool when used for the right reasons and in the correct instance. They make testing and troubles...Jan 8, 2026·5 min read
Build Dynamic Excel Upload Templates with APEX_DATA_EXPORTIntroduction I have lost count of how many times I have developed an Excel Upload using APEX_DATA_PARSER. It provides users with a convenient way to mass-upload or update data using a tool they are familiar with. I usually include a link to a static ...Dec 18, 2025·8 min read