Skip to content

Instantly share code, notes, and snippets.

View Denniskamau's full-sized avatar

Dennis Kamau Denniskamau

View GitHub Profile
@Denniskamau
Denniskamau / introrx.md
Created February 24, 2020 16:39 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
@Denniskamau
Denniskamau / .eslintrc.json
Created June 10, 2018 17:14 — forked from yyscamper/.eslintrc.json
ESLint Airbnb Javascript Standard Configuration (Single File Version)
{
"rules": {
"strict": [
"error",
"never"
],
"import/no-unresolved": [
"error",
{
"commonjs": true,
@Denniskamau
Denniskamau / bobp-python.md
Created March 30, 2017 05:53 — forked from sloria/bobp-python.md
A "Best of the Best Practices" (BOBP) guide to developing in Python.

The Best of the Best Practices (BOBP) Guide for Python

A "Best of the Best Practices" (BOBP) guide to developing in Python.

In General

Values

  • "Build tools for others that you want to be built for you." - Kenneth Reitz
  • "Simplicity is alway better than functionality." - Pieter Hintjens