Articles
Articles on iOS and software engineering. Filter by tag below.
Building Reusable SwiftUI Components
# Building Reusable SwiftUI Components Reusable components save time and keep your UI consistent. Here's how to design them well. ## Start with a Clea…
Understanding Swift async/await
# Introduction Swift's async/await makes asynchronous code readable and maintainable. In this post, we'll explore the basics and common patterns. ## W…
MVVM in SwiftUI: A Practical Guide
# MVVM in SwiftUI Model-View-ViewModel is a popular architecture for SwiftUI apps. Here's how to apply it effectively. ## The Three Layers - **Model**…
How to Prepare for Your First iOS Interview
# Preparing for Your First iOS Interview Landing your first iOS role takes preparation. Here's a practical roadmap. ## 1. Build a Portfolio - **One ap…
Getting Started with SwiftUI
# Introduction SwiftUI is Apple's declarative framework for building user interfaces. In this post, we'll cover the basics. ## Key Concepts - **Declar…

