Feel free to create a PR to this repository
RubyTapas - screencast about ruby
Destroy all Software - screencast about ruby
Tip: Always which you want test anything in Ruby, run the command prompt below:
irb-
Short Introduction to ruby RubyMonk
-
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- OBS. The download link seems broken. Use https://github.com/tibbon/ruby-koans instead
This is an excellent video introducting React with Rails
This is our Compilation of knowledge about webpack
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"- Rodar no terminal:
brew install git && brew install bash-completion
if [ -f $(brew --prefix)/etc/bash_completion ]; then
. $(brew --prefix)/etc/bash_completion
fi- OU autocomplete: completion.bash in https://git-scm.com/book/en/v1/Git-Basics-Tips-and-Tricks