https://github.com/datarohit/go-lang-projects
This repository houses a series of Go Lang projects, each demonstrating different aspects of Go programming and system design. Explore individual project folders to dive into the implementations, and refer to the architecture-diagram.svg within each folder for a visual representation of the project's architecture and overall design.
https://github.com/datarohit/go-lang-projects
Last synced: 10 months ago
JSON representation
This repository houses a series of Go Lang projects, each demonstrating different aspects of Go programming and system design. Explore individual project folders to dive into the implementations, and refer to the architecture-diagram.svg within each folder for a visual representation of the project's architecture and overall design.
- Host: GitHub
- URL: https://github.com/datarohit/go-lang-projects
- Owner: DataRohit
- License: mit
- Created: 2024-08-26T15:37:00.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T07:11:16.000Z (almost 2 years ago)
- Last Synced: 2025-04-09T14:08:25.826Z (about 1 year ago)
- Language: Go
- Size: 1.22 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Go Lang Projects
This repository houses a series of Go Lang projects, each demonstrating different aspects of Go programming and system design. Explore individual project folders to dive into the implementations, and refer to the `architecture-diagram.svg` within each folder for a visual representation of the project's architecture and overall design.
## Projects
- [Project 1: Go Basic HTTP Server](./go-basic-http-server)
- [Project 2: Go Movies CRUD API](./go-movies-crud-api)
- [Project 3: Go BookStore Management API](./go-bookstore-management-api)
- [Project 4: Go User Data API](./go-user-data-api)
- [Project 5: Go Stock Data API](./go-stock-data-api)
- [Project 6: Go Simple CRM Tool](./go-simple-crm-tool)
- [Project 7: Go Simple Database](./go-simple-database)
- [Project 8: Go JWT Auth Project](./go-jwt-auth-project/)
- [Project 9: Go Simple Ecommerce API](./go-simple-ecommerce-api/)
- [Project 10: Go GraphQL MongoDB CRUD](./go-graphql-mongodb-crud/)
- [Project 11: Go DynamoDB CRUD API](./go-dynamodb-crud-api/)
- [Project 12: Go JWT CSRF Project](./go-jwt-csrf-project/)
- [Project 13a: Go Rate Limiting / Tool Booth Rate Limiting](./go-rate-limiting/toll-booth-rate-limiting/)
- [Project 13b: Go Rate Limiting / Token Bucket](./go-rate-limiting/token-bucket/)
- [Project 13c: Go Rate Limiting / Client Rate Limiting](./go-rate-limiting/client-rate-limiting/)
- [Project 14a: Go RabbitMQ Project / Simple Sending and Receiving](./go-rabbitmq-project/hello-world/)
- [Project 14b: Go RabbitMQ Project / Work Queues](./go-rabbitmq-project/worker-queues/)
- [Project 14c: Go RabbitMQ Project / Publish/Subscribe](./go-rabbitmq-project/pub-sub/)
- [Project 14d: Go RabbitMQ Project / Routing](./go-rabbitmq-project/routing/)
- [Project 14e: Go RabbitMQ Project / Topics](./go-rabbitmq-project/topics/)
Explore each project to see the code and its corresponding architecture diagram.