Website with a curated list of free programming tutorials.
npm install
npm start
Type | Technology |
---|---|
Development Database | SQLite |
Hosting Platform | Heroku |
Object-relational mapping | Objection.js |
Production Database | PostgreSQL |
Programming Language | ECMAScript |
Server Framework | hapi.js |
Testing Framework | Jasmine |
User Interface Library | React |
We Love Coding is built with best practices and standards in mind.
Type | Methodology |
---|---|
Commit Message Style | Semantic Commit Messages |
Frontend Structure | Fractal |
Always strive to make code that can be modified with the least number of edits. — Lea Verou
The ideal number of arguments for a function is zero (niladic). Next comes one (monadic), followed closely by two (dyadic). Three arguments (triadic) should be avoided where possible. More than three (polyadic) requires very special justification -- and then shouldn't be used anyway. — Robert C. Martin