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

https://github.com/nsaunders/resources

Things I probably want to read again later
https://github.com/nsaunders/resources

Last synced: about 1 month ago
JSON representation

Things I probably want to read again later

Awesome Lists containing this project

README

          

# resources
Things I probably want to read again later

https://www.schoolofhaskell.com/school/to-infinity-and-beyond/pick-of-the-week/a-little-lens-starter-tutorial
(haskell, lenses)

https://dvdsgl.co/2016/a-trello-monad-in-the-dark/

https://medium.com/innoarchitech/why-software-development-time-estimation-doesn-t-work-alternatives-423b9a5c4219

* [The Coming Software Apocalypse](https://theatlantic.com/technology/archive/2017/09/saving-the-world-from-code/540393)

## CSS / Design
* [Just use pixels](https://benfrain.com/just-use-pixels/)
* [8-Point Grid: Typography On The Web](https://medium.com/free-code-camp/8-point-grid-typography-on-the-web-be5dc97db6bc)
* [ReactJS inline styles VS CSS : benchmark](https://www.sderosiaux.com/articles/2015/08/17/react-inline-styles-vs-css-stupid-benchmark/)

## Automated testing
* [Automated GUI testing will kill you.](http://arbitraryreason.com/automated-gui-testing-will-kill-you/)
* [Why is functional testing against the UI so fragile?](https://www.quora.com/Why-is-functional-testing-against-the-UI-so-fragile)

## Semver
* [What's a breaking change?](https://github.com/semver/semver/issues/148#issuecomment-25529446)