Skip to content

Instantly share code, notes, and snippets.

@sylg
sylg / tpm_pusher.md
Last active July 31, 2017 21:12
Product Manager @ Pusher - London, UK

Product Manager @ Pusher - London, UK

At Pusher, we’re looking for someone who has a deep passion for developer products. We are on a mission to help developers take over the world.

We divide our engineering teams into small “Raiding Parties” who explore new ideas for products. We’re looking for technically-minded product managers to lead raids through customer development and eventual success as part of a larger API and developer tools portfolio we are creating.

Responsibilities

To be considered for this role we are looking for people who are:

  • Technical (You should be able to build a hacky prototype on your platform of choosing with your favourite stack)
@sylg
sylg / tenant.js
Created June 29, 2014 22:07
trying multi tennt mongo express
/**
* Scoping by tenant_id on every documents
*/
// app.js
app.use(getTenantId())
function getTenantId(req, res, next) {
<pusher-connection debug key='my_cool_key'>
<pusher-channel value='best_channel_eva'>
</pusher-channel>
</pusher-connection>
<ul>
<pusher-event value='new_task' task="{{task}}">
<template>
<li>[{{task.status}}] - {{task.name}}</li>