I'm a co-founder of https://stormforger.com (a performance testing SaaS for agile and DevOps teams) and a agile coach. I live in Cologne/Germany. Back there I regularly run meetups (WebMontag, DevHouseFriday, AWS User Group Cologne). I love agile development, lean product development, the cloud™ and languages from Javascript to Ruby, I'm interested in Elixir and Erlang as well.
// System under Test – the target system you'll generate traffic against | |
definition.setTarget("testapp.loadtest.party"); | |
// your Load Generator Cluster | |
definition.setTestOptions({ | |
cluster: { sizing: "preflight", }, | |
}); | |
// user base of 10.000 unique users | |
// doing a user journey |
// //////////////////////////////////////// | |
// 1. Settings | |
// //////////////////////////////////////// | |
// Target | |
definition.setTarget("http://awsfeatureroll.elasticbeanstalk.com"); | |
// Arrival Phases | |
definition.setArrivalPhases([ | |
{ duration: 1 * 60, rate: 5}, |
// //////////////////////////////////////// | |
// 1. Settings | |
// //////////////////////////////////////// | |
// Target | |
definition.setTarget("http://awsfeatureroll.elasticbeanstalk.com"); | |
// Arrival Phases | |
definition.setArrivalPhases([ | |
{ duration: 1 * 60, rate: 5}, |
// | |
// Find the WebCast Series: | |
// http://aws.amazon.com/de/webcast-wolkig-und-heiter | |
// | |
// Find the Video here: | |
// https://www.youtube.com/watch?v=06Pdo0ljHKo | |
// | |
// | |
// Create a StormForger Account here: | |
// https://stormforger.com |
These are opportunities in my personal network. Since i meet people, the one is searching for jobs, the other one for people. I decided to make these here public. :)
Feel free to comment this gist or drop my a line: jobs@synpro.io. If you like to appear here, drop me a line, too.
(in no particular order)
Geoff is doing WebOps @ Shutterstock.com and will speak up at Interactive Cologne Developers 2014. Which talk do you want to hear from him? Vote here.
Back in January i went to the WebPerformance CGN Meetup at Solutionspace and got to know Geoff. Geoff is doing WebOps on a remote
### Prompt | |
## repository highlights and prompt | |
parse_git_dirty() { | |
[[ $(git status 2> /dev/null | tail -n1) != "nothing to commit (working directory clean)" ]] && echo "*" | |
} | |
parse_git_branch() { | |
git branch 2> /dev/null | sed -e "/^[^*]/d" -e "s/* \(.*\)/(git:\1$(parse_git_dirty))/" | |
} | |
parse_svn_branch() { | |
parse_svn_url | sed -e 's#^'"$(parse_svn_repository_root)"'##g' | awk -F / '{print "(svn:"$1 $3 "/"$4 "/"$5 ")"}' |
Yesterday i arrived in Berlin and i've not been here for a long time. :( It's nice to be back here, meeting some friends, working remote and joining some Berlinale related events:
I'm going to join the world premiere of Hüter meines Bruders (My Brothers Keeper) by Maximilian Leo, opening the section PERSPEKTIVE DEUTSCHES KINO of [Berlinale 2014] (https://www.berlinale.de).