Created
September 6, 2013 20:30
-
-
Save Sahil/6469564 to your computer and use it in GitHub Desktop.
RECRUITING 101
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I am contacting you for a couple of reasons: | |
1.) You have a Purdue CS degree. | |
2.) You told me not to contact you. | |
3.) You obviously like iOS stuff - http://stackoverflow.com/users/53835/sahil | |
4.) Your website is INCREDIBLE: http://sahild.com/ | |
errr. But really, we are looking for iOS engineers and you seem cool and smart and stuff. | |
You can find the job description for our iOS position below. If you are interested in chatting, please let me know so we can arrange a time to connect. | |
Job Description | |
#import <Foundation/Foundation.h> | |
#import "cocos2d.h" | |
typedef enum { | |
kObjectiveC_Guru = 1, | |
kSDK_Master = 2, | |
kStingy_Memory_Optimizer = 4, | |
kUIKit_Beautifier = 8, | |
kNetworking_Wizard = 16 | |
kGrand_Central_Coordinator = 32 | |
kGreatest_App_Developer = 64 | |
} DeveloperType; | |
typedef enum { | |
kBuilding_Popular_Games = 1, | |
kAmbitious_Team_with_Mischievous_Streak = 2, | |
kSunny_Los_Angeles = 4, | |
kFounded_by_Proven_Entrepreneurs = 8, | |
kFunding_by_Awesome_Investors = 16, | |
kHealth_and_Dental_Insurance = 32, | |
kSponsored_Relocation_and_Visas = 64 | |
} StartupType; | |
@interface MostInterestingDeveloperController : NSObject <UIApplicationDelegate, CCDirectorDelegate> | |
-(id) BuildAwesomeGames; | |
@end | |
Skills & Requirements | |
NETWORKING: Strong understanding of mobile networking best practices: request limiting, request caching, batching, content aggregation, minification, integrating with rest and tcp/udp services, etc. | |
PERFORMANCE: Expert performance profiler: understands the importance of optimizing for speed, memory usage and end-user responsiveness. | |
CONCURRENCY: Comfortable using asynchronous, multi-threaded, parallel programming paradigms and other techniques to maximize UI responsiveness. | |
USERINTERFACE: You know how to make the unthinkable happen: long data lists, and thousands of images don’t scare you. Animations are cake. | |
APIs: You know all the APIs inside and out. Your knowledge of obscure parameters scares authors of technical books. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment