Welcome to my blog
introios
Hi — I’m Mehriddin, a software engineer focused on building iOS apps used by millions of people. This is the first post on my new site.
What I’ll write about
- iOS engineering — Swift, SwiftUI, UIKit, architecture (MVVM, Clean), and the small details that make apps feel fast and reliable.
- Fintech — lessons from shipping banking features to apps with millions of users.
- AI in products — building assistants, speech interfaces, and backend-driven features.
A quick code sample
Here’s the kind of thing you might see in a post:
struct Greeting: View {
let name: String
var body: some View {
Text("Hello, \(name)!")
.font(.largeTitle.bold())
}
}
Writing things down is how I think them through. Thanks for reading.
More soon.