Posted on

Development Update

I have just renewed my Apple Developer account which is a good time to reflect on my journey so far. I graduated with my Bachelor of Information Technology in 2020 from RMIT although I have to wait until Covid is over before I can attend an actual ceremony. My main job has been steady as a Data Officer for Suez but I have tried some projects on the side, including a farming style game I coded in Java. But in the Black Friday sales I picked up Angela Yu’s iOS Development and Web Development courses. The last time I programmed in Swift was back in 2018 as part of my degree so I have been basically starting at the beginning.

I am finding Angela’s course really engaging. She takes enough time to explain new features and demonstrates them practically, and there are numerous “pause the video and see if you can do it” challenges which really reinforce what you’re learning. The course was created for iOS 13, currently we are up to iOS 15 but the only issues I have had was using image literals and the ‘automatic’ assistant not finding the associated swift file when changing the View Controller, but these are quickly fixed by deleting the DerivedData folder for the project in the Xcode Library.

So far in the course I have coded a magic 8 ball, dice roller, xylophone, egg timer, quiz game, BMI calculator and bill splitting app. I’m currently working on the weather information app which finally gets into some networking.