This repository serves as a sandbox to test, prototype, and validate ideas in programming.
The goal is to create a space for quick experiments, proofs of concept (POCs), and technology exploration, without the need for a dedicated repository for each small project.
.
βββ java-playground/
β βββ pure-java/
β βββ java-11-tests/
β βββ spring-boot/
β βββ spring-boot-feature/
β βββ quarkus/
β βββ quarkus-feature/
βββ go-playground/
β βββ go-simple=api/
β βββ ...
βββ python-playground/
β βββ data-processing-poc/
β βββ ...
βββ js-playground/
β βββ pure-js/
β βββ basics/
β βββ react/
β βββ react-front-test/
β βββ angular/
β βββ angular-front-test/
βββ README.md
- Create a dedicated space for quick programming experiments.
- Explore and practice with different languages, frameworks, and libraries.
- Validate ideas before applying them to larger or production projects.
- Build a reference collection of small, working examples for future use.
- Navigate to the folder of the experiment you want to explore.
- Check if the folder contains its own
README.mdwith specific instructions. - Run the code and experiment freely.
- These projects are experimental and not intended for production use.
- Code quality and structure may vary depending on the purpose of each test.
- Reusable snippets or concepts discovered here can later be refined and applied to real projects.