A collection of small test scripts and experiments across different languages and frameworks. Each folder is self-contained.
- javascript/react-hooks-useeffect — testing cleanup timing with intervals
- python/sqlalchemy/relationship-loading-strategies — lazy vs eager loading
- sql/postgres/window-functions — RANK vs DENSE_RANK vs ROW_NUMBER
- java/streams-and-lambdas — functional-style collection processing
- cpp/c-pointers-and-memory — basic pointer arithmetic
- cpp/cpp-smart-pointers — unique_ptr vs shared_ptr
- bash/string-manipulation — parameter expansion basics
- bash/arg-parsing — handling flags and positional args
- devops/docker-multi-stage-build — reducing image size
- anything that doesn't fit a specific category above
Each experiment folder has its own README explaining what it tests and what was learned.