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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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 frontend-leaning developer with a focus on video and audio

I currently work on the video player at Tubi. I spent two years before that working on 🎥a browser-based multitrack video editor. I've gone fairly deep with video and audio in the browser. I often practice TDD, hold myself to a high standard of quality and readability, and spend a lot of time thinking about how tests can inform design.

Code Samples 💻

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

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)
  • 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:

GitHub Streak

Pinned Loading

  1. guser guser Public

    interactive git user switcher

    JavaScript 5

  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

    XSLT

  6. prettier-inittier prettier-inittier Public

    one command to install and configure prettier

    TypeScript