https://github.com/lfilho/learning-exercises
https://github.com/lfilho/learning-exercises
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lfilho/learning-exercises
- Owner: lfilho
- Created: 2015-11-04T20:43:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-14T12:41:19.000Z (over 9 years ago)
- Last Synced: 2025-03-17T11:52:08.955Z (3 months ago)
- Language: JavaScript
- Size: 237 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Learning Exercises
==================This is a repo with playground projects. Here are them with some buzzwords used in each one of them:
### [TODO List data traverser](./todo-list-data-traverser)
- **Programming type**: `Node.js` (Backend only)
- **Tech used**: `Promises`, `Node 5`, `Mocha`, `Istanbul`, `Chai`, `Sinon`, `ES Lint`
- **Last worked on**: Nov 2015### [Simple Music Recomendations](./music-recomendations)
- **Programming type**: `Node.js` (Backend only)
- **Tech used**: `MongoDB`, `Monk`, `Promises`, `Koa.js`, `Node 4 (ES 2015 features)`, `Mocha`, `Supertest`, `Istanbul`, `Chai`, `Sinon`, `ES Lint`
- **Last worked on**: Oct 2015### [Tessel](./tessel)
- **Programming type**: `Node.js` (IoT / Microcontroller - Tessel)
- **Tech used**: `Tessel` (v1)
- **Last worked on**: Oct 2015### [Simple Note Taking](./note-taking)
- **Programming type**: `Browser` (Frontend only)
- **Tech used**: `Backbone.js`, `Marionette`, `LocalStorage`, `Browserify`, `LiveReload`, `Foundation CSS Framework`, `Casper.js`, `Grunt`, `JS Hint`
- **Last worked on**: Sep 2014### [Rock Paper Scissors Game](./rock-paper-scissors)
- **Programming type**: `Browser` (Frontend only)
- **Tech used**: `Backbone.js`, `Jasmine`, `Require.js`, `Twitter Bootstrap`
- **Last worked on**: Dec 2012