mirror of
https://github.com/wahyd4/kb.git
synced 2026-08-09 05:16:11 +10:00
- 3-layer architecture: raw (monthly buckets) → wiki (domain subdirs) → SCHEMA - Privacy: repo set to private (public-safe content only) - Sync: daily Links App sync via raw/links/YYYY-MM/ - Design: converged via Grok 4.5 2-round review
55 lines
1.2 KiB
Markdown
55 lines
1.2 KiB
Markdown
# GitHub Knowledge
|
|
|
|
Technical notes and reference materials ingested from [github.com/wahyd4/knowledge](https://github.com/wahyd4/knowledge).
|
|
|
|
## Structure
|
|
|
|
```
|
|
github-knowledge/
|
|
├── application.md
|
|
├── apps.md
|
|
├── database.md
|
|
├── devops.md
|
|
├── fintech.md
|
|
├── go.md
|
|
├── iot.md
|
|
├── java.md
|
|
├── javascript.md
|
|
├── kotlin.md
|
|
├── microservice.md
|
|
├── ruby.md
|
|
├── software-design.md
|
|
├── team-work.md
|
|
├── testing.md
|
|
├── uncategorised.md
|
|
├── web.md
|
|
├── web-scraping.md
|
|
├── apps/
|
|
│ ├── elasticsearch.md
|
|
│ ├── etcd.md
|
|
│ ├── kafka.md
|
|
│ └── mqtt.md
|
|
├── devops/
|
|
│ ├── aws.md
|
|
│ ├── docker.md
|
|
│ ├── gcp.md
|
|
│ ├── incident.md
|
|
│ ├── kubernetes.md
|
|
│ ├── linux.md
|
|
│ └── more-tools.md
|
|
├── english/
|
|
│ └── business-spoken-english.md
|
|
└── interviews/
|
|
└── interview.md
|
|
```
|
|
|
|
## Format
|
|
|
|
Each file includes YAML frontmatter with:
|
|
- Title
|
|
- Created date (from git history)
|
|
- Updated date (from git history)
|
|
- Type: summary
|
|
- Tags: tech, reference
|
|
- External link to original source on GitHub
|