- formatting
- images
- links
- math
- code
- blockquotes
- external-services
•
•
•
•
•
•
-
Java Reference Types - Strong, Weak, and Soft References
An overview of different reference types in Java, including strong, weak, and soft references, explaining their behavior with the garbage collector and common use cases like caching.
-
Command Pattern
An introduction to the Command pattern, including its definition, use cases, and an example demonstrating complete decoupling between sender and receiver.
-
Fetching RSS Feeds with the ROME Library in Java
A quick guide on how to use the ROME library in Java to easily fetch and parse RSS feeds, including a practical code example.
-
Douglas Crockford and JavaScript's Expanding Role
An exploration of Douglas Crockford's influence on the JavaScript community, the language's unexpected rise beyond browser confines, and his insights on functional programming and avoiding classical methodologies.
-
Koch Snowflake Animation with HTML5 Canvas
An exploration of the Koch snowflake fractal, demonstrating its recursive implementation through an animation using HTML5 Canvas and JavaScript.