An open API service indexing awesome lists of open source software.

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

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)