Skip to content
View faressoft's full-sized avatar
Block or Report

Block or report faressoft

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. terminalizer terminalizer Public

    🦄 Record your terminal and generate animated gif images or share a web player

    JavaScript 15k 486

  2. postman-runner postman-runner Public

    CLI productivity dev tool to run postman collections interactively

    JavaScript 9

  3. jira-console jira-console Public

    Jira interactive command line interface, do things in bulk and speedup your workflow

    JavaScript 30 3

  4. inquirer-checkbox-plus-prompt inquirer-checkbox-plus-prompt Public

    Checkbox with autocomplete and other additions for Inquirer

    JavaScript 37 24

  5. DOM Performance (Reflow & Repaint) (... DOM Performance (Reflow & Repaint) (Summary)
    1
    # DOM Performance
    2
    
                  
    3
    ![Rendering](https://i.imgur.com/d8KxZSw.png) 
    4
    
                  
    5
    * How the browser renders the document
  6. JavaScript Deep Dive to Crack The Ja... JavaScript Deep Dive to Crack The JavaScript Interviews
    1
    # Javascript Deep Dive
    2
    
                  
    3
    This document is written to help JavaScript developers to understand JavaScript's weird parts deeply and to prepare for interviews, the following resources was really helpful to write this document:
    4
    * [ECMAScript 6 Language specification](http://www.ecma-international.org/ecma-262/6.0/index.html)
    5
    * [ECMAScript 5 Language specification](http://es5.github.io/#x10.3)