An open API service indexing awesome lists of open source software.

https://github.com/lfilho/learning-exercises


https://github.com/lfilho/learning-exercises

Last synced: 2 months ago
JSON representation

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