Skip to content

Instantly share code, notes, and snippets.

View tylergraf's full-sized avatar

Tyler Graf tylergraf

  • Utah
View GitHub Profile
@tylergraf
tylergraf / EXERCISE.md
Last active June 15, 2026 15:30
Interview Exercise: Life Events Timeline

Exercise: Life Events Timeline

Welcome, and thanks for taking the time. This is a focused frontend exercise that mirrors the kind of feature work you'd do on our team. You'll use your AI tooling of choice — we're interested in how you work, not whether you've memorized React APIs.

Before the session: spend no more than ~10 minutes reading this and poking around the repo. Please don't pre-build anything. We want to see you plan and work live, and we'll hand you the work in stages.

@tylergraf
tylergraf / redux.js
Last active April 10, 2017 03:33
Basic Redux
// REDUCER
const counter = (state = 0, action) => {
switch (action.type) {
case 'INCREMENT':
return state + 1;
case 'DECREMENT':
return state - 1;
default:
return state;
}
@tylergraf
tylergraf / gist:4123510
Created November 21, 2012 07:02
nodejitsu mongooose error
info: Welcome to Nodejitsu tylergraf
info: jitsu v0.11.3, node v0.8.2
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Skipping require-analyzer because noanalyze option is set
info: Skipping require-analyzer because noanalyze option is set
info: Creating snapshot 0.1.2-5
info Uploading: [=============================] 100%
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error