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.md
with 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.