's Avatar

@azamsharp

Founder of AzamSharp School. azamsharp.school

115
Followers
2
Following
371
Posts
07.12.2024
Joined
Posts Following

Latest posts by @azamsharp

Post image

I just opened up more slots for my 1-on-1 coaching services.

Ask about SwiftUI architecture, SwiftData, backend development, career planning, content development and even more.

azamsharp.teachable.com/p/1-on-1-coa...

04.03.2026 19:37 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

For small apps, it would not make that much difference but for large apps with hundreds and thousands of records, make sure to apply the filter at the database level.

03.03.2026 16:39 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

100%

03.03.2026 12:38 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

The SwiftUI Architecture book just crossed 100+ copies sold.

No publisher.
No launch team.
No marketing machine.

Just iOS developers who care about building scalable apps the right way.

Grateful for the support πŸ™

azamsharp.school/swiftui-arch...

#iosdev #swiftui #swiftdata

03.03.2026 01:18 πŸ‘ 6 πŸ” 1 πŸ’¬ 3 πŸ“Œ 0
Why Your SwiftData iCloud Sync is Not Working
Why Your SwiftData iCloud Sync is Not Working YouTube video by azamsharp

Why Your SwiftData iCloud Sync is Not Working
youtu.be/hAn1_s-sY-w

#iosdev #swiftui #swiftdata

01.03.2026 02:03 πŸ‘ 2 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Post image

Think Non-IT Companies.

26.02.2026 12:46 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Pragmatic SwiftData – Real World Architecture YouTube video by azamsharp

Mark your calendars!!

I am giving a free 2-3 hour session on SwiftData on Feb 28 at 10:00 AM CST.

We will cover:

- SwiftData Architecture
- Relationships
- Testing
- CloudKit

Link: www.youtube.com/live/dO8BN8j...

#iosdev #swiftui #swiftdata

23.02.2026 16:09 πŸ‘ 1 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

Just wrapped up the first chapter of #SwiftData Architecture πŸš€

While I write the rest of the chapters, you can dive into SwiftUI Architecture, already published and packed with real world patterns for building scalable apps:

azamsharp.school/swiftui-arch...

21.02.2026 14:21 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image Post image

When saving a new budget using SwiftData, List is not refreshing.

These two options work but they are not good options.

* This will be part of my new book on SwiftData Architecture.

20.02.2026 15:10 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Next book: SwiftData Architecture :)

18.02.2026 18:22 πŸ‘ 1 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
If You Are Not Versioning Your Swiftdata Schema If You’re Not Versioning Your SwiftData Schema, You’re Gambling

If You’re Not Versioning Your SwiftData Schema, You’re Gambling
azamsharp.com/2026/02/14/i...

#iosdev #swiftdata

16.02.2026 15:48 πŸ‘ 3 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Post image Post image Post image

πŸ₯³ SwiftUI Architecture book is finally done!

Grab your copy now:
azamsharp.school/swiftui-arch...

RTs are always appreciated.

#iosdev #swiftui

14.02.2026 19:22 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
AI Is Just Another Abstraction Layer
AI Is Just Another Abstraction Layer YouTube video by azamsharp

AI Is Just Another Abstraction Layer

youtu.be/Q3XCtnfLgCk

#iosdev #swiftui

11.02.2026 14:21 πŸ‘ 1 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Post image Post image Post image

The response to the SwiftUI Architecture book has been incredible. What started over 3 years ago is now almost finished just one chapter left.

Thank you for the continued support. You can grab your copy and a free chapter below πŸ‘‡

azamsharp.school/swiftui-arch...

#iosdev #swiftui

09.02.2026 22:25 πŸ‘ 3 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0
SwiftUI Architecture β€” Patterns and Practices for Building Scalable Applications

Avoiding @FetchRequest or @Query because they live in SwiftUI views is a misunderstanding.

They’re optimized for SwiftUI, built on Core Data change tracking, and keep your UI in sync automatically. Extract query construction if needed, but let the query do work.

azamsharp.school/swiftui-arch...

08.02.2026 19:03 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Hahha! My reaction in the video says it all. Xcode 26.3 Agentic Coding built the complete UI correctly in just one prompt.

