Skip to content
View faressoft's full-sized avatar

Block or report faressoft

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. terminalizer terminalizer Public

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

    JavaScript 15.6k 508

  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 40 25

  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)