https://github.com/vijayksingh/study-map
📚📖💡👨💻 Resources I have used to be a Rocket Scientist (Just Kidding), to Learn Computer Science Concepts
https://github.com/vijayksingh/study-map
Last synced: about 1 month ago
JSON representation
📚📖💡👨💻 Resources I have used to be a Rocket Scientist (Just Kidding), to Learn Computer Science Concepts
- Host: GitHub
- URL: https://github.com/vijayksingh/study-map
- Owner: vijayksingh
- Created: 2019-08-26T18:34:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-19T09:56:20.000Z (over 5 years ago)
- Last Synced: 2025-01-24T12:28:41.900Z (3 months ago)
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reading-List
📚📖💡👨💻 A shout out to books i read and like.### Legends
##### 📝 - Currently Reading
##### 🧠 - Learn New Skill
##### 🎆 - Must Read
##### 🎇 - Nice to Read
##### ✨ - Can be Read
# BooksI am going to split the book section into 4 parts
### 1. Books / Articles related to Programming Paradigms
#### Functional Programming in JS
- [ ] Composing Software by Eric Elliot (On 4th Chapter)📝🎆🧠
- [ ] Functional Light Javascript by Kyle Simpson
- [ ] JavaScript Allonge
- [ ] Functional Programming in Javascript by Luis Atencio
- [ ] Mostly Adequate Guide#### Functional Programming in Elm
- [ ] [A very gentle introduction to ELM](https://madewithlove.be/using-elm-with-react-a-nice-app-on-elm-street/#what-is-elm)🧠🎆
#### Reactive Programming
> I couldn't find any books for RXJS, how i am planning to learn this is via going through series of blogs, on various sites and will jot down what i have learned here.
- [ ] Strong Brew RXJS Blog Tags
- [ ] ThoughtBot RxJS Blogs
- [ ] Angular in Depth RxJS Blogs
#### Object Oriented Programming
#### Computer Science Concepts (Algorithms / DS / Important Concepts)
- [ ] [Introduction To Bloom Filters](https://blog.medium.com/what-are-bloom-filters-1ec2a50c68ff)
### 2. Books / Articles related to Architecture and Design of the Applications
- [ ] Clean Code 2
### 3. Books / Articles related to Certain Languages and Tools.
#### Learning Tools
- [ ] Practical Vim (On 1st Chapter)📝🧠🎆
### 4. Non Related To Technology# Courses (Books and MOOCS)
### 1. CSS
- [ ] [Learn Design System](https://designcode.io/design-system-in-figma)
- [ ] [Atomic Design](http://atomicdesign.bradfrost.com/table-of-contents/)
### 2. JavaScript
### 3. Angular