📂 Archive Categories
Here's a quick look at the structure of the archive, where each folder represents a key area of Golang knowledge, experience, and resources.
golang-community-vault/
├── 1-interview-qa/ # Real interview Q&A and topic-wise challenges
│ ├── company-wise/ # Interview questions by company (Google, etc.)
│ ├── topic-wise/ # Go concepts (goroutines, interfaces, etc.)
│ └── curated-challenges/ # Problem-solving & deep dives
├── 2-class-notes/ # Course notes & summaries
│ ├── university-notes/ # Academic notes from CS/SE courses
│ ├── bootcamp-notes/ # Bootcamp summaries
│ └── online-course-summaries/ # Udemy, Coursera, etc.
├── 3-project-archive/ # Real-world Golang projects
│ ├── cli-tools/ # Command-line Go utilities
│ ├── web-servers/ # REST/HTTP server projects
│ ├── microservices/ # Auth, DB, API services
│ └── misc-projects/ # Other cool stuff
├── 4-image-infographic-archive/ # Visual aids like diagrams, cheat sheets
│ ├── architecture-diagrams/
│ ├── cheat-sheets/
│ └── flowcharts/
├── 5-community-stories/ # Real experiences, job search, career switch
│ ├── job-search-experience/
│ ├── rejection-learnings/
│ └── career-switch-tales/
├── 6-package-archive/ # Community-built Go libraries and tools
│ ├── utils/
│ ├── api-clients/
│ ├── middleware/
│ └── tools-and-libs/
├── 7-community-blogs/ # Written insights from the community
│ ├── how-tos/
│ ├── internals/
│ ├── opinion-pieces/
│ └── tutorials/
├── 8-news-events/ # Updates from the Go world
│ ├── newsletters/
│ ├── conference-recaps/
│ ├── meetup-summaries/
│ └── hackathons/
├── 9-video-archive/ # Curated video learning
│ ├── tutorials/
│ ├── tech-talks/
│ ├── documentaries/
│ └── playlists/
├── 10-course-content/ # Full-length open-source Go courses
│ ├── community-courses/
│ ├── mini-moocs/
│ └── challenge-series/
├── 11-link-resource-archive/ # Curated bookmarks and links
│ ├── tooling/
│ ├── blogs/
│ ├── documentation/
│ ├── slide-decks/
│ └── benchmarks/
📁 Category Overview
Microservice | Description | Documentation Link |
---|---|---|
1-interview-qa/ | Real interview Q&A and Go-topic challenges | 🔗 Golang Interview Q&A - Bangla |
2-class-notes/ | Academic and bootcamp course notes & summaries | 🔗 Class Notes Documentation |
3-project-archive/ | Real-world Go projects (CLI, web, microservices) | 🔗 Project Archive Documentation |
4-image-infographic-archive/ | Diagrams, cheat sheets, flowcharts | 🔗 Visual Archive Documentation |
5-community-stories/ | Job search experiences, lessons, and career stories | 🔗 Community Stories Documentation |
6-package-archive/ | Go libraries, middleware, API clients, etc. | 🔗 Package Archive Documentation |
7-community-blogs/ | Blogs, how-tos, opinion pieces from the community | 🔗 Community Blogs Documentation |
8-news-events/ | Go community news, events, hackathons | 🔗 News & Events Documentation |
9-video-archive/ | Curated learning videos, tech talks, playlists | 🔗 Video Archive Documentation |
10-course-content/ | Full-length open-source Go courses | 🔗 Course Content Documentation |
11-link-resource-archive/ | Curated links to tools, documentation, benchmarks | 🔗 Link Resources Documentation |