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

Block or report bernard-leech

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. Favoured Object Destructuring Pattern Favoured Object Destructuring Pattern
    1
    const defaultsMain = {
    2
      content: {
    3
        title: 'defaultTitle',
    4
        description: 'defaultDescription'
    5
      }
  2. Pie charts — with SVG Pie charts — with SVG
    1
    /**
    2
     * Pie charts — with SVG
    3
     */
    4
    
                  
    5
    .pie {
  3. Here are some things you can do with... Here are some things you can do with Gists in GistBox.
    1
    // Use Gists to store code you would like to remember later on
    2
    console.log(window); // log the "window" object to the console
  4. Static interpolation via paused anim... Static interpolation via paused animations
    1
    /**
    2
     * Static interpolation via paused animations
    3
     * This technique becomes more useful if you need to interpolate more than 1 properties, and/or if you need multiple values in the spectrum
    4
     * Currently works in every modern browser except Safari
    5
     */
  5. JSConf US 2015 Track A Transcript fo... JSConf US 2015 Track A Transcript for Jafar Husain: Async Programming in ES7
    1
    All right, everybody! Welcome to my talk. ES2016, the evolution of
    2
    JavaScript. First a little bit about me. My name is Jafar Husain. I'm a tech
    3
    lead at Netflix, I work for Falcor, an upcoming open data platform, which
    4
    we intend to release pretty soon, and I'm also one of Netflix's
    5
    representatives on TC-39, which is JavaScript's standard's committee. This
  6. Babel 7.0 with .babelrc.js Babel 7.0 with .babelrc.js
    1
    /* eslint-disable prefer-template */
    2
    
                  
    3
    const path = require('path');
    4
    const aliases = require('./aliases');
    5