Skip to content
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.

bennycode/website

Repository files navigation

We Love Coding

Website with a curated list of free programming tutorials.

Build Status

Build

Getting Started

npm install
npm start

Technology Stack

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

Quality Standards

We Love Coding is built with best practices and standards in mind.

Programming Methodologies

Type Methodology
Commit Message Style Semantic Commit Messages
Frontend Structure Fractal

Programming Principles

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