- formatting
- images
- links
- math
- code
- blockquotes
- external-services
•
•
•
•
•
•
-
Dynamically Loading JavaScript Files with jQuery.getScript()
Learn how to dynamically load JavaScript files using jQuery's $.getScript() function, including practical examples.
-
Tracking SQL Queries in ADF Applications
Learn how to track and monitor SQL queries executed by View Objects in ADF applications by overriding the executeQueryForCollection method and extracting parameter values.
-
Niklaus Wirth on Programming Languages and Verification
Exploring Niklaus Wirth's profound insights on programming languages, the hardware-software gap, program verification, and his critiques of modern software development practices.
-
Design Patterns - Creational: Factory Method and Abstract Factory
An introduction to creational design patterns, focusing on the Factory Method and Abstract Factory patterns, with Java examples and a comparison of their usage.
-
Spring Framework Essentials - Wiring and Instantiating Java POJO Beans
An introduction to the core concepts of the Spring framework, focusing on how to wire and instantiate Java POJO (Plain Old Java Object) beans using XML configuration, demonstrated with a practical Employee-Department system example.