Skip to content

Instantly share code, notes, and snippets.

@afomi
afomi / growing-an-idea-into-a-business.md
Created August 17, 2019 23:16
Growing an Idea into a Business

From idea to business

  • 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?
@afomi
afomi / dev-walkthrough.html
Created August 6, 2019 23:16
setting up a dev environment
<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"
}
@afomi
afomi / bsv.html
Last active July 13, 2019 05:50
bsv
<script type="text/vnd.graphviz" id="graphviz">
digraph G {
"bitcoin" -> "btc"
"bitcoin" -> "bch"
"bitcoin" -> "bsv"
"btc" -> "bch"
"bch" -> "bsv"
"blockchain" -> "bitcoin"
@afomi
afomi / org.json
Created June 25, 2019 18:20
org.json
{
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,
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]
@afomi
afomi / states.csv
Last active May 17, 2019 05:09
States as a Ruby hash
State Abbreviation
ALABAMA AL
ALASKA AK
ARIZONA AZ
ARKANSAS AR
CALIFORNIA CA
COLORADO CO
CONNECTICUT CT
DELAWARE DE
FLORIDA FL
@afomi
afomi / web-frameworks.txt
Last active April 11, 2019 19:03
Wardley Mapping Web Frameworks
# 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]
@afomi
afomi / elixir-phoenix-request-flow.html
Last active March 20, 2019 03:23
Elixir Phoenix Request Flow
<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:
@afomi
afomi / content.md
Created February 9, 2019 20:00
Types of Content

Web Content elements

Basic HTML Elements

  • headlines
  • paragraphs - of narrative
  • lists
  • tables
  • image
@afomi
afomi / opengov-wardley-map.txt
Created January 29, 2019 17:16
OpenGov Wardley Map
# 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]