Skip to content
View krnsk0's full-sized avatar
🤔
🤔

Block or report krnsk0

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
krnsk0/README.md

➡️ I'm Jon Kurinsky, a product-minded, client-focused developer with a specialization in rich media experiences

I am a product-minded software engineer with specialization in interactive, complex, and highly-stateful user interfaces. I prefer to work with high-performing cross-functional product teams that make decisions using data and experimentation. I have a record of driving change via advocacy and education around software quality through a disciplined approach to unit testing and test-driven continuous refactoring. I have experience with adaptive bitrate video playback and the use of browser APIs to build performant multimedia experiences on both desktop and low-power OTT devices. I've been called a super-communicator, and I am an experienced speaker and educator.

I currently work at Airbnb. I used to work on the video player at Tubi. I spent two years before that working on 🎥a browser-based multitrack video editor. 🔷Find me on LinkedIn

Code Samples 💻

Much of my recent and most interesting output is closed-source, but here are some assorted projects which I can share:

2025

  • modeload is a small, partly-vibecoded CLI tool to back-up and restore Cursor IDE custom agent mode configs-- a stopgap until Cursor supports this feature natively built to help my team share config (typescript, Cursor IDE; on NPM here)

2023

  • callback-batcher is a small library for isomorphic rate-limiting of events; won 2nd place at tubitv.com 2023 company hackathon (typescript, vitest; on NPM [here](https://www.npmjs.com/package/callback-batcher
  • gcull is a small, well-tested CLI tool for interactively deleting merged and stale local git branches (typescript, vitest; on NPM here)
  • gchk is a small, well-tested CLI tool for interactively checking out git branches (typescript, vitest; on NPM here)
  • prettier-inittier is a one-line command that installs and configures Prettier in a repository (node, vitest; on NPM here)

2022

  • krnsk0.dev is my infrequently-updated dev blog (astro, deployed here)
  • planetfall is a browser game with a complex data model built to explore some possibilities and constraints around mobx and mobx-keystone (deployed here)

2021

  • guser is a small, well-tested CLI tool for git user switching (Node, shelljs; on NPM here)
  • ng-draw is a canvas-based shape-drawing toy built to learn HTML canvas and Angular (deployed here)

<= 2020

  • sort_buddy visualizes sorting algorithms commonly taught in intro algorithms courses (react/redux; deployed here)
  • snek_io is a multiplayer websocket game built for a hackathon (no client framework, express and socket.io backend; deployed here)
  • pixalive is a multiplayer editor for animated pixel art built by a small team for a hackathon (react, HTML5 canvas, node, postgres; deployed here; desktop only!)

Writing ✏️

Most of my writing for the last several years is in private RFCs and ADRs; here are some blog posts:

Pinned Loading

  1. guser guser Public

    interactive git user switcher

    JavaScript 6

  2. idler idler Public

    an exercise in state management

    TypeScript 1 2

  3. gchk gchk Public

    interactive git checkout

    TypeScript

  4. gcull gcull Public

    interactive git branch deletion

    TypeScript 1

  5. krnsk0-dev-astro krnsk0-dev-astro Public

    dev blog

    MDX

  6. prettier-inittier prettier-inittier Public

    one command to install and configure prettier

    TypeScript