iOS five years[转]
原文链接:http://blog.ayaka.me/post/127980091987/5-years
This morning, I got a push notification from Timehop saying that 5 years ago today, I submitted my first app to the App Store.
5 years ago today was during the end of my summer between my freshman and sophomore years at Penn. I had just finished my 8 week summer internship at Venmo’s first office in Philadelphia.
My intern project was to build something cool with the brand new Venmo developer API to showcase it. I worked with Ian, a friend and fellow intern. We decided to build an app using the Foursquare API, allowing users to leave Venmo payments at Foursquare locations for their friends to unlock when they checked in. We needed some sort of mobile app. Because I had an iPhone, we decided to make an iOS app since I was building the client. (If I had an Android, I might have been an Android developer right now. Hah.) I went to the nearest Barnes & Noble in Rittenhouse Square, went up the escalator and to the left to the programming books section, and picked up the book Beginning iPhone 4 Development. I didn’t read any reviews or anything. I think I just liked the grapefruit on the cover.
For the next few weeks, Ian and I sat in the corner of the tiny Venmo HQ (all 7 or 8 of us in the office at the time). I went through the entire book cover to cover, doing pretty much every single example project, occasionally standing up to brew some ginger green tea, while Ian started poking around with Google App Engine to build a simple backend.
I remember asking questions like “Uh, what’s an API?” (yes really) “What is OAuth?” (a little more reasonable) and seeing more seasoned engineers use Vim and being completely blown away by it. Everything was unfamiliar and magical.
Somehow, by the end of the summer, we had a working app that did what we wanted it to, and somehow even got invited to San Francisco to launch at TC Disrupt. It’s kind of funny in hindsight because it’s like I was living my own satire of the show Silicon Valley.
Was the app architected well? Definitely not. Am I happy with my design? Nope, I think it looks pretty bad. Did I have no idea what I was doing? Yep.
I’ve only been in full-time in “the industry” for 2 years, and it’s really easy to get jaded over time. The Timehop notification this morning was a nice reminder that everyone starts somewhere, and even if I feel like I have no idea what I’m doing right now, I can try my best to figure things out, and there’s never an end to learning. Sometimes, I feel paralyzed with the feeling that I shouldn’t be trying something unless I knew what I was doing. But I want to keep up the same pace of learning (going from “What is an API?” to shipping an iOS app in 8 weeks), and I think to do that, I have to get myself into more “I have no idea what I’m doing” situations and solve my way out of it to unlock other unfamiliar and magical territories. Every day, every minute matters.
Anyway, there are a lot more details I could get into with how I started learning iOS development, but I’m going to leave it here for now because otherwise I’ll end up never publishing it.
Thanks for reading, and let me know if you have any questions and I’d love to hear about how you got started as well!
想想五年之前的我是在做什么?
今天的我,为什么踏入了这一步?
这条路会多久?
似乎每个问题都可以让人回想好久.
iOS five years[转]的更多相关文章
- iOS可视化动态绘制连通图
上篇博客<iOS可视化动态绘制八种排序过程>可视化了一下一些排序的过程,本篇博客就来聊聊图的东西.在之前的博客中详细的讲过图的相关内容,比如<图的物理存储结构与深搜.广搜>.当 ...
- 【疯狂造轮子-iOS】JSON转Model系列之二
[疯狂造轮子-iOS]JSON转Model系列之二 本文转载请注明出处 —— polobymulberry-博客园 1. 前言 上一篇<[疯狂造轮子-iOS]JSON转Model系列之一> ...
- 【疯狂造轮子-iOS】JSON转Model系列之一
[疯狂造轮子-iOS]JSON转Model系列之一 本文转载请注明出处 —— polobymulberry-博客园 1. 前言 之前一直看别人的源码,虽然对自己提升比较大,但毕竟不是自己写的,很容易遗 ...
- iOS总结_UI层自我复习总结
UI层复习笔记 在main文件中,UIApplicationMain函数一共做了三件事 根据第三个参数创建了一个应用程序对象 默认写nil,即创建的是UIApplication类型的对象,此对象看成是 ...
- iOS代码规范(OC和Swift)
下面说下iOS的代码规范问题,如果大家觉得还不错,可以直接用到项目中,有不同意见 可以在下面讨论下. 相信很多人工作中最烦的就是代码不规范,命名不规范,曾经见过一个VC里有3个按钮被命名为button ...
- JS调用Android、Ios原生控件
在上一篇博客中已经和大家聊了,关于JS与Android.Ios原生控件之间相互通信的详细代码实现,今天我们一起聊一下JS调用Android.Ios通信的相同点和不同点,以便帮助我们在进行混合式开发时, ...
- 告别被拒,如何提升iOS审核通过率(上篇)
iOS审核一直是每款移动产品上架苹果商店时面对的一座大山,每次提审都像是一次漫长而又悲壮的旅行,经常被苹果拒之门外,无比煎熬.那么问题来了,我们有没有什么办法准确把握苹果审核准则,从而提升审核的通过率 ...
- Swift3.0服务端开发(一) 完整示例概述及Perfect环境搭建与配置(服务端+iOS端)
本篇博客算是一个开头,接下来会持续更新使用Swift3.0开发服务端相关的博客.当然,我们使用目前使用Swift开发服务端较为成熟的框架Perfect来实现.Perfect框架是加拿大一个创业团队开发 ...
- Summary of Critical and Exploitable iOS Vulnerabilities in 2016
Summary of Critical and Exploitable iOS Vulnerabilities in 2016 Author:Min (Spark) Zheng, Cererdlong ...
- 黑云压城城欲摧 - 2016年iOS公开可利用漏洞总结
黑云压城城欲摧 - 2016年iOS公开可利用漏洞总结 作者:蒸米,耀刺,黑雪 @ Team OverSky 0x00 序 iOS的安全性远比大家的想象中脆弱,除了没有公开的漏洞以外,还有很多已经公开 ...
随机推荐
- 技术的正宗与野路子 c#, AOP动态代理实现动态权限控制(一) 探索基于.NET下实现一句话木马之asmx篇 asp.net core 系列 9 环境(Development、Staging 、Production)
黄衫女子的武功似乎与周芷若乃是一路,飘忽灵动,变幻无方,但举手抬足之间却是正而不邪,如说周芷若形似鬼魅,那黄衫女子便是态拟神仙. 这段描写出自<倚天屠龙记>第三十八回. “九阴神抓”本是& ...
- Easyui中 messager出现的位置
$.messager.alert 弹出框的位置随页面的长度越大越靠下. $.messager.alert('消息','只能对单个客户进行清款!','info'); 弹出的位置 太靠下方.修改为: $. ...
- 再说Android RecyclerView局部刷新那个坑
RecyclerView局部刷新大家都遇到过,有时候还说会遇见图片闪烁的问题. 优化之前的效果: 优化之后的效果: 如果想单独更新一个item,我们通常会这样做,代码如下: mLRecyclerV ...
- 关于ViewPager设置属性页setCurrentItem会阻塞主线程ANR总结
关于android开发设置View Pager的直接跳转页set CurrentItem会阻塞主线程ANR. 根据网上解决的说法,分析源码: if (mFirstLayout) { // We don ...
- cocos2d-x 3.0正式版 cmd创建project以及一键创建project
创建project研究了1个多小时,还真是不习惯啊. 首先,你要安装了vc2012而且下载并解压cocos2d-x 3.0正式版,假设没有安装,请翻阅我前面的文章. 接下来要下载android的sdk ...
- NTC电阻抑制冷机启动浪涌电流
开关电源高压直流回路中常用串联负温度系数热敏限流电阻器(NTC)的方法抑制开机浪涌电流,然而这种简单的方法具有很多缺点:如NTC电阻器的限流效果受环境温度影响较大.限流效果在短暂的输入主电网中断(约几 ...
- wordxml文档格式说明
近期需要对word xml文档进行各种操作,需要熟悉 wordxml 文档格式,搜索了一番后发现 open xml sdk 官网的文档最好.就按照官网说明来记录一番 1 word xml 文档基本格式 ...
- hive元数据研究
hive的元数据存放在关系型数据库中,元数据中存储了hive中所有表格的信息,包括表格的名字,表格的字段,字段的类型,注释.这些信息分散的存放在各个表中,给定一个hive中的表格名字,查询这个表中含有 ...
- sqlite 判断表中是否包含 某个字段
数据库 都有一个 根表..(我的理解) 也就是 你创建了一个数据库 里面就带有 一个表 sqlite_master 字段有 type , name , tbl_name , rootpage ,sq ...
- C语言中文件打开模式(r/w/a/r+/w+/a+/rb/wb/ab/rb+/wb+/ab+)浅析
C语言文件打开模式浅析 在C语言的文件操作语法中,打开文件文件有以下12种模式,如下图: 打开模式 只可以读 只可以写 读写兼备 文本模式 r w a r+ w+ a+ 二进制模式 rb wb ...