Skip to content

AndrewBoryk/andrewboryk.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AB Developmoent custom logo

About Me

Welcome. My name is Andrew Boryk, and I am an iOS Developer and Entrepreneur. I began coding when I was 12, which is a skill I’ve continued to practice for the past 9 years. My relationship with developing iPhone apps originated in my senior year of high school. It's been 5 years since then, and I’ve continued to teach myself iOS development, while graduating college with a degree in Accounting Computer Information Systems. I’ve published several arcade games, three social media apps, an app for our college’s newspaper, as well as several open source libraries available via CocoaPods. My most recent venture was a college social media named Tapt, where I was the Co-founder, Chief Technology Officer, and Lead iOS developer.

Currently I’m looking for an opportunity to contribute my skills in iOS development, business, and technology in a full-time or contracted role.

Projects

I have a number of projects that I have worked on, and I've deployed over a dozen applications to the App Store. Some projects I would like to make note of are:

  • Tapt: Tapt was a College student-only social media. I was Co-founder, CTO, and the Lead Developer of the iOS Application.

  • Land That Rocket!: A fun and challenging game that was imagined, designed, and built within a 24-hour time frame.

  • ABMediaView: A library I built for drop-in image, video, GIF and audio display and lazy-loading functionality. ABMediaView which subclasses UIImageView, and has functionality to minimize from fullscreen, as well as show GIF previews for videos. Featured in Awesome iOS!

  • ABVolumeControl: A custom volume control that replaces MPVolumeView, with multiple styles available, and a delegate to implement one's own custom volume view.

  • ABUtils: A Utils library I built that can be used in any iOS project, to reduce the amount of repetitive code by providing users with useful pre-written functions.

  • ABKeyboardAccessory: A library which can be used as an inputAccessory to a UITextField or UITextView, and relays whether the keyboard has been shown or has disappeared for the field/view.

  • API: A wrapper for AFNetworking to help make API setup easier.