Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monkeymars/screencasts
Code that goes along with my screencasts
https://github.com/monkeymars/screencasts
Last synced: 3 months ago
JSON representation
Code that goes along with my screencasts
- Host: GitHub
- URL: https://github.com/monkeymars/screencasts
- Owner: monkeymars
- Fork: true (curran/screencasts)
- Created: 2014-03-31T16:36:31.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2014-03-12T20:46:31.000Z (almost 11 years ago)
- Last Synced: 2023-04-01T16:02:57.348Z (over 1 year ago)
- Language: JavaScript
- Size: 2.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains code that goes along with [my screencasts](http://www.youtube.com/user/currankelleher/videos).
Here's a suggested sequence progressing in complexity:
* Introduction to Computer Programming in JavaScript - [screencast](http://www.youtube.com/watch?v=zIpA8k167gU) - [code](https://github.com/curran/screencasts/tree/gh-pages/introToJS) - Introduces basic syntax and semantics of the JavaScript Language.
* Mathematical Graphic Patterns - [screencast](http://www.youtube.com/watch?v=P8SaZtTctKQ) - [code](https://github.com/curran/screencasts/tree/gh-pages/mathPatterns) - Introduces HTML5 Canvas and animation.
* Bouncing Circles - [screencast](http://www.youtube.com/watch?v=yF0T7lviBnY&feature=youtu.be) - [code](https://github.com/curran/screencasts/tree/gh-pages/bouncingCircles) - Covers interaction with HTML5 canvas and n-body physics simulation.
* Polygon Editor with HTML5 Canvas, Backbone.js and Require.js - [screencast](http://www.youtube.com/watch?v=lNfKn0wbxYI) - [code](https://github.com/curran/screencasts/tree/gh-pages/polygonEditor) - Introduces the Model View Controller concept along with Require.js, Underscore.js, and Backbone.js by building an interactive polygon editor.
* Building a Graphing Calculator - [screencast](http://www.youtube.com/watch?v=E-_Lc6FrDRw&feature=youtu.be&a) - [code](https://github.com/curran/screencasts/tree/gh-pages/grapher) - Covers plotting of mathematical functions, linking user interface elements to a model behind the graphics, and using the URL hash fragment (without any single-page-app libraries).
* Introduction to Angular.js in 50 examples - [screencast](https://www.youtube.com/watch?v=TRrL5j3MIvo&feature=youtu.be) - [code](https://github.com/curran/screencasts/tree/gh-pages/introToAngular) - Introduces Angular.js, covers background of data binding, single-page-apps, and related libraries, then introduces Angular features by example.All content released under the [MIT License](http://opensource.org/licenses/MIT). Feel free to use and modify!
[Curran Kelleher](https://github.com/curran/portfolio) 2014