Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fullpipe/middle-should-know
https://github.com/fullpipe/middle-should-know
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/fullpipe/middle-should-know
- Owner: fullpipe
- Created: 2020-08-13T06:34:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-02T05:24:36.000Z (over 3 years ago)
- Last Synced: 2023-08-01T13:59:10.380Z (over 1 year ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# middle-should-know
## Middle frontend developer
- [ ] Html
- [ ] CSS
- [ ] BEM/SMACSS
- [ ] scss/less/stylus
- [ ] javascript
- [ ] types
- [ ] operators
- [ ] functions
- [ ] cloures
- [ ] prototypes
- [ ] OOP theory with JS examples
- [ ] Inheritance
- [ ] Polymorphism
- [ ] Encapsulation
- [ ] class, abstract class, interface
- [ ] Public, Private, Protected
- [ ] Promise
- [ ] what is it?
- [ ] promise chains
- [ ] when to use
- [ ] when not to use
- [ ] how to use / best practices
- [ ] how NOT to use
- [ ] error handling
- [ ] micro tasks and event loop basics
- [ ] async/await
- [ ] Client <-> Server
- [ ] http
- [ ] what is it?
- [ ] basic sequence
- [ ] methods and they diffs
- [ ] json
- [ ] Authentication
- [ ] Cookie based
- [ ] JWT
- [ ] Webpack
- [ ] what is it?
- [ ] Able to configure project from zero
- [ ] Typescript
- [ ] types, interfaces
- [ ] RxJS
- [ ] observables,
- [ ] subjects (basics),
- [ ] operators (basics)
- [ ] Angular/React/Vue
- [ ] Patterns
- [ ] Docker basics
- [ ] Linux (Basics)
- [ ] Unit tests