- Ex-AWS SDE II (Sรฃo Paulo โ Vancouver)
- Background in competitive programming โ backend โ distributed systems โ frontend
- Experience designing and shipping event-driven microservices, concurrent systems, APIs, and cloud infrastructure
- Worked on systems ranging from internal tooling to user-facing applications serving hundreds of thousands of users
- A personal application ecosystem with shared developer tooling
- Research on AI training techniques for real-time video game speedrunning
This profile repo is an index over many repositories. Submodule paths (for example public/cli/) are real checkouts of those repos โ useful for browsing and search, not a substitute for where CI and releases run.
Keep a single hub clone (e.g. ~/github/public/gardusig/). Do not maintain parallel sibling folders like ~/github/public/cli โ those duplicate submodule paths. See docs/LOCAL-LAYOUT.md.
| You want toโฆ | Do this |
|---|---|
| Develop one project (recommended) | Clone that repo only โ e.g. git clone git@github.com:gardusig/cli.git |
| Browse the full ecosystem | git clone --recurse-submodules git@github.com:gardusig/gardusig.git |
| Read every repo from disk | git submodule update --init --recursive at hub root |
Edit via public/cli/ |
cd public/cli, commit and push there; PRs go to gardusig/cli |
After cloning the hub, init nested checkouts:
- Hub root:
git submodule update --init --recursive(all 58 leaf pins) - Public catalog only:
cd public && git submodule update --init --recursive - Private vault only:
cd private && git submodule update --init --recursive
| Layer | Pins | Notes |
|---|---|---|
Hub (gardusig/gardusig) |
2 | private + public meta-repos |
Public hub (public/) |
7 | CLI, extensions, full-stack, interview, life-log, foundation, incubator |
Private hub (private/) |
4 | tasks, encrypted, psychologist, configuration |
PDF archive (private/encrypted/) |
3 | records, health, work-proof vault repos |
Configuration hub (private/configuration/) |
4 | accounts, mobile, computer, bookmarks vault repos |
Psychologist hub (private/psychologist/) |
7 | fears, interpretations, lore, notes, rankings, sociology, timeline |
Interview meta (public/interview/) |
3 | problem-solving, system-design, professional-experiences |
Full-stack meta (public/full-stack/) |
3 | animated-games, resume-validator, static-puzzles (+ nested leaf repos) |
Life log meta (public/life-log/) |
4 | played, watched, playlists, built |
gardusig/
โโโ public/ โ gardusig/public
โ โโโ cli/
โ โโโ full-stack/ โ animated-games | resume-validator | static-puzzles
โ โโโ interview/ โ problem-solving | system-design | professional-experiences
โ โโโ โฆ
โโโ private/ โ gardusig/private
โโโ psychologist/ โ lore | notes | rankings | โฆ
โโโ encrypted/ โ records | health | work-proof (PDF)
โโโ โฆ
Metrics from checked-out submodule main trees (size, commits, tracked files, last update). Sizes are recursive working trees where nested submodules are initialized.
| Metric | Value |
|---|---|
| Direct hub submodule pins | 2 |
| Checkout size | 106.50 MB |
| Commits (direct pins) | 249 |
| Tracked files (direct pins) | 1,193 |
| Latest activity | 2026-07-09 ยท cli |
| Area | Repos | Size (MB) | Commits | Files | Updated | Since |
|---|---|---|---|---|---|---|
| ๐ Private hub | 1 | 41.64 | 41 | 222 | 2026-07-09 | 2026 |
| ๐ ๏ธ Public tooling | 3 | 62.10 | 178 | 588 | 2026-07-09 | 2026 |
| ๐ค Interview prep | 3 | 1.29 | 17 | 310 | 2026-07-09 | 2026 |
| ๐ฎ Full-stack apps | 3 | 0.31 | 14 | 29 | 2026-07-09 | 2026 |
Private hub checkout includes nested vault submodules (psychologist/notes/, tasks/, encrypted/records/, configuration/accounts/, โฆ). See private/README.md.
| Metric | Repo | Value |
|---|---|---|
| Largest checkout | cli |
61.38 MB (58% of hub disk) |
| Most commits | cli |
134 |
| Most tracked files | cli |
490 |
| Index | README |
|---|---|
| ๐ Public catalog | public/README.md |
| ๐ค Interview prep | public/interview/README.md |
| ๐ Private vault hub | private/README.md |
| ๐ PDF archive (nested) | private/encrypted/README.md |
| ๐ฎ Full-stack index | public/full-stack/README.md |





