Skip to content

Instantly share code, notes, and snippets.

@ktravers
Created January 20, 2016 03:00
Show Gist options
  • Save ktravers/8806906e7f1b56c7b9ad to your computer and use it in GitHub Desktop.
Save ktravers/8806906e7f1b56c7b9ad to your computer and use it in GitHub Desktop.
Developer Tools and Resources

Developer Tools and Resources

compiled by learn.co community

Database Tools

GUIs

Base

http://menial.co.uk/base/

Navicat

http://www.navicat.com/

SQLite3 Browser

http://sqlitebrowser.org/

Books

Ruby

  1. Learn to Program - Chris Pine
  2. Well Grounded Rubyist - David A. Black
  3. Programming Ruby - Andy Hunt
  4. Eloquent Ruby - Russ Olsen
  5. POODR (Practical Object Oriented Design in Ruby) - Sandi Metz
  6. Refactoring Ruby
  7. The Ruby Programming Language - David Flanagan

Rails

  1. Agile Web Development with Ruby on Rails - Sam Ruby
  2. The Rails 4 Way - Obie Fernandez
  3. Everyday Rails Testing with RSpec - Aaron Sumner

Javascript

  1. Eloquent Javascript - http://eloquentjavascript.net/
  2. Speaking JS - http://speakingjs.com/
  3. Superhero JS - http://superherojs.com/
  4. ECMA 2015 Tutorial - http://ccoenraets.github.io/es6-tutorial/

Podcasts

Websites

Ruby Documentation

http://ruby-doc.org/

Rails Documentation

http://guides.rubyonrails.org/

Nokogiri Tutorial

http://www.nokogiri.org/

Active Record Basics

http://guides.rubyonrails.org/active_record_basics.html

Ruby Gems

https://rubygems.org/

Bastard’s Book of Ruby

http://ruby.bastardsbook.com/

Regex

http://regexlib.com/CheatSheet.aspx

The Pragmatic Programmer’s Guide

http://ruby-doc.com/docs/ProgrammingRuby/#UJ

Helpful Tutorials

Ruby Monk

https://rubymonk.com/

Codecademy

https://www.codecademy.com/

Text Editors

Sublime Text

http://www.sublimetext.com/

Atom

https://atom.io/

Note Taking

Quiver

http://happenapps.com/#quiver

Newsletters

Music For Programming

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment