nipafx
Java enthusiast with a passion for learning and sharing. Java Developer Advocate at Oracle but views (and code) are my own.
OracleKarlsruhe, Europe
Pinned Repositories
demo-java-x
Demonstrates Java 9-18's new features
demo-jpms-monitor
A small application to demonstrate the Java Platform Module System
demo-junit-5
Demonstrating JUnit 5 features
effective-java
Exploration of Effective Java, third edition
java-after-eight
Start with Java 11, be amazed by Java 12-17 and beyond
LibFX
Makes Java even more fun!
loom-lab
Experimenting with Project Loom
modern-java-demo
Modern Java in Action
record-args
A simple command-line argument parser for Java applications that relies on records.
slides
Slides for various talks I give
nipafx's Repositories
nipafx/JDeps-Maven-Plugin
Includes JDeps in Maven
nipafx/demo-javadoc-8-tags
Demonstrates the new Javadoc tags used in Java 8
nipafx/demo-serialization-proxy-pattern
Demonstrates the Serialization Proxy Pattern
nipafx/demo-serialize-optional
Demonstrates how Optionals can be (de)serialized.
nipafx/demo-elvis-operator
Shows how to create an Elvis (or null coalescing) operator with lambda expressions.
nipafx/demo-lambda-instances
Demonstrates a detail of the lambda expression evaluation regarding the creation and reuse of instances.