diff --git a/public/_data.json b/public/_data.json index 41c14fe..9123678 100644 --- a/public/_data.json +++ b/public/_data.json @@ -16,6 +16,17 @@ "title": "About me" }, "posts": [ + { + "title": "→ > were it not for all the enthusiasm for functional programming in recent years, Swift might not have filter and map functions", + "date": "9th April, 2016", + "timestamp": 1460185460, + "tags": [ + + ], + "author": "Sami Samhuri", + "url": "/posts/2016/04/were-it-not-for-all-the-enthusiasm-for-functional-programming-in-recent-years-swift-might-not-have-filter-and-map-functions", + "link": "http://inessential.com/2016/04/08/comparing_reactive_and_traditional" + }, { "title": "→ Reduce the cognitive load of your code", "date": "30th March, 2016", @@ -114,17 +125,6 @@ "author": "Sami Samhuri", "url": "/posts/2015/05/github-flow-like-a-pro", "link": "http://haacked.com/archive/2014/07/28/github-flow-aliases/" - }, - { - "title": "→ Magical Wristband", - "date": "27th May, 2015", - "timestamp": 1432703849, - "tags": [ - - ], - "author": "Sami Samhuri", - "url": "/posts/2015/05/magical-wristband", - "link": "http://www.wired.com/2015/03/disney-magicband/" } ] } \ No newline at end of file diff --git a/public/posts/2016/04/_data.json b/public/posts/2016/04/_data.json new file mode 100644 index 0000000..dad8f82 --- /dev/null +++ b/public/posts/2016/04/_data.json @@ -0,0 +1,14 @@ +{ + "were-it-not-for-all-the-enthusiasm-for-functional-programming-in-recent-years-swift-might-not-have-filter-and-map-functions": { + "id": "were-it-not-for-all-the-enthusiasm-for-functional-programming-in-recent-years-swift-might-not-have-filter-and-map-functions", + "author": "Sami Samhuri", + "title": "> were it not for all the enthusiasm for functional programming in recent years, Swift might not have filter and map functions", + "date": "9th April, 2016", + "timestamp": 1460185460, + "link": "http://inessential.com/2016/04/08/comparing_reactive_and_traditional", + "url": "/posts/2016/04/were-it-not-for-all-the-enthusiasm-for-functional-programming-in-recent-years-swift-might-not-have-filter-and-map-functions", + "tags": [ + + ] + } +} \ No newline at end of file diff --git a/public/posts/2016/04/index.ejs b/public/posts/2016/04/index.ejs new file mode 100644 index 0000000..72c8d6b --- /dev/null +++ b/public/posts/2016/04/index.ejs @@ -0,0 +1 @@ +<%- partial('../../_month') %> diff --git a/public/posts/2016/04/were-it-not-for-all-the-enthusiasm-for-functional-programming-in-recent-years-swift-might-not-have-filter-and-map-functions.md b/public/posts/2016/04/were-it-not-for-all-the-enthusiasm-for-functional-programming-in-recent-years-swift-might-not-have-filter-and-map-functions.md new file mode 100644 index 0000000..25690cf --- /dev/null +++ b/public/posts/2016/04/were-it-not-for-all-the-enthusiasm-for-functional-programming-in-recent-years-swift-might-not-have-filter-and-map-functions.md @@ -0,0 +1 @@ +The most recent 20-60 years depending on who you ask. Brent mentions this as if it's some kind of fad. \ No newline at end of file