Git is our version control system. Goals Understand why we use git. Learn how to work with your local repository...
Rails is our web framework. Goals Be able to write a simple Rails application. Understand how Rails talks to the...
When your code does not behave as expected, you can use a debugger statement ("breakpoint") at any point in your...
makandra's development process Learn about our process. The squares represent the state of the issue in Linear:
Learn Enough Command Line to be Dangerous (it's in our library => Google Drive) CLI tricks every developer should...
Understand the differences between git diff and git diff --staged (or git diff --cached) Understand the difference between git...