Skip to content

Instantly share code, notes, and snippets.

View KarstenBuckstegge's full-sized avatar

Karsten Buckstegge KarstenBuckstegge

View GitHub Profile
@KarstenBuckstegge
KarstenBuckstegge / grid.scss
Last active February 13, 2016 15:21
Simple SCSS Grid Creator Mixin
/**
* =======================================
* GRID CREATOR
* =======================================
* The grid-creator mixin automatically creates CSS grid classes in the form of:
*
* *parentclass*--1of2 {
* width: calc(50% - *gap*);
* }
*
@KarstenBuckstegge
KarstenBuckstegge / What to learn.md
Last active August 29, 2015 14:06
b-to-y.js Resources and Paths

What to learn between b and y

Loose collection

  • Understanding the EventLoop
  • Understanding Async JS
    • Understanding Callbacks
      • Understanding Promises
  • Object Orientation Pros and Cons
  • Get to know advanced Debugging