Sie sind auf Seite 1von 1

// Farhan Farooqui

// farhanf.github.io/iphone/
//
// iOS Developer. Rapper. Ping-Pong Legend.
// Goal: To ship cool apps that help people get more out of life.
//
import DarkMode

class Resume {

// MARK: - Education

var lambdaSchool: Bootcamp (Aug 2018 - Apr 2019) = “Full Stack iOS Development.”

let universityOfPittsburgh: CollegeDropout (Aug 2016 - May 2018) = “2.5 years of Computer Science.”

let stanfordUniversity: SummerProgram (Jun 2017 - Aug 2017) = “AI Research and interesting classes.”

// MARK: - Work Experience

let pittDeptOfBioinformatics: ResearchIntern (Apr 2018 - Jun 2018) =

“Wrote python scripts converting experiment data to JSON. Created data vizualizations in SVG from raw data.”

let universityLive: Cofounder (Jun 2017 - Aug 2017) =

“Launched a startup attempting to solve the problem of colleges tracking ROI and increasing attendence for

campus activities and events. Coauthored iOS app. Raised $1K in a pitch competition. Conducted live demos to

Pitt Marketing Dept and Dean of Students.”

let agileana: BizDevIntern (Jun 2016 - Aug 2016) =

“Implemented Google Analytics and AdWords for new product. Worked with PMs to write user stories for sprints.

Handled support and called one new client daily, relaying KPIs and painpoints to product owner.”

// MARK: - Personal Projects

var philzMenu = “Reimagination of my favorite app to order coffee. Done mostly with UIView animations,

transitions and UIPropertyViewAnimator. Images pulled via Flickr’s REST API.”

var smooveText = “Send funny lines from Drake and Taylor Swift to current/future baes. Standalone app for

now. Working on a keyboard extension to use inside Tinder, Messenger etc.”

var quakes = “A live map of latest earthquakes around the world using USGS API parsed using Codable. Uses

MapKit and AnnotationViews. Working on Firebase integration to let users save any tremors they experience.”

// MARK: - Extracirrulars

let sigmaEtaPi: VicePresident (Aug 2016 - Apr 2019) =

“Cofounded chapter of co-ed entrepreneurship fraternity based out of UCLA to Pitt. Wrote constitution and

bylaws. Held elections and recruited founding team. Brought in $1700 via crowdfunding and small buisness

initiatives on campus.”

let blastFurnace: Member (Oct 2016 - Dec 2016) =

“Inducted into Winter 2016 cohort of Pitt’s startup incubator with what would become UniversityLive. Learnt how

to rapidly iterate on product and conduct effiecient user testing. Gained insight of legal and buisness side of

startups through official incorporation and issuing shares.”

let pittBuisnessReview: Writer (Aug 2016 - Jan 2017) =

“Student run news/op-ed blog. Reported on tech issues like central bank hacks and exploding Samsung phones.”

// MARK: - Relevant Skills

var programmingLanguages = [“Swift”, “Objective-C”, “Python”, “Java”]

var tools = [“Git”, “Dash”, “Sketch”, “Photoshop”, “Figma”]

// MARK: - Contact Me

@IBAction func getInTouch(_ sender: Any) {

self.phone = 7039893933

self.email = “farhan@farooqui.net”

Das könnte Ihnen auch gefallen