Skip to content

Instantly share code, notes, and snippets.

@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 / 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

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)

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:

@mies
mies / gist:f0b4d129ade8948168c9
Created September 16, 2014 20:10
wercker-box.yml
name: wercker-lemp-chef
version: 0.0.1
inherits: wercker/[email protected]
type: main
platform: [email protected]
description: A proper LEMP stack built with Chef. Includes other goodies.
keywords:
- nginx
- php5-fpm
- mongodb
@mies
mies / gist:7691298
Last active December 29, 2015 15:29
python yml
box: wercker/python
# Build definition
build:
# The steps that will be executed on build
steps:
# A step that sets up the python virtual environment
# # Use this virtualenv step for python 3.2
# - virtualenv
# name: setup virtual environment
# python_location: /usr/bin/python3.2
@mies
mies / gist:6847495
Created October 5, 2013 23:48
rabbitmq
sudo apt-get remove rabbitmq-server
sudo apt-get install xsltproc xmlto
wget http://www.rabbitmq.com/releases/rabbitmq-server/v3.1.5/rabbitmq-server-3.1.5.tar.gz
tar -zxvf rabbitmq-server-3.1.5.tar.gz rabbitmq-server-3.1.5
cd rabbitmq-server-3.1.5
@mies
mies / wercker.yml
Last active December 21, 2015 22:48 — forked from pjvds/wercker.yml
box: wercker/python
build:
steps:
- install-packages:
packages: libfreetype6-dev
- pip-install
- script:
name: tests
code: python tests.py
@mies
mies / wercker.yml
Created August 15, 2013 20:28
default golang wercker.yml
box: wercker/golang
# Add services here
# Build definition
build:
# The steps that will be executed on build
steps:
# Sets the go workspace and places you package
# at the right place in the workspace tree
- setup-go-workspace
@mies
mies / wercker.yml
Last active December 20, 2015 18:18
wercker.yml for kotlin
box: mies/scala
build:
steps:
- script:
name: ant dependencies
code: |
ant -f update_dependencies.xml
- script:
name: ant build
code: |