Skip to content

A collection of code examples from blog posts etc.

License

Notifications You must be signed in to change notification settings

alina-olaru/code-examples

 
 

Repository files navigation

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 on each module.

Java Modules

All Java modules require Java 11 to compile and run.

Building with Gradle

Each module should be an independent build and can be built by calling ./gradlew clean build in the module directory.

All modules are listed in build-all.sh to run in the CI pipeline.

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 86.6%
  • JavaScript 8.1%
  • TypeScript 3.1%
  • HTML 0.8%
  • Shell 0.8%
  • Groovy 0.3%
  • Other 0.3%