Various blueprints, how to's, examples, use cases, patterns, templates, models and somesuch whatnots.
| Project | Description |
|---|---|
| Scala | Core libraries for the Scala programming language, and Scalatest. |
| Scalatags | XML/SVG/HTML tag library in Scala. |
| Webapp | Writing a Java web application (WAR). |
| Project | Description |
|---|---|
| An example application | An example application that looks for super, happy, sexy prime numbers. |
| Flamegraphs | Investigating your application's performance using Flame graphs. |
| JMH | Using Java Microbenchmarking Harness to answer some basic questions about performance. |
| Project | Description |
|---|---|
| Lanterna | Using Lanterna for fun terminal user interfaces. |
| Project | Description |
|---|---|
| AssertJ | Using AssertJ as a fluent assertion framework. |
| JUnit5 | Using JUnit5 to write unit tests. |
| Testcontainers | Using Testcontainers to launch containers during unit tests. |