Skip to content

Instantly share code, notes, and snippets.

@tbarho
tbarho / components.js
Created July 13, 2020 22:02
(InkWorks) STORE MANAGER - COMPONENTS - Pseudocode
function StoreColorPicker() {
return (
<>
<ColorPicker />
<ColorPicker />
<Text>Foreground / Background</Text>
</>
);
}
@tbarho
tbarho / BUILDING-AN-API.md
Last active July 20, 2020 15:00
From Diagram to Done... Fast

From Diagram to Done... Fast.

So you have a complete data diagram of an API... What's the fastest way to build this thing, while ensuring all the major components are testable, and extendable?

In this guide, I'll teach you the 4 step process I use with my teams.

  • Step 1 - Infrastructure
  • Step 2 - Models
  • Step 3 - Integration
  • Step 4 - Build
@tbarho
tbarho / new-next.sh
Created February 5, 2020 15:17
new next.js project
mkdir [project-name] && cd [project-name]
yarn init -Y
yarn add next react react-dom
npx -p @storybook/cli sb init
@tbarho
tbarho / chapter1.md
Last active June 4, 2022 17:30
sample-concept-to-launch

Too Many Cooks in the Kitchen - Filtering Ideas

The Point

There are a lot of ideas. Some good. Most bad.

Following any of them could mean (corporate) life or death. Your mission, should you choose to accept it, is to pick the good ideas and turn them into Measurable Goals. These Measurable Goals, can then be further reduced into Initiatives.

Read more on Measurable Goals v.s. Product Initiatives.

@tbarho
tbarho / README.md
Last active July 17, 2020 21:14
From Mock to DONE...Fast

From Mock to DONE... FAST.

by Ty Barho

So you have a complete set of product mocks... How do you get this thing over the finish line in record time?

In this guide, I'll teach you the 4 step process I use with my teams.

@tbarho
tbarho / sample.csv
Created October 29, 2019 16:07
Ink.Works - Customer Import file
name email company phone birthday taxRate address1 address2 city state zip
John Doe john@exmaple.com Widgets, Inc 555-123-4567 09-10-1981 8.25 1234 My Street Apt. 700 Austin TX 78759
@tbarho
tbarho / shipping-labels.md
Created July 16, 2019 14:19
shipping-labels-example

Shipping Labels for Orders

We don't have a process doc for this. You should build one if you know the process.

Process Description:

When this process happens (daily, weekly, monthly, unpredictably):

Is the process for a specific client? If so, who?

@tbarho
tbarho / boxing-orders.md
Created July 16, 2019 14:17
boxing-orders-example

Boxing Orders

We don't have a process doc for this. You should build one if you know the process.

Process Description:

When this process happens (daily, weekly, monthly, unpredictably):

Is the process for a specific client? If so, who?

@tbarho
tbarho / snippet.json
Last active July 11, 2019 20:29
vscode new graph type & test snippets
{
// Place your take2-hapi-api workspace snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope
// is left empty or omitted, the snippet gets applied to all languages. The prefix is what is
// used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders.
// Placeholders with the same ids are connected.
// Example:
// "Print to console": {
// "scope": "javascript,typescript",
@tbarho
tbarho / pivotal-tracker-import.csv
Last active August 13, 2019 19:53
Pivotal Issue import csv string
Id Type Title Labels Estimate Description Task Task
Feature Story Title label-1, label-2 3 Task 1 Task 2
Feature Story Title label-1, label-2 3 Task 1 Task 2