back to

Welcome Project

Click on a card to see what's behind it.

You'll see what everyone who has completed the card has learned by doing it.

These "submissions" can be photos, links to blog posts, links to Dropbox files or Youtube videos, and even snippets of code.

Vania Carrasco Berdeja
Vania Carrasco Berdeja completed this card.
Sebastian Ewel
Sebastian Ewel completed this card.
George Washington
George Washington completed this card.

Here's a link to a Dropbox folder with photos of a place that's very dear to my heart, Mount Vernon:
https://www.dropbox.com/sh/zofzix9ke0xpvvv/AACHe97yQsJ0j-ywugei_vk4a?dl=0

Thomas Jefferson
Thomas Jefferson completed this card.

Here's a snippet of code I've been recently working on:

class DeclarationOfIndependence
  def initialize
    @life = life
    @liberty = liberty 
    @happiness = happiness
  end
end