doljko / code-examples

A collection of code examples from blog posts etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example Code Repository

Travis CI Status

This repo contains example projects which show how to use different (not only) Java technologies. The examples are usually accompanied by a blog post on https://reflectoring.io.

See the READMEs in each subdirectory of this repo for more information.

Java

All modules require Java 11 to compile and run.

Building with Gradle

Modules should be as independent as possible. There are groups of modules that only work together, but other than that, a module should have its own build.

See build-all.sh for all builds that are run in the CI pipeline.

Building all Modules at Once

In the main folder, run

./gradlew clean build

Building a Module Separately

In the folder of the module, run

./gradlew clean build

Non-Java Modules

Some folders contain non-Java projects. For those, refer to the README within the module folder.

About

A collection of code examples from blog posts etc.

License:MIT License


Languages

Language:Java 82.3%Language:JavaScript 11.3%Language:TypeScript 4.3%Language:HTML 1.1%Language:Groovy 0.4%Language:CSS 0.4%Language:Shell 0.2%