In the past few months, I had the opportunity to help a seasoned, senior engineer on my team at work solve a unique problem. He was given a hexadecimal string that represented some data to determine whether employees would be enrolled on certain devices for time keeping or not. He […]

iOS (Swift) – Binary Solution


I’ve been doing some Swift iOS training through Team Tree House. It’s been very fun to learn this new, exciting, powerful language for developing native applications for iOS, macOS, watchOS, and tvOS. I had a code challenge where I needed to create an extension to the String class. Basically it’s […]

Swift (iOS) – Extensions


I’m in the process of improving my skills, knowledge, and experience with mobile development. Not only have I been learning more about different technologies in my professional work, but outside of my professional work as well. I’m always excited to learn new things and to enhance and really develop my […]

iOS – Timers and Threading