https://github.com/gilbarbara/links
Useful links for development
https://github.com/gilbarbara/links
Last synced: 3 months ago
JSON representation
Useful links for development
- Host: GitHub
- URL: https://github.com/gilbarbara/links
- Owner: gilbarbara
- Created: 2017-12-24T16:24:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-28T01:41:24.000Z (almost 8 years ago)
- Last Synced: 2025-03-15T03:48:11.730Z (10 months ago)
- Size: 4.88 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# links
## learning
[ES2015+ cheatsheet](https://devhints.io/es6)
[ES6 Katas](http://es6katas.org/)
[es6-features](http://es6-features.org/)
## modules
[Developing NPM Packages](https://auth0.com/blog/developing-npm-packages/)
## optimization
[Optimising npm dependencies](https://medium.com/@vovabilonenko/making-node-modules-smaller-and-faster-2199a7bbf5b3)
[Running stuff when needed](https://medium.com/developers-writing/running-stuff-when-needed-fb13d48dc137)
## engineering
[Using Reselect Selectors for Encapsulation and Performance](http://blog.isquaredsoftware.com/2017/12/idiomatic-redux-using-reselect-selectors/)
[The pains of growing a platform](https://blog.intercom.com/the-pains-of-growing-a-platform/)
## best practices
[Node.js Best Practices](https://nemethgergely.com/nodejs-best-practices-how-to-become-a-better-developer-in-2018/)
[Clean Code vs. Dirty Code: React Best Practices](http://americanexpress.io/clean-code-dirty-code/)
## tips and tricks
[14 JavaScript debugging tips you probably didn't know](https://raygun.com/javascript-debugging-tips)
# tools
## npm
[Visualization of npm dependencies](http://npm.anvaka.com/)
[Find the cost of adding a npm package](https://bundlephobia.com/)
## git
[octobox - notification manager](https://octobox.io/)
[octohint - IntelliSense for git repos](https://github.com/pd4d10/octohint)
[octotree - code tree sidebar](https://github.com/buunguyen/octotree)
[octolinker - require/import navigation](https://octolinker.github.io/)
[refined - useful features](https://github.com/sindresorhus/refined-github)