Skip to content

Instantly share code, notes, and snippets.

@phlco
Last active March 7, 2016 23:47
Show Gist options
  • Save phlco/f8e081590536fe66673f to your computer and use it in GitHub Desktop.
Save phlco/f8e081590536fe66673f to your computer and use it in GitHub Desktop.

After Hours

:image


Congrats on your first day! 🎉

Today we dove into setting up our development environments and started work in the terminal and with git.

Checklist for tonight!

  • Update your Github profile with your name and picture!
  • Update your Github profile with a picture of your face!
  • Update your Slack profile to include your Github username
  • Update your Slack profile to include "WDI Student - Santa Monica"
  • Update your Slack profile to include a phone number
  • Read about Markdown
  • Read about Sublime
  • Read about Gists
  • Create some cheatsheets
  • Bed before midnight!

Explore Markdown

Notetaking

Make Cheatsheets for the Command Line, Git and Sublime.

Markdown is a simplified way of getting information onto a page without any design thrills.

It's clean. It's obvious. And it saves you OODLES of time in documenting your code.

Read through the mastering Markdown guide on github.

Know thine editor

:image

You'll be working every day in Sublime Text!

Read through and practice these Sublime shortcuts!

Focus on being able to split your Sublime windows, jump between tabs, select, comment, and delete lines!


Putting it all together!

This will test your ability to read documentation, while teaching you how to use Markdown and test your Sublime and terminal commands.

Remember, this is a cheatsheet, not an exhaustive reference.

Include only the commands you feel you'll use often. Here's an example.

If you want a markdown editor, we recommend MacDown.

Create cheatsheets for:

  1. Bash (the Command Line)
  2. Git
  3. Sublime Text

Create a folder in your in your ~/code/wdi called cheatsheets and name them bash_cheatsheet.md, for example.


Gists

Gists are a great way to share work or small notes.

Read through creating gists.

Try turning your cheatsheets into gists!

References

Markdown Tutorial Markdown Cheatsheet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment