Skip to content

olivervbk-studiare/playbook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feel free to create a PR to this repository

Code

Markdown

CheatSheet

Screencasts

RubyTapas - screencast about ruby

Destroy all Software - screencast about ruby

Ruby

Tip: Always which you want test anything in Ruby, run the command prompt below:

irb
  1. Short Introduction to ruby RubyMonk

  2. Excellent guide to grok main nuances/details in Rub language RubyKoans

  • Recommendation: If you prefer which after each change make in your editor the koans run again automatically, install Ruby gem called watchr. See below:
cd ruby_koans
rake
gem install watchr
watchr koans.watchr
  1. Ruby coding style guide

React

This is an excellent video introducting React with Rails

React on Rails conf

WEBPACK

This is our Compilation of knowledge about webpack

Webpack Introduction

Tools

Git

Git setup

git config --global alias.co checkout
git config --global alias.br branch
git config --global alias.ci commit
git config --global alias.st status
git config --global alias.unstage "reset HEAD"
git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"

Autocomplete with Git

  • Rodar no terminal:
brew install git && brew install bash-completion
if [ -f $(brew --prefix)/etc/bash_completion ]; then
  . $(brew --prefix)/etc/bash_completion
fi

About

Repository with information for new joiners, etc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors