APEX Blog: APEX (2)

-->

Latest Posts

Methods on Tables and Beyond – Auto-generation of code for APEX Applications

When developing APEX applications, native DML is the obvious way to go as it handles DML operations without having to write custom code. However, in many real-world scenarios,..

Read More

Exporting Custom Interactive Reports via REST

On a recent project, I was tasked with developing a module within an APEX application to receive a JSON file via a REST API. This was so it could be manipulated on screen before..

Read More

Introduction to Integrating APEX with Twilio

Twilio is a cloud communications platform whose aim is to drive communications to and from your applications. In this blog, I have an introductory look at Twilio and explore how..

Read More

APEX behind a Custom Domain using Oracle Cloud and NGINX

Oracle provides both the most capable database and the most popular low-code platform. So why not pair them with the most popular web server? [1]

Read More

APEX 23.1 - New Features

As with each release, 23.1 has introduced the community to many new and exciting features, improving user experience and allowing us developers to find new ways to revolutionise..

Read More

Exporting APEX Applications using SQLcl

Introduction When I started working with APEX, I regularly exported my applications before making any changes. Even after several years of experience, I still export before making..

Read More

PWA: Progressive Web Applications

What are PWAs? Progressive Web Applications (PWAs) are web applications where some code is installed on your device (desktop, tablet or mobile device) to deliver an experience..

Read More

APEX Data Generator

Introduction Data Generator is a relatively new feature, launching last year as part of the APEX 22.1 update. This new addition provides the developer with a built-in solution for..

Read More

OCI Document Understanding

Introduction Oracle recently announced their newDocument Understanding feature in OCI. In this blog, I will be looking into this feature and considering its practical application..

Read More

Implement AWS Cognito Authentication in your APEX Application

AWS Cognito is a popular cloud-based user authentication and management service provided by Amazon Web Services (AWS). It provides a simple and secure way for developers to manage..

Read More