Skip to content

Instantly share code, notes, and snippets.

View pel-daniel's full-sized avatar

Daniel Garcia pel-daniel

View GitHub Profile
We can make this file beautiful and searchable if this error is corrected: No tabs found in this TSV file in line 0.
a
abandon
ability
able
abortion
about
above
abroad
absence
absolute
@pel-daniel
pel-daniel / ideas.md
Last active February 25, 2019 01:42
ideas for projects

Future Projects

Don’t work

  • Refuse to work on systems that profit from digital addictions.
  • Refuse to work on systems that centralize control of media.
  • Refuse to work on systems that prop up an unjust status quo.
  • Refuse to work on systems that require unsustainable tradeoffs.
  • Refuse to work on systems that weaponize the fabric of society.

Don't use

@pel-daniel
pel-daniel / cheatsheet.md
Last active September 11, 2017 20:37
Rails conventions

Rails conventions

General

All filenames are in snake_case following the same conventions

  • Model: singular (e.g. Restaurant)
  • Controller: plural (e.g. RestaurantsController)
  • Table in DB: plural (e.g. restaurants)
  • URL's: all in plural (e.g. /restaurants, /restaurants/:id, /restaurants/new)
@pel-daniel
pel-daniel / Shortcuts.md
Last active June 28, 2017 00:50
Useful shortcuts

Bash

  • Ctrl r -> Search history

    • Ctrl r (again) -> Next match
    • tab -> Show all options
  • Ctrl p -> Previous command

  • Ctrl n -> Next command

  • Ctrl a -> Beginning of line