Skip to content

Instantly share code, notes, and snippets.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@joakin
joakin / po.md
Last active August 29, 2015 14:26
PO responsabilities

What do I have to do as a PO? How to drive daily/per sprint/per quarter work? How to not forget some of it?

Daily

  • Team support
    • Phab notifications (current sprint, backlogs)
    • Email pings
    • Sign off in current sprint
  • Triage "Needs triage tasks" and classify them
  • Triage or clarify "Needs analysis" tasks, move them to TODO if necessary
@joakin
joakin / index.edn
Last active August 29, 2015 14:27
test
[{:type :markdown :value "
**Hi** world from edn gist!
[See the gist](https://gist.github.com/joakin/609b68e1a720e9eebc0f)
"}
{:type :input :value "(+ 1 2)"}
{:type :response :value "3"}]
@joakin
joakin / index.json
Last active August 29, 2015 14:27
test 2
[{"type": "markdown", "value": "**Hi** world for JSON"}]
[{:type :markdown :value "
# Hi Bruce!
I've just seen your [tweet](https://twitter.com/bhauman/status/630748622733340673) and I thought I'd
chime in and see if I can get opinion, direction or help :p.
I'm working on a web repl using cljs bootstrapped (which you are looking at now). It's in pretty alpha
state but lots of things work fine.
@joakin
joakin / index.edn
Last active August 29, 2015 14:27
Loading markdown and a gist in cljs-browser-repl
[{:type :markdown :value "
# Welcome to the Clojurescript web repl!
This is a web repl using cljs bootstrapped. It's in pretty alpha state but lots of things work fine.
Try these examples out ⬇️. Clicking on them will pre-populate the input and so that you only have to click on it and press Enter.
"}
{:type :input :value "(+ 1 2)"}
{:type :response :value "3"}
{:type :input :value "(map inc [1 2 3])"}
@joakin
joakin / ResourceLoaderGenerator.js
Created August 19, 2015 20:56
Track i18n keys
var ConstDependency = require("webpack/lib/dependencies/ConstDependency");
var NullFactory = require("webpack/lib/NullFactory");
module.exports = ResourceLoaderGenerator;
function ResourceLoaderGenerator (opts) {
opts = opts || {};
this.functionName = opts.functionName || 'msg';
}
@joakin
joakin / 1.edn
Last active September 3, 2015 00:03
Diving into Clojurescript
[{:type :markdown :value
"# The repl
This is a repl, a read-eval-print-loop. Very similar to the developer console
on the browser when working with JS.
The repl is a very important part of ClojureScript development, since it
allows us to immediately try the code we write and experiment without having
to run the application from the begining."}
{:type :stop}
@joakin
joakin / headshot.html
Created November 10, 2015 11:25
Head Shot
<body><script>
for (var i = 0; i < 500; i++) {
var img = document.createElement('img')
img.src = 'http://media.giphy.com/media/11duMLMvh7XW3C/giphy.gif'
document.body.appendChild(img)
}
</script>
@joakin
joakin / irccloud.css
Created November 23, 2015 10:02
irccloud align nicks & messages, use default browser monospaced, bigger font
body.app,
body.app button,
div.log div.row span a.author,
.nick-colors div.log div.row span a.author,
div.log span a.user,
div.log span a.server,
td.bufferinputcell td.nickcell a.nick,
body, input, td, textarea, button,
div.log div.me a.server, div.log div.me a.user, div.log div.messageRow, div.shim, td.inputcell textarea, td.nickcell a.nick
{