During the summer of 2018, I had the opportunity to intern with POSSIBLE Mobile as an iOS Developer. POSSIBLE Mobile is a digital agency that marries strategy, user experience, and software development to deliver custom solutions across mobile, voice, connected … Continued
Read more...When it comes to game development, most people have the fear that it’s challenging to create a simple game. In the past developers relied on low-level languages such as C or C++ to move a character across the screen. Now … Continued
Read more...Codable is a powerful tool that was introduced into Swift about a year ago. While there are many articles describing how to implement Codable in your projects, I will dive a little deeper and share my experience using Codable while … Continued
Read more...Codable; the data-parsing dream come true! TLDR; Data parsing is a necessity in most mobile application development. Theoretically, parsing methods are straightforward and predictable, but in reality they can be complex and prone to bugs. As an application’s scope is … Continued
Read more...In my last article regarding Xcode 8, I wrote about the latest additions in code signing. Whereas last year Xcode’s headlining feature was automatic signing, this year Apple is giving us more granular, manual control when exporting IPAs from the … Continued
Read more...