The Story
Everyone’s got certain websites and tools that they go back to, or certain guides and snippets of information that’s really hard to find, despite being very well written. I feel that I should share some of these, so that others can benefit from them.
I will be updating this list with new resources and goodies as time goes by.
The List
News
General
- Create a tree directory structure in text (credit to this Stack Overflow answer)
- crontab guru
- OpenSSL Cheatsheet
- explainshell.com
- Git Command Explorer
- Draw ASCII diagrams
- SQL vs MongoDB terminology
Career Growth
Coding (Biased towards Ruby on Rails)
- Documentation on Ruby on Rails column types
- Loading associations on Rails
- Safer database migrations (this is a Rails gem, but even if you don’t use Rails, it’s good to read to learn more about databases)
- Golang by example
- JWT Tokens
- Identifying N+1 queries (another Rails gem)
Comments