Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am mies on github.
  • I am mies (https://keybase.io/mies) on keybase.
  • I have a public key whose fingerprint is 163E 6D35 0114 D5E4 1418 ECF8 8672 04C7 E931 8D16

To claim this, I am signing this object:

Badges code (this is for the go box on wercker)
Big one
[![wercker status](https://app.wercker.com/status/cb0eb61be1b3e5bb4bc2c475d2c3e7c8/m "wercker status")](https://app.wercker.com/project/bykey/cb0eb61be1b3e5bb4bc2c475d2c3e7c8)
Small one
[![wercker status](https://app.wercker.com/status/cb0eb61be1b3e5bb4bc2c475d2c3e7c8/s "wercker status")](https://app.wercker.com/project/bykey/cb0eb61be1b3e5bb4bc2c475d2c3e7c8)
@mies
mies / gist:c22b0bf3207c50eb41ed
Last active May 7, 2020 04:37
Developer Evangelist

#Developer Evangelist at wercker

##Description

Wercker is based in San Franscico and Amsterdam, and has amongst others a Chemex Coffeemaker, an experienced team of developers plus designers and is backed by both top-tier investors and advisors. This job is a mix of marketing, coding, presenting, and geeking out.

We are looking for someone who understands the start-up environment, and has a love for presenting, public speaking and participating in technical communities. You should have a strong blogging history and engaged twitter following.

You will be inspiring developers through activities to engage with our platform technologies, and educate and enable them to innovate and achieve success. You are a compelling presenter and also not shy away from operating in crowds, and will be able to effectively evangelize our technologies with deep credibility, development expertise and first-hand experience. As a high-energy, strong communicator you will write blog articles, speak at confere

@mies
mies / frontend-developer.md
Created June 10, 2015 10:36
frontend-developer.md

Frontend Developer at wercker

Wercker is on a mission to change the way web applications are created and delivered. We're building a platform and tool for building, testing and deploying in the modern world of microservices, containers and cloud.

The wercker interface team is dedicated to designing and building beautiful web applications which our customers use on a daily basis. The team incorporates graphical design, UI/UX and code to develop the wercker web interface, the product you will be working mostly on. We ship features every day and are highly involved in the product development process.

We're seeking developers that are passionate about usability, user experience and interactive design. Great HTML, CSS, and Javascript skills are required for this position. You have a good understanding of modern frontend architectures with knowledge of jQuery and at least one frameworks such as Backbone or Angular. You're comfortable in CSS and SASS, have an eye for detail and have worked within software engi

@mies
mies / wercker.yml
Last active August 29, 2015 14:23
kubernetes yml
deploy:
steps:
# use the scratch step to build a container from scratch based on the files present
- internal/docker-scratch-push:
username: $QUAY_USERNAME
password: $QUAY_PASSWORD
cmd: /app
tag: $WERCKER_GIT_COMMIT
ports: "5000"
repository: quay.io/mies/api
box: google/python
services:
- id: postgres
env:
POSTGRES_PASSWORD: ourlittlesecret
POSTGRES_USER: myuser # optional
build:
steps:
- pip-install
box: node
dev:
steps:
- npm-install
- internal/watch:
code: node app.js
reload: true
# Build definition
build:
@mies
mies / wercker.yml
Last active December 15, 2015 10:09
example yml
box: node
services:
- mongo:2.6
- id: api
url: file://../api#dev
cmd: node /pipeline/source/app.js
dev:
steps:
- npm-install
- internal/watch:
@mies
mies / gist:1b27a60cba06e26112494a874dd37fb9
Created April 9, 2016 16:20
Droplet anchor IP configuration for CoreOS cloud-config on Digital Ocean
#cloud-config
coreos:
units:
# Explicit anchor IP configuration required on CoreOS stable droplet.
# <https://www.digitalocean.com/community/tutorials/how-to-enable-floating-ips-on-an-older-droplet>
- name: droplet-anchor-ip.service
command: start
content: |
[Unit]
@mies
mies / cloud-config-local1.yaml
Created April 9, 2016 16:22 — forked from rawc0der/cloud-config-local1.yaml
CoreOS + Kubernetes 3 machine cluster deployment
#cloud-config
hostname: "coreos.local.1"
ssh_authorized_keys:
- ...
coreos:
etcd2:
# generate a new token for each unique cluster from https://discovery.etcd.io/new?size=3
# specify the initial size of your cluster with ?size=X
# discovery: https://discovery.etcd.io/64cdc949e85e49cbabe1f019b6c95408
# multi-region and multi-cloud deployments need to use $public_ipv4