Native HTML Input field with auto-complete

Web Development

http://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>

Things I want to learn or get better at

Web Development
Command Line / Unix / BASH
http://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