Skip to content

Latest commit

 

History

History
148 lines (126 loc) · 10.8 KB

headstart.md

File metadata and controls

148 lines (126 loc) · 10.8 KB
layout title description permalink
page
Head Start
A list of front-end web development resources.
/headstart

Intro to Web Development

Tools of the Trade: Text Editors

  • Atom Free, cross-platform (OS X, Windows, and Linux.) editor from the fine folks at GitHub.
  • Atom Keyboard Shortcut Cheat Sheet Great printable sheet to keep on your desk.
  • Sublime Text 3 Widely used text editor for code, markup and prose. Free to try, $70 to own.
  • Visual Studio Code Excellent newcomer from Microsoft. Free and cross-platform.
  • Brackets Open source text editor founded by Adobe. Free.

Tools of the Trade: Terminal / Console Emulators

Tools of the Trade: Browser DevTools

Intro to the Command Line

Intro to Git & GitHub

HTML

CSS

JavaScript

Free Web Dev resources

Images

  • Essential Image Optimization A free book on modern image optimization techniques. Formats, decoders, techniques for efficient compression and more are covered.