-
Notifications
You must be signed in to change notification settings - Fork 2
/
posts.json
78 lines (78 loc) · 1.78 KB
/
posts.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
[
{
"name": "Fantasy Land: The Power is Yours",
"path": "posts/the-power-is-yours.md",
"created": "2016-10-24",
"twitter": "790454297691467777"
}
,{
"name": "How to talk to a computer",
"path": "posts/how-to-talk-to-a-computer.md",
"created": "2016-09-11",
"twitter": "776217784262926337"
}
,{
"name": "The Perfect API",
"path": "posts/the-perfect-api.md",
"created": "2016-05-13",
"twitter": "731053058814152704"
},
{
"name": "The road from Backbone to Mithril",
"path": "posts/backbone-to-mithril.md",
"created": "2016-05-02",
"twitter": "726865342450954240"
},
{
"name": "How I use mithril",
"path":"posts/how-i-use-mithril.md",
"created": "2016-04-21",
"twitter": "723023456380407808"
},
{
"name": "The power of m.prop",
"path":"posts/power-of-m-prop.md",
"created": "2016-01-08",
"twitter": "685325683661258752"
},
{
"name": "Philosophies. Not Frameworks.",
"path": "posts/philosophies-vs-frameworks.md",
"created": "2015-10-16T22:38:58.538Z"
},
{
"name": "Self currying function",
"path": "posts/selfCurrying.md",
"created": "2015-06-08T01:38:58.538Z",
},
{
"name": "Hardcoding is great",
"path": "posts/hardcoding.md",
"created": "2015-01-31T03:37:30.456Z",
},
{
"name": "A practical Ramda example: Scraping",
"path": "posts/ramdaScrape.md",
"created":"2015-01-08T02:38:59.976Z"
},
{
"name": "Currying vs Hurrying",
"path": "posts/CurryingHurrying.md",
"created": "2014-11-12T11:18:49.210Z"
},
{
"name": "Grokking Lodash",
"path": "posts/grokDash.md",
"created": "2014-11-22T08:56:20.959Z"
},
{
"name": "A better LeafletJS",
"path": "posts/noClasses.md",
"created":"2014-10-29T11:12:06.740Z"
},
{
"name": "Google Glass",
"path": "posts/GoogleGlass.md",
"created": "2014-08-03T23:52:20Z"
}
]