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
- Host: GitHub
- URL: https://github.com/nsaunders/resources
- Owner: nsaunders
- License: mit
- Created: 2018-04-10T15:44:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T13:54:47.000Z (over 3 years ago)
- Last Synced: 2025-08-03T22:07:52.132Z (11 months ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)