- idea
- flesh out the idea: requires a business model.
- the business model needs to be validated.
- is there a market? who?
- can access/address the market? (eg: sale a real thing)
- is there enough to offer? what is the minimum viable product or service?
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
<script type="text/vnd.graphviz" id="graphviz"> | |
digraph G { | |
"select a language" -> "language" | |
"language" -> "ruby" | |
"language" -> "python" | |
"language" -> "javascript" | |
"language" -> "language selected" | |
"language selected" -> | |
"setup local dev environment" | |
} |
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
<script type="text/vnd.graphviz" id="graphviz"> | |
digraph G { | |
"bitcoin" -> "btc" | |
"bitcoin" -> "bch" | |
"bitcoin" -> "bsv" | |
"btc" -> "bch" | |
"bch" -> "bsv" | |
"blockchain" -> "bitcoin" |
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
{ | |
name: "Sample Organization", | |
uuid: "unique identifier", | |
abbreviation: "ORG", | |
url: "https://example.org", | |
budget_amount: 173876.23, | |
budget: {}, // could also be its own detailed object | |
head_count: 42, |
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
title Walnut Creek Downtown Vacancies | |
component User [1, 0.45] | |
component Entrepreneurs [1, 0.25] | |
component Walnut Creek Downtown Biz [.9, 0.55] | |
component Vacancies [.4, 0.30] | |
component Occupancies [.8, 0.35] | |
component Blight [.6, 0.15] |
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
State | Abbreviation | |
---|---|---|
ALABAMA | AL | |
ALASKA | AK | |
ARIZONA | AZ | |
ARKANSAS | AR | |
CALIFORNIA | CA | |
COLORADO | CO | |
CONNECTICUT | CT | |
DELAWARE | DE | |
FLORIDA | FL |
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
# paste the markup below into http://onlinewardleymaps.com/ | |
title Web Frameworks | |
component Developer [0.9, 0.70] | |
component Product Manager [0.85, 0.52] | |
component Product Owner [0.95, 0.35] | |
component Designer [0.95, 0.80] |
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
<h1> | |
Elixir | |
</h1> | |
<div class="diagram"> | |
Visit->Request:http://localhost:4000 | |
Request->App:http://localhost:4000 | |
App->AppWeb: | |
AppWeb->Router: get "/*path", PageController, :index | |
Router->Controller: def index | |
Controller->Model: |
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
# paste the markup below into http://onlinewardleymaps.com/ | |
title OpenGov | |
component User [1.0, 0.8] | |
component Developer [0.95, 0.45] | |
component Client [0.98, 0.28] | |
component Database [0.50, 0.85] | |
component Email Service [0.45, 0.8] |