https://github.com/gongbaochicken/reference-reading-list
Reading List for distributed system, Golang, Database, Python, C++, Matchine Leanring, Tools, etc.
https://github.com/gongbaochicken/reference-reading-list
c-plus-plus database distributed-systems golang python reading-list
Last synced: 3 months ago
JSON representation
Reading List for distributed system, Golang, Database, Python, C++, Matchine Leanring, Tools, etc.
- Host: GitHub
- URL: https://github.com/gongbaochicken/reference-reading-list
- Owner: gongbaochicken
- Created: 2018-03-06T07:54:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-14T06:59:01.000Z (over 8 years ago)
- Last Synced: 2025-05-13T00:39:00.131Z (about 1 year ago)
- Topics: c-plus-plus, database, distributed-systems, golang, python, reading-list
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reference and Reading List
This repository is some summary list about computer science topics for learning or research purpose.
## Python
Focus on python basics, data processing, and basic machine learning tool.
## Distributed System
Focus on thoery and practice of distributed computing/storage system, including classic research papers, some industrial practice in famous products, etc.
## Database
Focus on the database standalone storage, distributed storage, persistence, compression, optimization, usage in industry.
## Golang
Focus on GO basic, web framework, HTTP/TCP internal, server techniques, etc.
Life is short, let's GO.
## C++
Focus on some advance topics of C++.
## Algorithm
Not only soem common algorithm we have seen in interviews, but also interesting their application in our real life.
## Web
## Node.JS
## Machine Learning and NLP