Skip to content
View khatastroffik's full-sized avatar
💭
Banzaï !
💭
Banzaï !

Block or report khatastroffik

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 Loading

  1. react-text-renderer-components react-text-renderer-components Public

    a zero-dependencies component library providing (pure) text rendering for common and custom data/field types.

    TypeScript

  2. How to create and use a single file ... How to create and use a single file containing the collection of all unique SVG symbols used in a web application
    1
    # How to create and use a collection of SVG symbols for web applications
    2
    
                  
    3
    ## TL;DR
    4
    
                  
    5
    The purpose of this guide is to demonstrate how to create and use a single file containing the collection of all unique SVG symbols used in a given web application.
  3. Use a global cache based on unique s... Use a global cache based on unique symbols to reduce costs of repeatedly creating identical object instances
    1
    # How to globally cache (generic) object instances and retrieve them using a unique object (symbol) as key
    2
    
                  
    3
    This PoT demonstrates the usage of *generics* and *symbols* to retrieve **object instances** from a **cache** using a unique **key made out of the object's construction parameters**.
    4
    
                  
    5
    Simple? this "cache manager" is 7 lines of code long.
  4. treeifier treeifier Public

    A Typescript/JavaScript library generating a tree representation of an object

    TypeScript 2 1

  5. mdview mdview Public

    A standalone Markdown viewer (electron app)

    JavaScript

  6. wsl2-multi-distro wsl2-multi-distro Public

    How to easily setup multiple instance of linux distro in WSL2

    Shell