← Back to Main | Web Study Repository
For new content, please use the language-first structure in the root directory:
java/- Java language and frameworkspython/- Python language and frameworksjavascript/- JavaScript/TypeScript and frameworksgo/- Go language and frameworkscsharp/- C# language examplesruby/- Ruby language examplesrust/- Rust language examplesscala/- Scala language examplesgroovy/- Groovy language exampleslisp/- Lisp language examplesteavm/- TeaVM examples
src
├── aws # AWS services and tools
├── cucumber # Testing framework examples
├── gcf # Google Cloud Functions
├── kubernate # Kubernetes examples
└── SharedResource.java
Programming language directories have been moved to the root level:
- ✅
src/java/→java/ - ✅
src/python/→python/ - ✅
src/nodejs/+src/react-native/→javascript/ - ✅
src/go/→go/ - ✅
src/c#/→csharp/ - ✅
src/ruby/→ruby/ - ✅
src/rust/→rust/ - ✅
src/scala/→scala/ - ✅
src/groovy/→groovy/ - ✅
src/lisp/→lisp/ - ✅
src/teavm/→teavm/
Cloud services and infrastructure tools remain in this directory for now.