https://github.com/stephenhebert/fe-resources
Resources for FE web developers, as a forkable checklist
https://github.com/stephenhebert/fe-resources
Last synced: 6 months ago
JSON representation
Resources for FE web developers, as a forkable checklist
- Host: GitHub
- URL: https://github.com/stephenhebert/fe-resources
- Owner: stephenhebert
- License: mit
- Created: 2023-08-28T14:46:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-31T03:39:30.000Z (almost 3 years ago)
- Last Synced: 2023-08-31T16:16:34.049Z (almost 3 years ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# On Code Quality
- [ ] [SOLID Principles in Vue](https://medium.com/@moein.mirkiani/solid-principles-in-vue-29ecc988f968), by Moein Mirkiani
- [ ] [SOLID Principles in Vue 2 Components](https://medium.com/@dumdumgenius/solid-principles-in-vue-2-components-12476d826e58), by Messi Yang
# On Readability
- [ ] [Clean Code](https://www.amazon.com/Clean-Code-Handbook-Software-Craftsmanship-ebook/dp/B001GSTOAM/ref=sr_1_1?keywords=clean+code+by+robert+c.+martin&qid=1693453124&sprefix=clean+code%2Caps%2C123&sr=8-1), by Robert C. Martin
- [ ] [Washing your code: naming is hard](https://sapegin.me/blog/naming/), by Artem Sapegin
# On Testing
- [ ] [To test or not to test, a technical perspective](https://web.dev/ta-what-to-test/), by Ramona Schwering
- [ ] [Understanding Front-end Testing](https://medium.com/@moein.mirkiani/understanding-front-end-testing-ccfb63c5e3e5), by Moein Mirkiani
# On Collaboration
## Across disciplines
- [ ] [How to be the favorite engineer among your product manager and designer](https://careercutler.substack.com/p/how-to-be-the-favorite-engineer-among), by Jordan Cutler