www.github.com/Viranchee/Resume
You can go to Github Actions for a PDF version
/* https://medium.com/@MuraliKathir/ios-developer-interview-tips-questions-part-1-8e76cc8995a4 | |
For Interview Questions | |
10. What is an Offset | |
17. | |
18. Blocks | |
22. Different type of Initializers |
www.github.com/Viranchee/Resume
You can go to Github Actions for a PDF version
These are a check list of things I have done which will help you make an informed choice.
import SwiftUI | |
import PlaygroundSupport | |
/*: | |
# Making TableView / CollectionView Cell in SwiftUI | |
Let us try to make a Cell with Image, Title and Subtitle | |
import SwiftUI | |
import PlaygroundSupport | |
extension View { | |
func debug(_ value: Any) -> Self { | |
dump(value) | |
return self | |
} | |
} |
import UIKit | |
final class ViewController: UIViewController { | |
@IBOutlet var incrementButton: UIButton! | |
@IBOutlet var totalCount: UILabel! | |
var viewModel = ViewModel() | |
import Foundation | |
import Moya | |
import SVProgressHUD | |
import ReachabilitySwift | |
struct RequestManager { | |
/// If Debug build, log the messages to console, else no logging | |
#if DEBUG | |
var provider: MoyaProvider<AllTarget> { |
import Foundation | |
print("We started Again") | |
/*: | |
1. First, start by modeling the data objects that will be used. | |
*/ | |
/// TODO: Use `Tagged` library from PointFree.co | |
struct Comment: Codable { | |
var postId: Int |
Hey I'm Viranchee, and I make iOS Applications
I'm open for hiring, here's my [Resume][resume]
Here's [why I think you should hire me][why-hire-me]
Here are some of my code examples: