PrashantGaikwad-iOS
Profession - 💻 Developer - iOS || Hobby - 🤓 Teaching || Love - ⛰ Adventure.
Pune,India
Pinned Repositories
30-Days-Of-SwiftUI
Challenge completed
awesome-podcasts
Collection of awesome podcasts
CoreDataMachineTest
iOS Machine Test - API calling and saving data to core data and fetching later to show on tableview
Drag-and-Drop-Swift-API
Learn new API drag and drop in Swift
NearMe-SwiftUI
NearMe app will let you search nearby places like hotels, coffee shops, burger or pizza places etc. You can see the map with annotations or you can see the list of nearby places which you want to search. I have used MVVM design pattern.
RxSwiftDemo
Change date and time on one ViewController and updating the data on previous ViewController using RxSwift
SwiftUI-Async-ImageDownload
Learned how to download an image (async) using image url in SwiftUI
UndoManager-Swift
Simple way of implementing Undo Redo in your application using swift language.
WeSplit-SwiftUI
An app to split the order amount bill between number of people.
WordScramble-SwiftUI
A game where you have to guess different words from given word. #100DAYSOFSWIFTUI
PrashantGaikwad-iOS's Repositories
PrashantGaikwad-iOS/CoreDataMachineTest
iOS Machine Test - API calling and saving data to core data and fetching later to show on tableview
PrashantGaikwad-iOS/NearMe-SwiftUI
NearMe app will let you search nearby places like hotels, coffee shops, burger or pizza places etc. You can see the map with annotations or you can see the list of nearby places which you want to search. I have used MVVM design pattern.
PrashantGaikwad-iOS/ProductServices
Learned about spring boot and how to create APIs using it. Also,learned how to call third party(FakeStoreAPI) APIs and how to use own database - SQL.
PrashantGaikwad-iOS/ResponderChainDemo
Learned how to use responder chain for communication between the views
PrashantGaikwad-iOS/Unit-Testing-
Learned how to test synchronous and Asynchronous code in iOS and why we need to write unit tests. Also, learned about TDD.
PrashantGaikwad-iOS/WeatherApp
Weather App to view weather forecasts weekly or daily and also others features like add/remove bookmarks, reset bookmarks, etc
PrashantGaikwad-iOS/ACI101
Minute iOS app built with Xcode in Swift
PrashantGaikwad-iOS/AnimalClassifier-ML
Learned how to create and use machine learning models in iOS projects. In this project, I have used Image Classification.
PrashantGaikwad-iOS/AsyncAwait
Lets learn how to use new async await and how we used to do API calls using completionHandler earlier
PrashantGaikwad-iOS/CoreDataJSONExample
PrashantGaikwad-iOS/first-contributions
🚀✨ Help beginners to contribute to open source projects
PrashantGaikwad-iOS/FirstSpringBootDemoProject
PrashantGaikwad-iOS/GitTutorial
Create this repository to practice all git related stuff
PrashantGaikwad-iOS/HighOrderFunctions
Learned how to use Filter, Map and Reduce functions.
PrashantGaikwad-iOS/LearningGit-April2024
PrashantGaikwad-iOS/Load-and-Retry-Reusable-Component
Learned how to show retry and loading screens in case of API calling success or failure scenarios.
PrashantGaikwad-iOS/MaskDetector-ML
Learned how to create and use machine learning models in iOS projects. In this project, I have used Object Detection to detect whether the person has a mask on his face or not.
PrashantGaikwad-iOS/MatchedGeometry-SwiftUI
PrashantGaikwad-iOS/MVVMBinding
Binding example in MVVM using Observable
PrashantGaikwad-iOS/MVVMLogInDemo
MVVM demo using callbacks for login flow
PrashantGaikwad-iOS/MyBank
Learnings - Agile process, source control, programatically creating UI, DI, Onboarding, protocol-delegate pattern, UITabBarControllers, UIPageViewController, UITableView, NSAtrributedString, Unit testing, NotificationCenter, Animating constraints, Networking, DispatchGroup, Pull to refresh, skeleton loaders, Error handling, etc
PrashantGaikwad-iOS/MyBooks
PrashantGaikwad-iOS/MyFirstWebProject2024
PrashantGaikwad-iOS/NewsApp
This NewsApp will let you search for anything that you want to read. For example, you can search with country name or city or any sport.
PrashantGaikwad-iOS/PaymentServices
Razorpay and stripe payment services implementation
PrashantGaikwad-iOS/PGUtils
A reusable framework which allows me to share code across apps 🙂
PrashantGaikwad-iOS/PrashantGaikwad-iOS
PrashantGaikwad-iOS/SpamTextDetector-using-NLP-and-ML
Learned how to create and use machine learning models in iOS projects. In this project, I have used the Natural Language framework to detect whether the text is spam or ham.
PrashantGaikwad-iOS/SSLPinning
Learned how to use SSLPinning in iOS apps. In this example I have used both Certificate Pinning and Public Key Pinning
PrashantGaikwad-iOS/swift-style-guide
The official Swift style guide for raywenderlich.com.