07.02.2026 16:01 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Performance and Debugging chapter is now available.
azamsharp.school/swiftui-arch...

#iosdev #swiftui

PS: Next chapter will be on Profiling SwiftUI Apps

07.02.2026 15:59 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Jaw Dropping Experience with Xcode 26.3 Agentic Coding
Jaw Dropping Experience with Xcode 26.3 Agentic Coding YouTube video by azamsharp

Jaw Dropping Experience with Xcode 26.3 Agentic Coding

youtu.be/KwzLYxVF0Uo

#iosdev #swiftui

05.02.2026 20:42 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 1
Do You Really Need Dtos Do You Really Need DTOs or Are You Just Copying JSON

Just published ✍️

Do You Really Need DTOs or Are You Just Copying JSON?

azamsharp.com/2026/02/01/d...

#iosdev #swiftui

03.02.2026 15:35 πŸ‘ 3 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Clean SwiftUI Data Loading States with Observable and Environment
Clean SwiftUI Data Loading States with Observable and Environment YouTube video by azamsharp

Clean SwiftUI Data Loading States with Observable and Environment

Video: youtu.be/Hwj4zaQfKSg

πŸ“˜ SwiftUI Architecture Book
azamsharp.school/swiftui-arch...

#iosdev #swiftui

29.01.2026 22:31 πŸ‘ 3 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
SwiftUI + Firestore: BudgetStore Facade and Environment Values (Clean Architecture)
SwiftUI + Firestore: BudgetStore Facade and Environment Values (Clean Architecture) YouTube video by azamsharp

SwiftUI + Firestore: BudgetStore Facade and Environment Values (Clean Architecture)

youtu.be/8THEJN2ELjk

28.01.2026 16:39 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
SwiftData Fundamentals Workshop

SwiftData Workshop is back!

Learn about architecture, relationships, testing and even iCloud integration.

Register:
azamsharp.teachable.com/p/swiftdata-...

#iosdev #swiftdata #swiftui

28.01.2026 15:56 πŸ‘ 1 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Get a free SwiftUI Architecture chapter

Free chapter from my book SwiftUI Architecture.

A practical look at what breaks first in growing SwiftUI apps and how to think about architecture the right way.

Download the chapter πŸ‘‡
azamsharp.kit.com/6a647e3b49

#iosdev #swiftui

26.01.2026 16:01 πŸ‘ 1 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Post image

πŸŽ‰ Twelve chapters are now available for my book "SwiftUI Architecture: Patterns and Practices for Building Scalable Applications".

azamsharp.school/swiftui-arch...

#iosdev #swiftui

24.01.2026 21:39 πŸ‘ 2 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0
Video thumbnail

SwiftUI Architecture Book Update πŸ“˜βœ¨

New chapters just dropped πŸ‘‡
β€’ Communication patterns between observables πŸ”„
β€’ Firebase architecture for real-world SwiftUI apps πŸ”₯

azamsharp.school/swiftui-arch...

#iosdev #swiftui #swiftlang πŸš€

22.01.2026 18:46 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
SwiftUI Architecture β€” Patterns and Practices for Building Scalable Applications

NEW CHAPTER is live πŸš€

Firebase Architecture for SwiftUI Apps

azamsharp.school/swiftui-arch...

#iosdev #swiftui

21.01.2026 13:22 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

❀️ Thank you so much everyone! ❀️

azamsharp.school/swiftui-arch...

* Next chapter on Firebase will be out this week.

#iosdev #swiftui

20.01.2026 04:03 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
iOS Developers: Coffee and Chat Welcome! πŸ‘‹β˜•οΈ Please register below for iOS Developers Coffee and Chat. Once you submit the form, you’ll receive the event link and full details.

Link: forms.gle/V8shjh2jDWDt...

16.01.2026 01:22 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

I am hosting an online coffee and chat event on January 24, 2026 11:00 AM CST.

Spin up another AI agent and attend this laid back event where we talk about coffee, life and maybe even code :)

16.01.2026 01:21 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

Validating #SwiftUI Forms Using Custom Property Wrappers.

Source: azamsharp.school/swiftui-arch...

13.01.2026 04:24 πŸ‘ 3 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0