Skip to content

Instantly share code, notes, and snippets.

View miseyu's full-sized avatar
🏠
Working from home

Yuji Mise miseyu

🏠
Working from home
  • self-employed
  • Japan Tokyo
View GitHub Profile
@miseyu
miseyu / @kube-ecr.md
Created September 27, 2017 03:05 — forked from kern/@kube-ecr.md

Kubernetes + AWS ECR = ❤️

Makefile and YAML templates for automating the use of AWS Elastic Container Registry with Kubernetes.

Based off of this awesome Redsaid blog post.

Requirements

  • Amazon ECR, along with your AWS account ID and the region your ECR is in
  • AWS CLI
@miseyu
miseyu / app.ts
Created March 16, 2016 06:44 — forked from tbassetto/app.ts
Angular2 + Material Design Lite
import {bootstrap, Component, Inject, ElementRef, onInit} from 'angular2/angular2';
@Component({
selector: 'my-app',
template: `
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
<header class="mdl-layout__header">
<div class="mdl-layout__header-row">
<!-- Title -->
<span class="mdl-layout-title">Title</span>
#!/usr/bin/env bash
rm -rf "${HOME}/Library/Caches/CocoaPods"
rm -rf "`pwd`/Pods/"
pod update