Skip to content

Instantly share code, notes, and snippets.

View krinoid's full-sized avatar
🛰️

krinoid krinoid

🛰️
View GitHub Profile
@krinoid
krinoid / razzle.config.js
Created July 1, 2018 11:38 — forked from jaredpalmer/razzle.config.js
Razzle with HappyPack, TypeScript, SCSS, and Vendor bundle
'use strict';
const autoprefixer = require('autoprefixer');
const ExtractTextPlugin = require('extract-text-webpack-plugin');
const path = require('path');
const {
CheckerPlugin,
TsConfigPathsPlugin,
} = require('awesome-typescript-loader');
const HappyPack = require('happypack');
@krinoid
krinoid / tutorial.md
Created June 18, 2018 22:28 — forked from swalkinshaw/tutorial.md
Designing a GraphQL API

Tutorial: Designing a GraphQL API

This tutorial was created by Shopify for internal purposes. We've created a public version of it since we think it's useful to anyone creating a GraphQL API.

It's based on lessons learned from creating and evolving production schemas at Shopify over almost 3 years. The tutorial has evolved and will continue to change in the future so nothing is set in stone.

@krinoid
krinoid / ImageMagick 6.9.7-6 Homebrew Formula.md
Last active March 13, 2017 17:04 — forked from norin89/ImageMagick 6.9.7-6 Homebrew Formula.md
Homebrew Formula for ImageMagick 6.9.8

Homebrew Formula patching old ImageMagick release 6.9.8

Install

$ brew install https://gist.githubusercontent.com/krinoid/38a81654864902bb94331632e06ac1ed/raw/69af6fd7658224e7e09f29ecf7a79768be79f9b1/imagemagick.rb

Tested