{"id":34502091,"url":"https://github.com/onyxwizard/learn-tech","last_synced_at":"2026-04-07T16:32:32.698Z","repository":{"id":325841832,"uuid":"1091843367","full_name":"onyxwizard/learn-tech","owner":"onyxwizard","description":"A single repository for deep, practical understanding of core technologies — designed to grow with you.","archived":false,"fork":false,"pushed_at":"2026-03-04T17:25:57.000Z","size":12432,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-04T23:57:35.944Z","etag":null,"topics":["css","database","html","ja","java","javascript","py","python","react","sql","typescript"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/onyxwizard.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-07T15:49:18.000Z","updated_at":"2026-03-04T17:28:33.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/onyxwizard/learn-tech","commit_stats":null,"previous_names":["onyxwizard/learn-tech"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/onyxwizard/learn-tech","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onyxwizard%2Flearn-tech","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onyxwizard%2Flearn-tech/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onyxwizard%2Flearn-tech/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onyxwizard%2Flearn-tech/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onyxwizard","download_url":"https://codeload.github.com/onyxwizard/learn-tech/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onyxwizard%2Flearn-tech/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31520529,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","database","html","ja","java","javascript","py","python","react","sql","typescript"],"created_at":"2025-12-24T02:06:21.868Z","updated_at":"2026-04-07T16:32:32.677Z","avatar_url":"https://github.com/onyxwizard.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧠 learn-tech  \n## *Not notes. Not tutorials. A thinking framework for builders.*\n\n\u003e You don’t need more information.  \n\u003e You need **structured understanding** — so when the stack evolves, *you evolve with it*.\n\nA living repository of **deep-dive paths**, forged in real projects, debug sessions, and “aha!” moments.  \nNo fluff. No outdated trends. Just durable fundamentals — ready to be applied *today*.\n\n\n\n## 🔥 Where the Rubber Meets the Road\n\n| Path | Status | What You’ll Own After |\n|------|--------|------------------------|\n| **`/db/sql`** | ✅ **Production-Ready** | *“I know why my query is slow — and how to fix it.”*  \n| `/lang/python` | ✅ **Core Solid** | *“I write Python that’s readable, testable, and *fast enough*.”*  \n| `/lang/java` | ✅ **JVM-Aware** | *“I understand the heap, not just the syntax.”*  \n| `/infra/docker` | ✅ **Works on My Machine™ → Works Everywhere** | *“I containerize without cargo-culting.”* |\n\n\n\n## 🗺️ On the Horizon — Validated, Not Hyped\n\n| Path | When? | Why It Matters |\n|------|-------|----------------|\n| `/db/nosql` | 🔜 After next MongoDB project | *When your data refuses to fit in rows — and you need to know why that’s okay* |\n| `/frontend/angular` | 🔜 After building internal tools | *Not just components — how change detection *really* works under pressure* |\n| `/infra/cloud` | 🔜 Post-deployment war stories | *You’ll learn IAM not from docs — but from the moment access was *almost* revoked* |\n| `/design/systems` | 🔜 When “it works” isn’t enough | *Scalability isn’t theory — it’s what you do at 2 AM when traffic spikes* |\n\n\u003e 📌 Each path ships **only when tested in production** — no speculative content.\n\n\n\n## 🏗️ Architecture of Clarity\n\n```\nlearn-tech/\n├── db/         # Where data *lives* and *moves*\n│   ├── sql/    # ✅ The relational mindset — from bits to ACID\n│   └── nosql/  # 🚧 When structure is a negotiation\n│\n├── lang/       # Language as a *tool*, not a religion\n│   ├── python/ # ✅ Batteries included — and understood\n│   └── java/   # ✅ Write once, *reason* everywhere\n│\n├── frontend/   # UI with intent\n│   └── angular/ # 🚧 Beyond `ng generate` — state, reactivity, resilience\n│\n├── infra/      # The invisible layer that makes it *run*\n│   ├── docker/ # ✅ Containers as contracts\n│   └── cloud/  # 🚧 Cloud as lego — with guardrails\n│\n├── design/     # When “it works” meets “it scales”\n│   └── system-design.md # Patterns forged in outage post-mortems\n│\n└── resources/  # Only what earns its place\n```\n\n\n\n## ▶️ Jump In — No Ceremony\n\n```bash\ngit clone https://github.com/onyxwizard/learn-tech.git  \ncd learn-tech\n```\n\n→ New to data?  \n  Start here: [`db/sql/01-intro.md`](db/sql/01-intro.md)  \n→ Building a backend *now*?  \n  Go: [`lang/python/web/`](lang/python/web/)  \n\n✅ No setup.  \n✅ No build script.  \n✅ Just `.md`, your editor, and curiosity.\n\n\n\u003c!-- \n## 🤝 Want to Shape What’s Next?\n\nThis isn’t a monologue — it’s a **collaborative deep dive**.\n\nWe value:\n- 🔧 **Precision fixes** (typos, broken links, outdated flags)  \n- 💡 **Clearer explanations** (if it clicked for you — help it click for others)  \n- 🧪 **Better labs** (small, reproducible, *actually* work on M1/Linux/WSL)  \n- 🔗 **Cross-stack insights**  \n  \u003e *Example:* _“How Python’s GIL affects PostgreSQL connection pooling”_\n\n→ See how to contribute: [`CONTRIBUTING.md`](CONTRIBUTING.md)\n\n--- --\u003e\n\n\u003e 🌱 Built by [onyxwizard](https://github.com/onyxwizard) —  \n\u003e for the builders who **debug like detectives**, **design like architects**, and **ship like operators**.\n\n[MIT License](LICENSE) • No gatekeeping. Just growth.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonyxwizard%2Flearn-tech","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonyxwizard%2Flearn-tech","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonyxwizard%2Flearn-tech/lists"}