Skip to content
View ShishKabab's full-sized avatar

Organizations

@WorldBrain
Block or Report

Block or report ShishKabab

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
ShishKabab/README.md

Hi, I'm Vincent!

I help people rethink how they collaborate building digital products and deconstruct complex problems. I write about this here.

Currently, I'm researching and helping to implement ways of speeding up developement workflows and connect them with other teams throughout organizations. For example, I've developed a system using scenario replays that:

  • generates design documentation that never can go out of sync with the actual product.
  • allows developers to cut manual actions out of the edit-compile-test cycle to jump straight to what they want to work on.
  • allows testers to record bugs reproductions and send them to developers who can dive straight into the code.

Also, while building Memex I designed and built Storex, the storage layer that allowed us to evolve from a single-device product to multi-device peer-to-peer encrypted sync to cloud based with just a 2 developer team. It currently works with IndexedDB, SQLite and Firestore, allowing to share code across the web extension, the React Native app and our Node.js backend. You can read about the original thoughts behind the design here and soon I'll write an article about the lessons learned using it in production for more than 3 years.

Pinned

  1. react-scenario-replays-boilerplate react-scenario-replays-boilerplate Public

    Boilerplate for a React application with minimal scenario replay support

    JavaScript 3

  2. WorldBrain/storex WorldBrain/storex Public

    Storex Core - A modular and portable database abstraction ecosystem for JavaScript

    TypeScript 148 7

  3. user-logic user-logic Public

    Data-driven logic for ultra-configurable applications, implemented in Javascript

    TypeScript 5

  4. React component for a pausable image... React component for a pausable image-based animation (call it a non-GIF player)
    1
    I was looking for an easy to use GIF player to play a GIF made out of a few screenshots. In the end, I decided to just make a compoment that takes in a list of image URLs, preloads them and plays them when playing the play button.
    2
    
                  
    3
    Features:
    4
    * Loads first frame first, then the rest of them
    5
    * Loading indicator while loading all frames