Put JavaScript under Programming languages
This commit is contained in:
parent
4a27de6cb1
commit
24109d6433
19
README.md
19
README.md
@ -30,10 +30,11 @@
|
|||||||
- [Incident response (alerting, outages, firefighting)](#incident-response-alerting-outages-firefighting)
|
- [Incident response (alerting, outages, firefighting)](#incident-response-alerting-outages-firefighting)
|
||||||
- [Internet](#internet)
|
- [Internet](#internet)
|
||||||
- [Interviewing](#interviewing)
|
- [Interviewing](#interviewing)
|
||||||
- [JavaScript](#javascript)
|
|
||||||
- [Learning](#learning)
|
- [Learning](#learning)
|
||||||
- [Project management](#project-management)
|
- [Project management](#project-management)
|
||||||
- [Programming languages](#programming-languages)
|
- [Programming languages](#programming-languages)
|
||||||
|
- [Python](#python)
|
||||||
|
- [JavaScript](#javascript)
|
||||||
- [FP vs. OOP](#fp-vs-oop)
|
- [FP vs. OOP](#fp-vs-oop)
|
||||||
- [Over-engineering](#over-engineering)
|
- [Over-engineering](#over-engineering)
|
||||||
- [Reading](#reading)
|
- [Reading](#reading)
|
||||||
@ -277,13 +278,7 @@ Note: this is about you as an interviewee, **not** as an interviewer. To check o
|
|||||||
* [Top 10 algorithms in Interview Questions](http://www.geeksforgeeks.org/top-10-algorithms-in-interview-questions/)
|
* [Top 10 algorithms in Interview Questions](http://www.geeksforgeeks.org/top-10-algorithms-in-interview-questions/)
|
||||||
* [Questions to ask your interviewer](https://rkoutnik.com/articles/Questions-to-ask-your-interviewer.html)
|
* [Questions to ask your interviewer](https://rkoutnik.com/articles/Questions-to-ask-your-interviewer.html)
|
||||||
* [Interactive Python coding interview challenges](https://github.com/donnemartin/interactive-coding-challenges)
|
* [Interactive Python coding interview challenges](https://github.com/donnemartin/interactive-coding-challenges)
|
||||||
* [tech-interview-handbook/cheatsheet.md](https://github.com/yangshun/tech-interview-handbook/blob/master/preparing/cheatsheet.md)
|
* [tech-interview-handbook/cheatsheet.md](https://github.com/yangshun/tech-interview-handbook/blob/master/preparing/cheatsheet.md)[](https://github.com/mbeaudru/modern-js-cheatsheet):)
|
||||||
|
|
||||||
### JavaScript
|
|
||||||
|
|
||||||
JavaScript is such a pervasive language that it's almost required learning.
|
|
||||||
|
|
||||||
* [mbeaudru/modern-js-cheatsheet](https://github.com/mbeaudru/modern-js-cheatsheet): cheatsheet for the JavaScript knowledge you will frequently encounter in modern projects.
|
|
||||||
|
|
||||||
### Learning
|
### Learning
|
||||||
|
|
||||||
@ -315,8 +310,16 @@ A bit more reading:
|
|||||||
* [Resources To Help You To Create Programming Languages](https://tomassetti.me/resources-create-programming-languages/)
|
* [Resources To Help You To Create Programming Languages](https://tomassetti.me/resources-create-programming-languages/)
|
||||||
* [Effective Programs - 10 Years of Clojure](https://www.youtube.com/watch?v=2V1FtfBDsLU) 🎞, Rich Hickey. The author of Clojure reflects on his programming experience and explains the rationale behind some of Clojure's key design decisions.
|
* [Effective Programs - 10 Years of Clojure](https://www.youtube.com/watch?v=2V1FtfBDsLU) 🎞, Rich Hickey. The author of Clojure reflects on his programming experience and explains the rationale behind some of Clojure's key design decisions.
|
||||||
|
|
||||||
|
#### Python
|
||||||
|
|
||||||
For Python feel free to checkout my [professional Python education repository](https://github.com/charlax/python-education).
|
For Python feel free to checkout my [professional Python education repository](https://github.com/charlax/python-education).
|
||||||
|
|
||||||
|
#### JavaScript
|
||||||
|
|
||||||
|
JavaScript is such a pervasive language that it's almost required learning.
|
||||||
|
|
||||||
|
* [mbeaudru/modern-js-cheatsheet](https://github.com/mbeaudru/modern-js-cheatsheet): cheatsheet for the JavaScript knowledge you will frequently encounter in modern projects.
|
||||||
|
|
||||||
#### FP vs. OOP
|
#### FP vs. OOP
|
||||||
|
|
||||||
* [Jargon from the functional programming world](https://github.com/hemanth/functional-programming-jargon)
|
* [Jargon from the functional programming world](https://github.com/hemanth/functional-programming-jargon)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user