Templates, cheatsheets and other assistance for devs in training
- Mobile-first templates [css][html]
- KnightLab TimelineJS Custom embed template
- Twitter bootstrap journo template [html][jade]
- Scraper -- default NodeJS setup and file structure for a scraper [view]
In order to make your coding experience smoother, I have provided the following configurations scripts which will automate the install and setup of the various applications you'll be using in class (Git, homebrew, atom, sublime, etc) [readme]
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/tc-mccarthy/edu/master/scripts/osx_setup)"
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/tc-mccarthy/edu/master/scripts/github-keygen)"
All commands, including the one-liner, should be run in the PowerShell. PowerShell ISE and Command prompt do not work properly with this script.
iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/tc-mccarthy/edu/master/scripts/windows_setup.ps1'))
Tutorials
- Recommended configuration for script atom packages. [view]