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的安全性远比大家的想象中脆弱,除了没有公开的漏洞以外,还有很多已经公开 ...
随机推荐
- MongoDB 学习笔记(9)--- Limit与Skip方法
MongoDB Limit() 方法 如果你需要在MongoDB中读取指定数量的数据记录,可以使用MongoDB的Limit方法,limit()方法接受一个数字参数,该参数指定从MongoDB中读取的 ...
- dbms_random.seed
语法: DBMS_RANDOM.SEED ( val IN BINARY_INTEGER); DBMS_RANDOM.SEED ( val IN VARCHAR2); val: Seed number ...
- Oracle 12C -- 预定义audit policies
在12C中,预定义了三种审计策略:ora_secureconfig,ora_database_parameter,ora_account_mgmt可以通过脚本$ORACLE_HOME/rdbms/ad ...
- .net core 实现默认图片
web 上 如果图片不存在 一般是打xx 这时候 一般都是会设置默认的图片 代替 现在用中间件的方式实现统一设置 一次设置 全部作用 .net core 实现默认图片 Startup 文件 ...
- CTreeCtrl鼠标双击响应函数中怎么知道双击的是哪个子项?
原帖链接: http://bbs.csdn.net/topics/310185501 楼主: CTreeCtrl鼠标双击响应函数中怎么知道双击的是哪个子项? 6楼: CPoint pt;GetCurs ...
- 跟我学SharePoint 2013视频培训课程——怎样创建列表和列表项(7)
课程简介 第7天,怎样在SharePoint 2013中创建列表和列表项 视频 SharePoint 2013 交流群 41032413
- Linux下查找指定日期的文件
一.背景 Linux服务器的一个目录里,每天产生海量的文件.为了防止磁盘被写满. 决定每天删除部分老文件.OK,问题来了,如何过滤出指定日期的文件? 二.强大的Linux 一行代码搞定: ls --f ...
- echarts 与 百度地图bmap结合系列: 如何设置地图缩放级别和监听缩放事件
简单的demo: // ehcarts 的实例对象 this.myChart = echarts.init(el) // ehcarts加载完成事件 this.myChart.on('finished ...
- Appium 点击屏幕
由于版本变更,appium 点击屏幕方法已经改变, TouchAction action = new TouchAction(driver); Duration duration = Duration ...
- Spring Security教程(六):自定义过滤器进行认证处理
这里接着上篇的自定义过滤器,这里主要的是配置自定义认证处理的过滤器,并加入到FilterChain的过程. 在我们自己不在xml做特殊的配置情况下,security默认的做认证处理的过滤器为Usern ...