Skip to content

Instantly share code, notes, and snippets.

View davidyang's full-sized avatar

david yang davidyang

View GitHub Profile
@davidyang
davidyang / fullstack-badge.md
Created January 29, 2016 15:54 — forked from oddurs/fullstack-badge.md
The Fullstack Badge of Honor

The Fullstack Badge of Honor

Instructions

Congratulations! You've made a project that warrants the Fullstack Badge of Honor. This means that you've succeeded in making something extraordinary.

To display your prize proudly, simply add the following markdown snippet into your README.md in the line directly underneath your title:

[](http://fullstackacademy.com/)
var StudentDaySchema = new Schema({
user: {
name: {type: String}
},
date: {type: Date, default: Date.now},
attendance: {
status: {type: String},
comments: {type: String}
},
helpTickets: [{
@davidyang
davidyang / README.md
Created November 4, 2013 21:50 — forked from mnutt/README.md

Update the rope lengths using update(leftLength, rightLength).

@davidyang
davidyang / README.md
Last active December 26, 2015 09:29 — forked from mnutt/README.md

Update the rope lengths using update(leftLength, rightLength).

Screencasting Framework

The following document is a written account of the Code School screencasting framework. It should be used as a reference of the accompanying screencast on the topic.

Why you should care about screencasting?

You're probably aren't going to take the time to read this document if you're not interested, but there are a lot of nice side effects caused by learning how to create quality screencasts.

  1. Communicating more effectively - At Envy Labs we produce screencasts for our clients all the time. Whether it's demoing a new feature or for a presentation for an invester, they're often much more effective and pleasent than a phone call or screen sharing.