➤ I'm currently working on Native Mobile (iOS) Application development using SwiftUI and actively tinkering with Distributed Systems and their Architectures.
➤ I write articles on Hashnode.
➤ Ask me about Swift, SwiftUI, UIKit, Firebase, Java, Python, Flask, FastAPI, Javascript, Node.JS, Vue.JS, SQL and NoSQL.
➤ Reach me at [email protected]
| Blog Post | Preview |
|---|---|
| Optimistic v/s Pessimistic Locking Nov 4, 2025 • 📖 4 min read Robust concurrency control is no longer a theoretical concept. It is the foundation of every scalable and reliable fintech platform, e-commerce... |
|
| Closures and Async Ops in Swift Nov 10, 2024 • 📖 15 min read Closures !? Closures are blocks of code you can pass around in Swift. They're like functions but lighter and more flexible. Closures let you run code... |
📚 Show More Posts
| Blog Post | Preview |
|---|---|
| Deploying a Custom Library via CocoaPods Jun 9, 2024 • 📖 6 min read Deploying a custom library is essential for developers sharing their code. Methods like Swift Package Manager (SPM), Carthage, and CocoaPods exist for... |
|
| API requests in Swift using Alamofire Mar 30, 2024 • 📖 5 min read Alamofire is a powerful tool for making API requests in Swift apps. It simplifies networking tasks, making it easier for beginner developers to... |