Fixing UI in an iOS app today — adjusting tiny spacings, alignment, and edge cases that 90% users won’t notice… but 100% will feel.
That’s the difference between shipping features and crafting experiences.
#iOSDev#SwiftUI#BuildInPublic#IndieDev
Playing with Claude Code sub-agents
Assigned different roles.
Watched them collaborate like a real dev team.
AI writing.
AI reviewing.
AI improving.
The future of development is orchestration.
#AI#Claude#BuildInPublic#DevLife
Excited to share that I’ve joined @NickelfoxTech as an iOS Intern
Looking forward to learning, building, and growing as an iOS developer while working on real-world projects. Grateful for this new opportunity!
#iOSDev#Swift#Internship#Nickelfox
Wrapped up my iOS Internship at JungleWorks
Grateful for the opportunity to work on real-time client projects and gain hands-on experience with production apps.
Onward to the next chapter
#iOSDev#Internship#SwiftUI#JungleWorks
Today’s iOS Learnings...
✅ Learned Generics in Swift – writing flexible & reusable code
✅ Did a little progress on my project
Step by step, getting better every day
#iOSDev#Swift#SwiftUI#100DaysOfCode#Learning
Now it’s official — Swift isn’t just for iOS anymore.
Swift SDK for Android is now in nightly preview! Build native Android apps or share logic across platforms with Swift.
✅ 25% Swift packages already support Android
✅ Java ↔ Swift interoperability
#Swift#Android#MobileDev
As I was learning SwiftUI, I recently joined a company where the product is built using UIKit.
So now I am learning UIKit side by side and enjoying understanding the foundation of iOS development from a new angle.
#iOSDev#UIKit#SwiftUI#LearningJourney#TechLife#swift
I’m back on Twitter...
I was not active for the last 2.5 months because I was busy with interviews — and happy to share that I got selected as an Associate iOS Developer Intern at @worksjungle .
Now I’m back to sharing my iOS development journey again.
#iOSDev#SwiftUI#Swift
Today’s Combine Basics...
✅ Publisher – sends values over time
✅ Subscriber – receives those values
✅ Operator – transforms values in between
Think of it as: Source ➝ Transformer ➝ Receiver
#Swift#iOSDev#Combine#SwiftUI#100DaysOfSwiftUI