Skip to content
View simmo's full-sized avatar

Organizations

@getndazn
Block or Report

Block or report simmo

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
simmo/README.md

Hello, I’m Mike. 👋

A UK based, front-end software engineer living in Sussex, working in London and remote.

Currently working at DAZN, ex-Zone/Cognizant.
I’ve spent over 12 years working across the tech, marketing and publishing sectors to deliver high-end web applications, sites and products.

Sometimes I write things at mike.id

simmo's stats

Pinned

  1. hooks hooks Public

    A collection of React hooks

    TypeScript 3

  2. gulp-stats gulp-stats Public

    Display stats for Gulp tasks

    TypeScript 11 3

  3. symbolset symbolset Public

    Sass based helpers for Symbolset.

    24 5

  4. JavaScript Throttle using requestAni... JavaScript Throttle using requestAnimationFrame
    1
    function throttle(type, name, obj) {
    2
      var running = false;
    3
      
    4
      obj = obj || window;
    5
    
                  
  5. Sass: BEM Mixins Sass: BEM Mixins
    1
    $bem-element-separator: '__' !default;
    2
    $bem-modifier-separator: '--' !default;
    3
    
                  
    4
    // BEM: Block (New)
    5
    @mixin new($name, $description) {