Skip to content
View kamdz's full-sized avatar
🎲
rolls a die
🎲
rolls a die

Block or report kamdz

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
kamdz/README.md
Welcome to my profile!

Pinned Loading

  1. dx dx Public template

    An opinionated, production-ready boilerplate for TypeScript projects, designed to provide an optimal developer experience (DX). It comes pre-configured with best practices and essential tools for s…

    TypeScript 3

  2. console-link console-link Public

    🔗 Effortlessly stream client-side `console.log` messages to your server-side terminal via WebSocket.

    TypeScript 2

  3. bin-perm-gen bin-perm-gen Public

    ⚡ A fast, zero-dependency generator for creating binary permutations with customizable format and filtering options.

    TypeScript 1

  4. Redux State and Dispatch function in... Redux State and Dispatch function in a React production build
    1
    // code inspired by https://pablo.gg/en/blog/coding/how-to-get-the-redux-state-from-a-react-18-production-build-via-the-browsers-console/
    2
    // just paste it in DevTools Console
    3
    
                  
    4
    const redux = [];
    5
    [...document.querySelectorAll('*[id]')]