Skip to content

Instantly share code, notes, and snippets.

View flootr's full-sized avatar

Markus Dobmann flootr

  • Germany
View GitHub Profile
@flootr
flootr / keyboards.md
Created June 7, 2018 08:33
short introduction to mechanical keyboards

Mechanical Keyboards

Why?

  • Customization
  • Sustainable
  • Fun!

Customization

```javascript
var PandaSchema = new Schema({
name: {
type: String,
required: true
},
age: {
type: Number,
min: 9,
max: 99
@flootr
flootr / gist:52a2ff025e7370a68203
Created May 19, 2015 12:27
DynamoDBTestAccessPolicy
{
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"dynamodb:BatchGetItem",
"dynamodb:BatchWriteItem",
"dynamodb:CreateTable",
"dynamodb:DeleteItem",
"dynamodb:DeleteTable",
@flootr
flootr / naming
Created May 5, 2015 15:09
naming
/*
directory structure
sugar / item /
-- put.js
-- create.js
-- remove.js
-- delete.js
...