| # | Brainstorm | Category |
|---|---|---|
| 1 | Simulated investment competition - like this game a friend built: http://www.bearandbull.co/ | Tool |
| 2 | Scholarship to a 7 year old to invest (via parents) so you can say "So easy, a 7 year old can do it." | Marketing |
| 3 | Guide to Startup Investing eBook by the Wefunder Team - sell on Gumroad and AppSumo | Tool |
| 4 | Guess its worth game - similar to simulated competition, users exercise valuation muscle | Tool |
| 5 | Why would anyone invest in startups when you can invest in bluechip stocks. Isn't risk too high? | Content |
| 6 | Play on the American Dream, manufacture an aspiration. Something like "Build the World You Want" | Marketing |
| 7 | Trees and investing mashup. Fast growth vs. slow growth. Illustrated with fast growing vs. slow growing tree. | Content |
| 8 | Short gif or commercial with unicorns flying around - the billion dollar companies - is it realy? | Content |
| # | Brainstorm | Category |
|---|---|---|
| 1 | Become a host for SF Startup Bike as it is a natural recruiting opportunity | Partner |
| 2 | Become an official partner for CodePath to offer candidate-related services | Partner |
| 3 | Discount to bootcamp grads to build a book of talent - would be part of a new service line | Product |
| 4 | Guest blog | Content |
| 5 | Affiliate for recruiting agencies and split fees | Partner |
| 6 | Start a separate recruitings service positioned to focus on fitness and culture and exclusive startups | Product |
| 7 | Monthly payment plan for team services | Product |
| 8 | Equity payment plan | Product |
| # | Brainstorm | Category |
|---|---|---|
| 1 | Meetup demo - local meetup where an online live class is broadcast | Event |
| 2 | Submit tutorial content to Ruby Weekly or JavaScript Weekly, important dev community newsletters | Content |
| 3 | Guest post on other coding blogs like Lifehacker or on Railsapps.org | Content |
| 4 | Walk down Mission Street and hand out learn to code cards to Hipsters | Event |
| 5 | Code picnic on Dolores open to commnity | Event |
| 6 | Host SF Startup Bike to recruit teachers and mentors | Event |
| 7 | Create school YouTube channel for students to post entrance video and exit or project video | Content |
| 8 | Pay Fancy Hands to submit existing blog and content to list of potential partner blogs or content sites | Content |
##Roadmap for SD 2015
##1. Background
First a little background. We want to focus and grow startup digest in 2015. We have already agreed to those attributes denoted in bold: focus and growth. The following is a clarification of what that means, and an outline of a plan for what we will actually do with our time.
We have engaged with a diverse group of readers and communities and learned a little bit about their goals, and how they view Startup Digest. Also, we have made various attempts - surveys, contests, analytics, click maps - to further refine our understanding of the Digest and its readership.
We have seen competitor products that are beginning to automate the event curation process. Eventbrite suggestions and Crunchbase come to mind.
###Customer Happiness##
- build channels to magnify praises from community.balsamiq.com
- look for opportunities to convert problems into praises
- look for ways to reduce the problems & questions / conversations ratio
All the while reflecting on what customer success means and relaying findings to the product team >
| # Based on Django tutorial - as a quick-reference for commands | |
| # See [Django 1.6 docs](https://docs.djangoproject.com/en/1.6/intro/tutorial01/) | |
| # to get installed version | |
| $ python -c "import django; print(django.get_version())" | |
| # to start a project - will create a YOUR_PROJECT folder | |
| $ django-admin.py startproject YOUR_PROJECT | |
| # manage.py is a command-lin utility for intercting with Django project |
| ## Ruby and Ruby on Rails Bookmarks | |
| ### General programming knowledge | |
| * [Emacs Tutorial](http://cmgm.stanford.edu/classes/unix/emacs.html) - though the truth is, I use sublime | |
| * [Try Git from Code School](http://try.github.io/) | |
| ### Intro courses and tutorials | |
| * [Flatiron School Prepwork](http://prework.flatironschool.com/#overview) - itself an aggregation of materials | |
| * [Girl Develop It Lessons](http://www.teaching-materials.org/) - GDI teaching material |