Web Development
Web GL Resources and getting started video
Web Design, Web DevelopmentMore Resources: Shadertoy
Serverless Implementations using AWS
Web DevelopmentSkewed Static Background CSS
CSS, Web DevelopmentFound this on CSS Tricks today and this one caught my eye
Vanilla Interactive JS Photo Lightbox
Web DevelopmentNative HTML Input field with auto-complete
Web Developmenthttp://codepen.io/joewalnes/pen/NPMEwO
<input list="cheeses">
<datalist id="cheeses">
<option>Camembert</option>
<option>Cheddar</option>
<option>Chèvre</option>
<option>Cotija</option>
<option>Emmental</option>
<option>Feta</option>
<option>Gouda</option>
<option>Manchego</option>
<option>Monterey Jack</option>
<option>Mozzarella</option>
<option>Parmigiano-Reggiano</option>
<option>Roquefort</option>
<option>Taleggio</option>
</datalist>
Creating Custom Command Line Commands
Web DevelopmentUsing information from this page I created my own commands for Bash.
One important note: I didn’t have luck adding the export path to `.bashrc` but adding them to .profile worked just fine.
Typographica.org: Fonts of 2015
Web Design, Web DevelopmentRegex101
Web DevelopmentThings I want to learn or get better at
Web Developmenthttp://www.oliverelliott.org/article/computing/tut_unix/ReactJS
http://jamesknelson.com/learn-raw-react-no-jsx-flux-es6-webpack/
http://courses.reactjsprogram.com/courses/reactjsfundamentals
React Native
Node Authentication
https://www.youtube.com/watch?v=twav6O53zIQ
AngularJS 1.0
https://www.sitepoint.com/premium/courses/node-js-an-introduction-2866
Regular Expressions
http://regexone.com/
NoSQL Database, primarily mongodb
http://mongodb.com
Python
https://www.udacity.com/course/programming-foundations-with-python–ud036
ember.js
http://emberjs.com/
famo.us
http://famous.co/
Markdown
http://daringfireball.net/projects/markdown/
JS functions I haven’t used reguarly
.map()
.filter()
Way later projects
C++
C#
Java ew