forked from rauchg/blog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathposts.json
More file actions
34 lines (34 loc) · 736 Bytes
/
posts.json
File metadata and controls
34 lines (34 loc) · 736 Bytes
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
{
"posts": [
{
"id": "its-hard-to-forego-efficiency",
"date": "March 28, 2017",
"title": "It's Hard to Forego Efficiency"
},
{
"id": "2016-in-review",
"date": "January 6, 2017",
"title": "2016 in Review"
},
{
"id": "addressable-errors",
"date": "February 4, 2016",
"title": "Addressable Errors"
},
{
"id": "pure-ui",
"date": "July 13, 2015",
"title": "Pure UI"
},
{
"id": "ecmascript-6",
"date": "February 22, 2015",
"title": "ECMAScript 6"
},
{
"id": "7-principles-of-rich-web-applications",
"date": "November 4, 2014",
"title": "7 Principles of Rich Web Applications"
}
]
}