Java Resources
Various Java resources.
General
- Java Snippets - garbage collection tuning and other snippets.
- Fasterj
- Big-O summary for Java Collections Framework implementations?
- Introduction to Rx
- RxJS Operator Decision Tree
Libraries
- Dagger - dependency injection.
- Guava
- Jackson - JSON and other data serialisation.
- Jdbi - SQL library.
- jOOQ - SQL library.
- Mockito - Mocking library.
- Netty HTTP - JAX-RS wrapper for Netty.
- Netty - network library.
- picocli - CLI handling.
- Reed-Solomon
Java 17
Java 8
Reactive Programming
Jackson
- Reading CSV with Jackson - cowtowncoder
- Writing CSV with Jackson - cowtowncoder