- bootstrapping
- friends, family & fools
- Small business grants
- crowdfunding
- angel investors
- venture capital
- incubator/accelerator
- strategic partner
- bartering for services
- loans and line-of-credit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from django.core.management import utils | |
print(utils.get_random_secret_key()) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
psql postgres | |
postgres=#CREATE USER fitvestment WITH PASSWORD 'password'; | |
postgres=# CREATE DATABASE fitvestment WITH OWNER fitvestment; | |
CREATE DATABASE | |
postgres=# DROP DATABASE fitvestment; | |
DROP DATABASE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
application/server monitoring | |
usage metrics | |
- how many users, who they are | |
engagement metrics | |
- how users are interacting with you | |
web metrics | |
- visitors, pageviews | |
only collect data if it tells you an answer to question |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Human capital: | |
1 - growth strategy | |
- losing track of your north star | |
2 - human capital potential and organizational alignment | |
- waiting too long and investing too lile | |
3 - marketing | |
Value proposition | |
- the best strategy can fail at implementation without a human capital strategy supporting it |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
How to Start on a Shoe String: | |
Superhero qualities: | |
get the job done | |
best at what they do | |
extremely focused | |
not to be perfect but ocused on perfection | |
see things different | |
- good vs evil |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
balance growth between customers and partners | |
intentionally design and invest in your partner experience | |
empower your partners to inject value in the ecosystem | |
makes it much more scalable | |
drive customers to use partner offerings | |
apiry |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tips for working with the Media | |
yours is one of many others | |
don’t obsess over your press release | |
be prepared - your execs have to be available immediately to talk | |
what do reporters really want? | |
- journalists want conflict and trends in your industry | |
- the bold get covered, the meek don’t | |
Scratch my back and I’ll scratch yours | |
- be a trusted resource to reporters |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<svg height="1200" width="1200"> | |
<circle cx="550" cy="550" r="500" stroke="black" stroke-width="6" fill="none"/> | |
</svg> |