publish 'The Case for Native'

This commit is contained in:
Sami Samhuri 2015-06-27 17:01:38 +00:00
parent 468b366145
commit a90bffd65b
4 changed files with 22 additions and 25 deletions

View file

@ -16,6 +16,16 @@
"title": "About me"
},
"posts": [
{
"title": "The Case for Native",
"date": "27th June, 2015",
"timestamp": 1435424497,
"tags": [
],
"author": "Sami Samhuri",
"url": "/posts/2015/06/the-case-for-native"
},
{
"title": "→ Debugging Layouts with Recursive View Descriptions in Xcode",
"date": "2nd June, 2015",
@ -114,17 +124,6 @@
"author": "Sami Samhuri",
"url": "/posts/2015/05/importing-modules-in-lldb",
"link": "http://furbo.org/2015/05/11/an-import-ant-change-in-xcode/"
},
{
"title": "→ Apple Watch Human Interface Guidelines",
"date": "10th May, 2015",
"timestamp": 1431223039,
"tags": [
],
"author": "Sami Samhuri",
"url": "/posts/2015/05/apple-watch-human-interface-guidelines",
"link": "https://developer.apple.com/watch/human-interface-guidelines/"
}
]
}

View file

@ -21,6 +21,18 @@
"url": "/posts/2015/06/debugging-layouts-with-recursive-view-descriptions-in-xcode",
"tags": [
]
},
"the-case-for-native": {
"id": "the-case-for-native",
"author": "Sami Samhuri",
"title": "The Case for Native",
"date": "27th June, 2015",
"timestamp": 1435424497,
"link": null,
"url": "/posts/2015/06/the-case-for-native",
"tags": [
]
}
}

View file

@ -1,18 +1,4 @@
{
"the-case-for-native": {
"title": "The Case for Native",
"timestamp": 1307084400,
"tags": [
"titanium",
"native",
"mobile",
"apps",
"platforms",
"android",
"ios"
],
"author": "Sami Samhuri"
},
"mach-o-symbol-and-relocation-tables": {
"title": "Mach-O Symbol and Relocation Tables",
"timestamp": 1296547200,