Tutorials and articles on Java and other topics
These tutorials contain some I've written, and some others have
written. In the latter case, I've written reviews of them at
a particular moment in their history that may or may not still
hold and may or may not still be useful. Some of this stuff is
little more than copious note-taking and doesn't rise to the level
of a tutorial.
Visual JDK Notes, an elucidation of
Oracle, Java, JDKs and OpenJDK.
|
Agile and Scrum...
Agile-Scrum Essentials, a presentation
Toward Scrum, part 0: Introduction
Toward Scrum, part 1: Overview
Toward Scrum, part 2: Sprint Planning
Toward Scrum, part 3: The Retrospective
Toward Scrum, part 4: The Stand-up
Toward Scrum, part 5: What Are Story Points?
Toward Scrum, part 6: Acceptance Criteria
Toward Scrum, part 7: Scrum Meetings
Toward Scrum, part 8: the Scrum Master
|
|
Nuts and bolts Java stuff...
Some of this stuff is pretty old and I wrote it years ago when I
was first trying to penetrate Java. It's quick notes and recipes
that grew over time.
- Java exceptions
- Java 5 for loop
- Java try-catch-finally
- enums, part I
- enums, part II
- enums, part III
- enums, part IV
- enums, part V
- Generics
- Generics, part II (POJO)
- Generics, part III (POJO)
- Type variance
- Abstract
- Abstract, part II (DAO)
- Abstract, part III (symbol table)
- Collections (arrays/Lists)
- Collections, part II (Lists and Sets)
- Comparable
- Java 8 novelties
- Call-backs (function- or method pointers)
- Atomic references
- Getting caller
|
|
|
|