Skip to content
View arkatsy's full-sized avatar
🌿
🌿

Highlights

  • Pro
Block or Report

Block or report arkatsy

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

Pinned

  1. How zustand works internally How zustand works internally
    1
    import { useSyncExternalStore } from "react";
    2
    // For more on the useSyncExternalStore hook, see https://react.dev/reference/react/useSyncExternalStore
    3
    
                  
    4
    // The code is almost identical to the source code of zustand, without types and some features stripped out.
    5
    // Check the links to see the references in the source code.
  2. pomodoro-timer pomodoro-timer Public

    A minimal pomodoro timer to study with

    TypeScript 1 2

  3. babel-plugin-remove-console babel-plugin-remove-console Public

    A babel plugin that removes console log / warn / error

    JavaScript

  4. mlang-language mlang-language Public

    First attempt to build a language to learn how lexers & parsers work

    TypeScript

  5. sorting-visualizer sorting-visualizer Public

    Visualizations of different sorting algorithms

    TypeScript

  6. redis-js redis-js Public

    redis from scratch

    JavaScript