Skip to content

Instantly share code, notes, and snippets.

@dklounge
dklounge / gist:f462191ea2de13e1c082
Last active August 29, 2015 14:14
Wefunder content/marketing brainstorms
# 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
@dklounge
dklounge / gist:433623d01629da114b3c
Created February 3, 2015 23:01
Job Portraits Biz Dev Brainstorm
# 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
@dklounge
dklounge / gist:f100de47a49a625e1a43
Last active August 29, 2015 14:14
Viking Code School Brainstorms
# 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
@dklounge
dklounge / gist:e307f0829faa036b9bff
Last active August 29, 2015 14:12
startup digest

##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.

@dklounge
dklounge / gist:781d55080be50c45724a
Last active August 29, 2015 14:01
5 Things I would do with Balsamiq

5 Things

###Customer Happiness##

  1. build channels to magnify praises from community.balsamiq.com
  2. look for opportunities to convert problems into praises
  3. 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 >

@dklounge
dklounge / Django reference
Created December 21, 2013 18:00
Django commands reference
# 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
@dklounge
dklounge / gist:7592429
Created November 22, 2013 00:19
Interview: What are the examples of big O notation?

Topic: Give examples of loops and compute times

@dklounge
dklounge / gist:7592411
Last active December 29, 2015 01:19
Interview: Tell me about inner join and outer join

Topic: Inner join vs. outer join

@dklounge
dklounge / gist:7592397
Last active December 29, 2015 01:19
Interview: What is hash and why is it important?

Topic: What is hash and why is it important?

@dklounge
dklounge / Ruby Bookmarks
Last active December 25, 2015 08:19
Ruby on Rails learning resources
## 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