History and Philosophy of Coding

What is the History and Philosophy of Coding? The philosophy of computer science is concerned with those ontological, methodological, and ethical issues that arise from within the academic discipline of computer science as well as from the practice of software development. Thus, the philosophy of […]

Intro to Computing

What is Computing? In this course you will learn the fundamentals of computing. Starting with the concept of what “Computing” even is. This course will cover the history of computer hardware and how we have progressed in terms of energy consumption, time complexity, dependability, size, […]

Ternary Operators What are they? How to use them?

Ternary Operators are special use case scenarios for conditional statements. They basically simplify the if else conditional statements in Swift. They can be hard to read for new coders, but they should be used when necessary. Ternary conditionals contain three values — one comparative value, […]

UIAnimations – The Icing to Your App

UI Animation is a great API feature that can vitalize your app in unique ways that can bolster user interaction, add a sense of excitement, and enrich user’s experience. Adding UI Animation in your code is quite simple and can be done with just a […]

6 Key Skills To Learn for iOS Development

Learning iOS Development seemed like a daunting task when I realized there’s a lot of required skills and tools to master in becoming a great developer. Many iOS job listings will have a large wish list and some small for entry level roles. I even […]