These reference sheets provide quick access to basic syntax models, code snippets and brief explanations of topics related to web development. I created most of them for my own use while enrolled in the web dev immersive program at Dev Bootcamp in New York. I share them here with future web dev students (at DBC and elsewhere) to "pay forward" all the help and support given to me by my teachers, mentors, and peers at DBC and on the wider web.
- ActiveRecord Validations
- AJAX Calls
- HTTP Request-Response Cycle
- Object-Oriented Javascript
- ReSTful Routes for Sinatra
- Git Rebase Workflow
- Drop-In CSS for Sinatra MVPs—This one is a full repo in the form of a tutorial.
These links connect to resource created by other people that support web development in general, and Sinatra- or Rails-based work in particular.
- The Technical Interview Cheat Sheet by GitHub user TSiege
A large list covering Ruby, Rails, TDD, Heroku, Task Automation, MEAN Stack, and other topics.