Skip to content

thiagoaugust/programming-playground

Repository files navigation

🧪 Playground – Experiments & Tests

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.


📂 Project Structure

.
├── 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

🎯 Objectives

  • 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.

🚀 How to Use

  1. Navigate to the folder of the experiment you want to explore.
  2. Check if the folder contains its own README.md with specific instructions.
  3. Run the code and experiment freely.

📝 Notes

  • 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.

About

The main goal here is a place to validate ideas and test new stuffs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published