https://github.com/johno/web-cannon
Useful information to reference while building websites for humans
https://github.com/johno/web-cannon
Last synced: 4 months ago
JSON representation
Useful information to reference while building websites for humans
- Host: GitHub
- URL: https://github.com/johno/web-cannon
- Owner: johno
- License: mit
- Created: 2016-01-24T19:49:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-28T05:25:57.000Z (over 9 years ago)
- Last Synced: 2025-04-15T09:17:50.448Z (about 1 year ago)
- Homepage:
- Size: 16.6 KB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# web-cannon
_Work in progress_
- [CSS](#css)
- [Talks](#css-talks)
- [Tools](#css-tools)
- [Functional CSS](#functional-css)
- [Tools](#functional-css-tools)
- [UI](#ui)
- [JavaScript](#javascript)
- [ES2015](#es2015)
- [Immutable](#immutable-javascript)
- [Intermediate](#intermediate-javascript)
- [Advanced](#advanced-javascript)
- [Async](#async-javascript)
- [CSS + JS](#css-js)
- [Ruby](#ruby)
- [Internals](#ruby-internals)
- [Security](#ruby-security)
- [Debugging](#ruby-debugging)
- [AI](#ai)
- [Security](#security)
## CSS
### CSS talks
- [Implementing a Visual CSS Testing Framework](https://www.youtube.com/watch?v=ItyUjVWl4q8) by Jessica Dillon
- [PostCSS: The Future After Sass and Less](https://www.youtube.com/watch?v=6jz6p7wqOpI) by Andrey Sitnik
- [CSS First](https://www.youtube.com/watch?v=ALEGHlwMXxs) by Michelle Bu
- [Things I've Learned About CSS](https://www.youtube.com/watch?v=14N_V56tqd4) by Adam Morse
- [CSS Performance Tooling](https://www.youtube.com/watch?v=FEs2jgZBaQA) by Addy Osmani
- [Move Slow and Fix Things](http://www.thedotpost.com/2015/12/daniel-eden-move-slow-and-fix-things) by Daniel Eden
### Functional CSS
-
-
-
-
-
-
##### Functional CSS Tools
-
-
##### Frameworks
-
-
## UI
-
-
## JavaScript
### ES2015
- [If you wish to learn ES6/2015 from scratch, you must first invent the universe](https://www.youtube.com/watch?v=HxHBAU0cTHU) by Ashley Williams
### Immutable JavaScript
- [Lenses with Immutable JS](https://medium.com/@drboolean/lenses-with-immutable-js-9bda85674780#.8t4xb62w5) by Brian Lonsdorf
- [Immutable Data and React](https://www.youtube.com/watch?v=I7IdS-PbEgI) by Lee Byron
- [Immutability, Interactivity & JavaScript](https://www.youtube.com/watch?v=mS264h8KGwk) by David Nolen
### Intermediate JavaScript
- [Scope](https://toddmotto.com/everything-you-wanted-to-know-about-javascript-scope/) by Todd Motto
- [Callback Hell](http://callbackhell.com/) by Max Ogden
### Advanced JavaScript
- [What the heck is the event loop anyway?](https://www.youtube.com/watch?v=8aGhZQkoFbQ) by Philip Roberts
### Async JavaScript
- [Asynchronous JavaScript at Netflix](https://www.youtube.com/watch?v=a8W5VVGO-jA) by Matthew Podwysowski
### React
-
## CSS + JS
-
-
-
## Ruby
### Ruby Internals
- [How are Method Calls Formed?](https://www.youtube.com/watch?v=b77V0rkr5rk): A talk by Aaron Patterson
### Ruby Security
- [See Hacker Hack](http://confreaks.tv/videos/keeprubyweird2015-see-hacker-hack): A talk about web security and the tooling to test applications.
### Ruby Debugging
- [I am a Puts Debuggerer](https://tenderlovemaking.com/2016/02/05/i-am-a-puts-debuggerer.html)
## AI
-
-
-
-
-
## Security
-
-
## License
MIT
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
***
> Crafted with <3 by [@4lpine](https://twitter.com/4lpine)