mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +00:00
publish 'The Case for Native'
This commit is contained in:
parent
468b366145
commit
a90bffd65b
4 changed files with 22 additions and 25 deletions
|
|
@ -16,6 +16,16 @@
|
||||||
"title": "About me"
|
"title": "About me"
|
||||||
},
|
},
|
||||||
"posts": [
|
"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",
|
"title": "→ Debugging Layouts with Recursive View Descriptions in Xcode",
|
||||||
"date": "2nd June, 2015",
|
"date": "2nd June, 2015",
|
||||||
|
|
@ -114,17 +124,6 @@
|
||||||
"author": "Sami Samhuri",
|
"author": "Sami Samhuri",
|
||||||
"url": "/posts/2015/05/importing-modules-in-lldb",
|
"url": "/posts/2015/05/importing-modules-in-lldb",
|
||||||
"link": "http://furbo.org/2015/05/11/an-import-ant-change-in-xcode/"
|
"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/"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -21,6 +21,18 @@
|
||||||
"url": "/posts/2015/06/debugging-layouts-with-recursive-view-descriptions-in-xcode",
|
"url": "/posts/2015/06/debugging-layouts-with-recursive-view-descriptions-in-xcode",
|
||||||
"tags": [
|
"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": [
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -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": {
|
"mach-o-symbol-and-relocation-tables": {
|
||||||
"title": "Mach-O Symbol and Relocation Tables",
|
"title": "Mach-O Symbol and Relocation Tables",
|
||||||
"timestamp": 1296547200,
|
"timestamp": 1296547200,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue