Skip to content

Instantly share code, notes, and snippets.

@alexbepple
alexbepple / deckset.md
Last active April 22, 2018 09:26
Simple reactive programming with S.js

autoscale: true

Simple reactive programming with S.js

Alex Bepple


Getting started with S.js

Keybase proof

I hereby claim:

  • I am alexbepple on github.
  • I am alexbepple (https://keybase.io/alexbepple) on keybase.
  • I have a public key ASBdw56lzV7h9ZxALGF8lnRCN9yMtP57Dk2PuIWkARvSAgo

To claim this, I am signing this object:

@alexbepple
alexbepple / index.md
Last active April 25, 2016 14:32
Notes for session "Ramda: a functional utility belt" at JSUnconf 2016
@alexbepple
alexbepple / index.js
Last active November 2, 2018 12:46
Background image and scrollview on React Native, based on http://stackoverflow.com/questions/35013573
import React, {AppRegistry, Text, View, Dimensions, ScrollView, Image} from 'react-native'
const window = Dimensions.get('window')
const imageDimensions = {
height: window.height,
width: window.width
}
var SampleApp = React.createClass({
render: function () {
@alexbepple
alexbepple / Schnitt-von-User-Stories.md
Last active August 29, 2015 14:28
Schnitt von User Stories

Grundidee von User Stories und ihre Bedeutung für die Agile Produktentwicklung

User Stories sind fachliche Einheiten, die Wert für Kunden repräsentieren. Dabei sind Kunden sowohl Benutzer als auch andere Stakeholder wie Support.

A story should be understandable to customers and developers, testable [and] valuable to the customer […].
– Kent Beck & Martin Fowler: Planning Extreme Programming

User Stories sind die Einheiten, in denen agile Entwicklung voranschreitet.

@alexbepple
alexbepple / README.md
Last active January 19, 2017 05:04
A retrospective primer
@alexbepple
alexbepple / index.md
Last active November 16, 2015 10:37
TDD mit Python und Django

Markdown in aller Kürze

Markdown ist eine leichtgewichtige Markup-Sprache.

Markdown-Dateien sind reine Text-Dateien und auch in dieser Form gut für Menschen lesbar. Wenn man hübschere Formatierungen will, braucht man ein Tool.

Auf Windows startet man gut mit dem

'href="/currency/foo>abc</a></td><td class="baz">Currency abc</td>' +
'href="/currency/foo>xyz</a></td><td class="baz">Currency xyz</td>'
'<div id="converter_results"><ul><li><b>1 x = 2 y</b>'

Set up PHPUnit

Upgrade PEAR itself:

$ pear install PEAR

Do not use pear upgrade. For me, this installed a version of pear.symfony-project.com/YAML that is incompatible with PHPUnit 3.6.

Install PHPUnit