Skip to content

muratkeremozcan/books

Repository files navigation

Recommended learning path

When starting, I did not get the privilege of deciding which resource would be the best to learn first. Usually I would start a book and realize I do not know the foundational information needed to understand it. For example, you should really know Functional Programming before trying to understand RxJs.

For a new learner, I would recommend a better approach.

You have not worked with Cypress and want to get oriented:

Go through these resources for quick onboarding:

You are a JS ninja, and want to learn testing:
Section 4 has you covered.

You want to give yourself a CS degree in JS and a masters in testing:
Sections 1 - 5. You can also learn Cypress first, then learn some testing, and back-fill the knowledge as needed. It all depends how much magic you are willing to let happen when working with code.

1. Really learn JS, and some TS

Our tech stack is JS/TS and we use these languages to test our stack as well.
If you are not comfortable in JS, here are some recommended resources

2. Learn Functional Programming in JS

Learning FP is optional, but it will only help you understand, appreciate, use and test JS better.
Pick any book, optionally more depending how deep you want to go.

3. After that, you can tackle the front-end or the back-end path. The order depends on your immediate needs.

4. Learn testing

5. Once you have full stack awareness, start learning DevOps

  • Bash & Linux
  • Docker
  • AWS
  • Learn your preferred CI provider's api by heart, ex: Github Actions.

Other learning

Murat’s Blog & YouTube.

About

Self-learning exercises from my favorite JS related books

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published