Skip to content

Instantly share code, notes, and snippets.

View hvkale's full-sized avatar
Do Not Disturb

Harshad Kale hvkale

Do Not Disturb
View GitHub Profile
public protocol WithConfigurable {}
public extension WithConfigurable where Self: AnyObject {
@discardableResult
func with(block: (Self) -> Void) -> Self {
block(self)
return self
}
}
extension NSObject: WithConfigurable {}
@tsiege
tsiege / The Technical Interview Cheat Sheet.md
Last active May 14, 2024 04:49
This is my technical interview cheat sheet. Feel free to fork it or do whatever you want with it. PLEASE let me know if there are any errors or if anything crucial is missing. I will add more links soon.

ANNOUNCEMENT

I have moved this over to the Tech Interview Cheat Sheet Repo and has been expanded and even has code challenges you can run and practice against!






\