Articles

Swift Language Fundamentals

Swift Language Fundamentals Swift is a modern programming language that balances powerful features with safety. To build our shopping app from first principles, we must first understand Swift’s...
Read more →

What makes a SwiftUI app?

What makes a SwiftUI app? SwiftUI introduced a new application model that departs from the traditional main() function entry point. To understand the bare minimum needed for a functioning SwiftUI...
Read more →