- formatting
- images
- links
- math
- code
- blockquotes
- external-services
•
•
•
•
•
•
-
Custom Events in jQuery - A Powerful Technique
Learn how to create and use custom events in jQuery to simulate the observer pattern and build dynamic web applications.
-
Using PL/SQL's ANY Types for Dynamic Typing
Exploring PL/SQL's ANY types for handling data of unknown type at runtime.
-
Using PL/SQL Collections to Optimize Data Retrieval
Learn how to use PL/SQL collections to combine master and detail tables in a single SELECT statement, reducing database round trips and improving performance.
-
JavaScript Closures - A Deep Dive
Understanding closures in JavaScript, a powerful concept for handling asynchronous callbacks.
-
Storing Collections in Database Columns
Demonstrates how to store collections in database columns using Oracle's VARRAY.