# 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