mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +00:00
publish '> were it not for all the enthusiasm for functional programming in recent years, Swift might not have filter and map functions'
This commit is contained in:
parent
b52d0f13ec
commit
12cc7d2648
4 changed files with 27 additions and 11 deletions
|
|
@ -16,6 +16,17 @@
|
||||||
"title": "About me"
|
"title": "About me"
|
||||||
},
|
},
|
||||||
"posts": [
|
"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",
|
"title": "→ Reduce the cognitive load of your code",
|
||||||
"date": "30th March, 2016",
|
"date": "30th March, 2016",
|
||||||
|
|
@ -114,17 +125,6 @@
|
||||||
"author": "Sami Samhuri",
|
"author": "Sami Samhuri",
|
||||||
"url": "/posts/2015/05/github-flow-like-a-pro",
|
"url": "/posts/2015/05/github-flow-like-a-pro",
|
||||||
"link": "http://haacked.com/archive/2014/07/28/github-flow-aliases/"
|
"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/"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
14
public/posts/2016/04/_data.json
Normal file
14
public/posts/2016/04/_data.json
Normal file
|
|
@ -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": [
|
||||||
|
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
1
public/posts/2016/04/index.ejs
Normal file
1
public/posts/2016/04/index.ejs
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
<%- partial('../../_month') %>
|
||||||
|
|
@ -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.
|
||||||
Loading…
Reference in a new issue