Skip to content

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

Notifications You must be signed in to change notification settings

thiagoaugust/programming-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 

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

Languages