Skip to content

pjpoole/references

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

References

A repo of subject-collected references that I find useful.

Ultimately, this sort of thing is deeply personal, but maybe this is useful to someone else.

Subhead Topics
General Tutorials
Languages Ruby, rspec/capybara testing, SQL, JS
Web HTML, CSS, JQuery, Backbone, HTTP
Frameworks Rails, Canvas
Tools Git, helpful gems, install pages, further readings
Style Style guides for many languages
Environment Mostly bash/terminal stuff
Practice Fun stuff to get you more handy with tools
Snippets Snippets I've found myself searching for

General

Languages

Ruby (version 2.1.5)

Testing

SQL

JavaScript

Web

HTML

CSS

JQuery

Backbone

HTTP

Frameworks

Rails

  • Rails API
  • Rails Guides, click the dropdown on the top right for more.
    • There are a couple that are really good and merit reading all the way through.
  • Rails status codes, semantic HTTP Status Codes

Canvas

Tools

Style

Environment

Shell

Practice/Inspiration

General/Math

Language specific

Tools

Pinterest

Books

Snippets

  • Git reset authorship:
    git filter-branch -f --env-filter "GIT_AUTHOR_NAME='your_full_name'; GIT_AUTHOR_EMAIL='your_email'; GIT_COMMITTER_NAME='your_full_name'; GIT_COMMITTER_EMAIL='your_email';" HEAD
  • create new rails project: rails new project_name --database postgresql
  • rails initial config (can probably be automated)
    • database.yml
    • Gemfile

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published