- formatting
- images
- links
- math
- code
- blockquotes
- external-services
•
•
•
•
•
•
-
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.
-
JavaScript Concepts - Callbacks and Function Context
A deep dive into JavaScript callbacks and function context, exploring how `this` works and how to manage function contexts using `call()`