Work in progress
- Implementing a Visual CSS Testing Framework by Jessica Dillon
- PostCSS: The Future After Sass and Less by Andrey Sitnik
- CSS First by Michelle Bu
- Things I've Learned About CSS by Adam Morse
- CSS Performance Tooling by Addy Osmani
- Move Slow and Fix Things by Daniel Eden
- http://csswizardry.com/2015/03/immutable-css/
- http://csswizardry.com/2012/06/the-open-closed-principle-applied-to-css/
- http://www.jon.gold/2015/07/functional-css/
- http://eng.wealthfront.com/2013/08/functional-css-fcss.html
- https://blog.colepeters.com/building-and-shipping-functional-css/
- http://www.basscss.com/docs/reference/principles/#immutable-utilities
- Lenses with Immutable JS by Brian Lonsdorf
- Immutable Data and React by Lee Byron
- Immutability, Interactivity & JavaScript by David Nolen
- Scope by Todd Motto
- Callback Hell by Max Ogden
- What the heck is the event loop anyway? by Philip Roberts
- Asynchronous JavaScript at Netflix by Matthew Podwysowski
- How are Method Calls Formed?: A talk by Aaron Patterson
- See Hacker Hack: A talk about web security and the tooling to test applications.
- http://ai.berkeley.edu/lecture_videos.html
- http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-034-artificial-intelligence-fall-2010/lecture-videos/
- http://karpathy.github.io/2015/05/21/rnn-effectiveness/
- https://github.com/jcjohnson/torch-rnn
- http://www.redblobgames.com/x/1645-phoneme-namegen/
- http://blog.mailgun.com/security-guide-basic-infrastructure-security/
- http://www.codelitt.com/blog/my-first-10-minutes-on-a-server-primer-for-securing-ubuntu/
MIT
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
Crafted with <3 by @4lpine