Daheen Lee - Born Maker
Home
About
Posts
Tags
© 2024. All rights reserved.
Daheen Lee
all white cheat sheet
Tags
2020 회고
1
API
1
ARC
1
Adoption
1
Any
1
AnyObject
1
App Development
1
App Life Cycle
1
Apple Guideline
1
Azure
1
Behavior Pattern
1
Button on keyboard
1
CRC
1
CharacterSet
1
Closure
1
Cocoa
2
Cocoa Touch
2
Codable
1
Comparable
1
Computed Property
2
Conformance
1
Container View Controller
3
Copy On Write
1
Core Data
1
Creational Pattern
1
Currying
1
CustomStringConvertible
1
Debugging
1
Delegate
1
Delegation
1
Equatable
1
ExpressibleByNilLiteral
1
Extension
2
Factory Pattern
1
Fisher-Yates Shuffle
1
Floating button on keboard
1
Foundation
2
Framework
1
Functional Programming
3
Generic Where
1
HIG
1
HTTP
1
Hashable
1
Hasher
1
IBAction
1
Index
1
Initial Storyboard
1
Initial View Controller
1
Initializer
2
Initializer Inheritance
1
JSON
2
JSON parser
1
JSONDecoder
1
JSONEncoder
1
JSONSerialization
1
KeyChain
1
Knuth Shuffle
1
LLDB
1
Lamda Calculus
1
Library
1
Life Cycle
1
MKLocalSearchCompleter
1
ML
2
MVC
1
Machine Learning
2
Main Interface
1
MapKit
1
Memory Management
1
Method
1
NSAppTransporSecurity
1
NSRegularExpression
1
NoficiationCenter
1
OOP
3
ObjectIdentifier
1
Observable
1
Observer
1
Observer Pattern
2
Optimization
1
Optional
1
Pattern
1
Pattern Matching
1
Presentation
1
Property Observers
1
Protocol
6
Protocol Witness Table
1
Random
1
Reactive Programming
1
Reference type
1
Regex
1
Regular Expression
1
Root View Controller
1
RxAppState
1
RxCocoa
1
RxSwift
3
RxViewController
1
SOLID
1
Security Framework
1
Segue
1
Shuffle Algorithm
1
Software Developer Assignment Tips
1
Software developer Interview Experience
1
StickyButton on keyboard
1
Stored Property
1
Storyborad
1
String
1
StringInterpolation
1
Structural Patten
1
Subject
1
Swift Standard Library
1
SwiftUI
1
Target-Action
1
TensorFlow
1
Trait
1
Type Casting
1
Type Property
1
UIApplicaion
1
UIButton
1
UIControl
1
UIKit
5
UINavigationController
1
UITabBarController
1
UITextFieldDelegate
1
UIViewController
6
UIWindow
1
Unicode Scalar
1
Unit Test
1
Unit Test Question
1
Value type
2
View Controller
6
Xcode
2
as
1
card game
1
coalescing
1
control flow
1
controller
1
description
1
did/should/will
1
event
1
google promises
2
guard-else
1
hash
1
higher order function
1
iOS
4
iOS Security
1
iOS developer interview tips
1
iOS 인터뷰
1
identity
1
indirection
1
instantiateViewController
1
is
1
methodInvoked
1
model
1
observe
1
presentedViewController
1
promises
2
pure function
1
reference counting
1
sentMessage
1
side effect
1
subscribe
1
troubleshooting
2
unowned
1
view
1
viewDidLoad
1
viewDidLoad()
2
weak
1
개발자 회고
1
구글 애드센스
1
구글 애드센스 승인
1
비동기
2
사전과제
1
애자일
1
위치 검색 자동완성
1
위치 자동완성
1
인터뷰 팁
1
지도 앱
1
학습
1
2020 회고
[회고] 2020년 되돌아보기, 근데 이제 2021년을 곁들인
«
February 21, 2021
API
용어 정리 - Framework, Library, API
«
July 15, 2019
ARC
[Swift] ARC 와 Memory Management
«
June 28, 2019
Adoption
Swift 프로토콜 준수와 채택의 차이 : Difference between Conformance and Adoption in Swift Protocol
«
June 02, 2019
Any
[Swift] Type Casting - is & as
«
June 26, 2019
AnyObject
[Swift] Type Casting - is & as
«
June 26, 2019
App Development
HIG : Human Interface Guidlines - 왜 읽어야 할까?
«
June 03, 2019
App Life Cycle
[iOS] UIApplication, UIWindow - 가장 기본이 되는 class
«
July 18, 2019
Apple Guideline
HIG : Human Interface Guidlines - 왜 읽어야 할까?
«
June 03, 2019
Azure
한빛미디어 수요밋업 - 머신러닝 핸즈온랩 후기 (MS Azure ML)
«
May 22, 2019
Behavior Pattern
[Design Pattern] 디자인 패턴과 사용하는 이유
«
July 09, 2019
Button on keyboard
[SwiftUI] Creating a Sticky Floating Button with Just One Spacer
«
April 03, 2024
CRC
SOLID Principles
«
May 16, 2019
CharacterSet
Swift CharacterSet 으로 입력 문자열 검사하기 (Checking Input String Using CharacterSet in Swift)
«
May 01, 2019
Closure
Closure in Swift - 기능을 가진 코드 블럭
«
June 19, 2019
Cocoa
[iOS] Cocoa, Cocoa Touch framework (코코아, 코코아터치 프레임워크)
«
July 17, 2019
[iOS] UIKit, Foundation, Swift Standart Library - 무엇을 사용해야 할까?
«
July 17, 2019
Cocoa Touch
[iOS] Cocoa, Cocoa Touch framework (코코아, 코코아터치 프레임워크)
«
July 17, 2019
[iOS] UIKit, Foundation, Swift Standart Library - 무엇을 사용해야 할까?
«
July 17, 2019
Codable
Swift Foundation JSON 관련 클래스 - JSONSerialization, JSONEncoder, JSONDecoder, Codable
«
June 25, 2019
Comparable
Equality vs. Identity - Protocol Equatable & Comparable
«
May 13, 2019
Computed Property
Computed Property vs Method - What to choose (Computed Property와 Method 중에 무엇을 써야 할까?)
«
May 09, 2019
Property in Swift
«
May 09, 2019
Conformance
Swift 프로토콜 준수와 채택의 차이 : Difference between Conformance and Adoption in Swift Protocol
«
June 02, 2019
Container View Controller
[iOS] Navigation Controller - stack 구조로 계층적으로 화면 구현하기
«
July 25, 2019
[iOS] Container View Controller - child view controller 추가/삭제하기
«
July 25, 2019
[iOS] View Controller의 두 가지 타입
«
July 23, 2019
Copy On Write
Copy On Write in Swift - Value Type 은 매번 복사하지 않는다
«
June 04, 2019
Core Data
[iOS] Cocoa, Cocoa Touch framework (코코아, 코코아터치 프레임워크)
«
July 17, 2019
Creational Pattern
[Design Pattern] 디자인 패턴과 사용하는 이유
«
July 09, 2019
Currying
Lamda Calculus and Currying - 함수형 프로그래밍, 람다식, 커링
«
July 02, 2019
CustomStringConvertible
CustomStringConvertible protocol - description 바꾸고 싶을 때 사용하는 protocol
«
May 08, 2019
Debugging
Debugging with Xcode and LLDB
«
April 22, 2019
Delegate
[iOS] Delegation - 너가 좋아할만할 일이 생겨서 알려주려고
«
July 22, 2019
Delegation
[iOS] Delegation - 너가 좋아할만할 일이 생겨서 알려주려고
«
July 22, 2019
Equatable
Equality vs. Identity - Protocol Equatable & Comparable
«
May 13, 2019
ExpressibleByNilLiteral
[Swift] Optional은 Enum type이다 - Optional 타입 구현 파헤치기
«
July 08, 2019
Extension
Protocol in Swift : 자격요건 명시하는 역할
«
April 29, 2019
Extension in Swift : 기존 자료형 확장하기
«
April 29, 2019
Factory Pattern
Factory Pattern : Factory Method, Abstract Factory, Factory Pattern in Swfit
«
May 07, 2019
Fisher-Yates Shuffle
Shuffle Algorithm : 무작위로 섞기 알고리즘 - Fisher-Yates Shuffle & Knuth Shuffle
«
June 27, 2019
Floating button on keboard
[SwiftUI] Creating a Sticky Floating Button with Just One Spacer
«
April 03, 2024
Foundation
[iOS] Cocoa, Cocoa Touch framework (코코아, 코코아터치 프레임워크)
«
July 17, 2019
[iOS] UIKit, Foundation, Swift Standart Library - 무엇을 사용해야 할까?
«
July 17, 2019
Framework
용어 정리 - Framework, Library, API
«
July 15, 2019
Functional Programming
OOP + FP - 객제지향과 함수형 적절히 사용하기
«
July 03, 2019
Lamda Calculus and Currying - 함수형 프로그래밍, 람다식, 커링
«
July 02, 2019
Functional Programming - 함수형 프로그래밍 : what to do 를 알려준다?
«
June 22, 2019
Generic Where
Protocol doesn't conform to itself - protocol 은 자기자신을 준수하지 않는다
«
June 07, 2019
HIG
HIG : Human Interface Guidlines - 왜 읽어야 할까?
«
June 03, 2019
HTTP
[iOS] HTTP 접근 허용하도록 Xcode 설정하기
«
November 13, 2019
Hashable
Hashable, Hasher - for types to be used in Set or Dictionary
«
May 07, 2019
Hasher
Hashable, Hasher - for types to be used in Set or Dictionary
«
May 07, 2019
IBAction
[iOS] Target-Action : UIControl 객체가 이벤트에 응답하는 방식
«
July 24, 2019
Index
String의 구성 - Character, Unicode, Index
«
May 23, 2019
Initial Storyboard
[Xcode] Main Interface : 맨 처음 나오는 storyboard 지정하기
«
November 04, 2019
Initial View Controller
[Xcode] Main Interface : 맨 처음 나오는 storyboard 지정하기
«
November 04, 2019
Initializer
Initializer (2) : It's All Because of Inheritance in Class
«
May 29, 2019
Initializer (1) : Get Ready for New Instance!
«
May 28, 2019
Initializer Inheritance
Initializer (2) : It's All Because of Inheritance in Class
«
May 29, 2019
JSON
[Swift] JSON parser 구현하기
«
June 26, 2019
Swift Foundation JSON 관련 클래스 - JSONSerialization, JSONEncoder, JSONDecoder, Codable
«
June 25, 2019
JSON parser
[Swift] JSON parser 구현하기
«
June 26, 2019
JSONDecoder
Swift Foundation JSON 관련 클래스 - JSONSerialization, JSONEncoder, JSONDecoder, Codable
«
June 25, 2019
JSONEncoder
Swift Foundation JSON 관련 클래스 - JSONSerialization, JSONEncoder, JSONDecoder, Codable
«
June 25, 2019
JSONSerialization
Swift Foundation JSON 관련 클래스 - JSONSerialization, JSONEncoder, JSONDecoder, Codable
«
June 25, 2019
KeyChain
[iOS] 안전하게 KeyChain - Security Framework
«
August 29, 2019
Knuth Shuffle
Shuffle Algorithm : 무작위로 섞기 알고리즘 - Fisher-Yates Shuffle & Knuth Shuffle
«
June 27, 2019
LLDB
Debugging with Xcode and LLDB
«
April 22, 2019
Lamda Calculus
Lamda Calculus and Currying - 함수형 프로그래밍, 람다식, 커링
«
July 02, 2019
Library
용어 정리 - Framework, Library, API
«
July 15, 2019
Life Cycle
[iOS] View Controller Life Cycle
«
July 23, 2019
MKLocalSearchCompleter
[iOS] MapKit 으로 위치 검색 자동완성 구현하기
«
August 07, 2019
ML
Swift for TensorFlow - TensorFlow 라이브러리를 Swift에서도 사용 가능 ?!
«
June 21, 2019
한빛미디어 수요밋업 - 머신러닝 핸즈온랩 후기 (MS Azure ML)
«
May 22, 2019
MVC
MVC 패턴 - 각자 역할에 집중할 수 있는 구조
«
July 15, 2019
Machine Learning
Swift for TensorFlow - TensorFlow 라이브러리를 Swift에서도 사용 가능 ?!
«
June 21, 2019
한빛미디어 수요밋업 - 머신러닝 핸즈온랩 후기 (MS Azure ML)
«
May 22, 2019
Main Interface
[Xcode] Main Interface : 맨 처음 나오는 storyboard 지정하기
«
November 04, 2019
MapKit
[iOS] MapKit 으로 위치 검색 자동완성 구현하기
«
August 07, 2019
Memory Management
[Swift] ARC 와 Memory Management
«
June 28, 2019
Method
Computed Property vs Method - What to choose (Computed Property와 Method 중에 무엇을 써야 할까?)
«
May 09, 2019
NSAppTransporSecurity
[iOS] HTTP 접근 허용하도록 Xcode 설정하기
«
November 13, 2019
NSRegularExpression
Regular Expression : Swift 에서 정규표현식 사용 - NSRegularExpression
«
June 10, 2019
NoficiationCenter
[iOS] NotificationCenter - 관찰해서 알려주는 역할
«
October 13, 2019
OOP
[Swift] poker card game 구현하기
«
July 13, 2019
OOP + FP - 객제지향과 함수형 적절히 사용하기
«
July 03, 2019
SOLID Principles
«
May 16, 2019
ObjectIdentifier
ObjectIdentifier protocol : object identity 비교하기
«
May 31, 2019
Observable
[Rx] Rx 기본 용어 정리 - Observable, Observer, Subject, Trait
«
January 31, 2020
Observer
[Rx] Rx 기본 용어 정리 - Observable, Observer, Subject, Trait
«
January 31, 2020
Observer Pattern
[iOS] NotificationCenter - 관찰해서 알려주는 역할
«
October 13, 2019
[Design Pattern] Observer Pattern - 구독하고 알림받기
«
July 02, 2019
Optimization
Copy On Write in Swift - Value Type 은 매번 복사하지 않는다
«
June 04, 2019
Optional
[Swift] Optional은 Enum type이다 - Optional 타입 구현 파헤치기
«
July 08, 2019
Pattern
[Swift] Pattern 과 Pattern Matching
«
July 01, 2019
Pattern Matching
[Swift] Pattern 과 Pattern Matching
«
July 01, 2019
Presentation
[iOS] Segue 없이 코드로 view controller 간 전환하기
«
July 23, 2019
Property Observers
Property in Swift
«
May 09, 2019
Protocol
[iOS] Delegation - 너가 좋아할만할 일이 생겨서 알려주려고
«
July 22, 2019
Protocol doesn't conform to itself - protocol 은 자기자신을 준수하지 않는다
«
June 07, 2019
Swift 프로토콜 준수와 채택의 차이 : Difference between Conformance and Adoption in Swift Protocol
«
June 02, 2019
Equality vs. Identity - Protocol Equatable & Comparable
«
May 13, 2019
CustomStringConvertible protocol - description 바꾸고 싶을 때 사용하는 protocol
«
May 08, 2019
Protocol in Swift : 자격요건 명시하는 역할
«
April 29, 2019
Protocol Witness Table
Protocol doesn't conform to itself - protocol 은 자기자신을 준수하지 않는다
«
June 07, 2019
Random
Shuffle Algorithm : 무작위로 섞기 알고리즘 - Fisher-Yates Shuffle & Knuth Shuffle
«
June 27, 2019
Reactive Programming
[Rx] Rx 기본 용어 정리 - Observable, Observer, Subject, Trait
«
January 31, 2020
Reference type
Difference Between Value type and Reference type in Swift
«
April 29, 2019
Regex
Regular Expression : Swift 에서 정규표현식 사용 - NSRegularExpression
«
June 10, 2019
Regular Expression
Regular Expression : Swift 에서 정규표현식 사용 - NSRegularExpression
«
June 10, 2019
Root View Controller
[iOS] View Controller의 두 가지 타입
«
July 23, 2019
RxAppState
[iOS|Rx] View Controller 의 Life Cycle 이벤트를 observing 하기
«
January 14, 2020
RxCocoa
[Rx] Rx 기본 용어 정리 - Observable, Observer, Subject, Trait
«
January 31, 2020
RxSwift
[RxSwift] - observe(on:) vs. subscribe(on:) : when to use them to specify threads
«
August 23, 2023
[Rx] Rx 기본 용어 정리 - Observable, Observer, Subject, Trait
«
January 31, 2020
[iOS|Rx] View Controller 의 Life Cycle 이벤트를 observing 하기
«
January 14, 2020
RxViewController
[iOS|Rx] View Controller 의 Life Cycle 이벤트를 observing 하기
«
January 14, 2020
SOLID
SOLID Principles
«
May 16, 2019
Security Framework
[iOS] 안전하게 KeyChain - Security Framework
«
August 29, 2019
Segue
[iOS] Segue 없이 코드로 view controller 간 전환하기
«
July 23, 2019
Shuffle Algorithm
Shuffle Algorithm : 무작위로 섞기 알고리즘 - Fisher-Yates Shuffle & Knuth Shuffle
«
June 27, 2019
Software Developer Assignment Tips
[Interview Experience] Breaking Through a 75:1 Competition with a Pre-Assignment
«
November 11, 2023
Software developer Interview Experience
[Interview Experience] Breaking Through a 75:1 Competition with a Pre-Assignment
«
November 11, 2023
StickyButton on keyboard
[SwiftUI] Creating a Sticky Floating Button with Just One Spacer
«
April 03, 2024
Stored Property
Property in Swift
«
May 09, 2019
Storyborad
[iOS] View Controller 생성 관련 메소드 정리 - instantiateViewController & viewDidLoad
«
January 29, 2020
String
String의 구성 - Character, Unicode, Index
«
May 23, 2019
StringInterpolation
String Interpolation for Custom Type - Custom Type 에 맞는 문자열 삽입 구현하기
«
June 22, 2019
Structural Patten
[Design Pattern] 디자인 패턴과 사용하는 이유
«
July 09, 2019
Subject
[Rx] Rx 기본 용어 정리 - Observable, Observer, Subject, Trait
«
January 31, 2020
Swift Standard Library
[iOS] UIKit, Foundation, Swift Standart Library - 무엇을 사용해야 할까?
«
July 17, 2019
SwiftUI
[SwiftUI] Creating a Sticky Floating Button with Just One Spacer
«
April 03, 2024
Target-Action
[iOS] Target-Action : UIControl 객체가 이벤트에 응답하는 방식
«
July 24, 2019
TensorFlow
Swift for TensorFlow - TensorFlow 라이브러리를 Swift에서도 사용 가능 ?!
«
June 21, 2019
Trait
[Rx] Rx 기본 용어 정리 - Observable, Observer, Subject, Trait
«
January 31, 2020
Type Casting
[Swift] Type Casting - is & as
«
June 26, 2019
Type Property
Property in Swift
«
May 09, 2019
UIApplicaion
[iOS] UIApplication, UIWindow - 가장 기본이 되는 class
«
July 18, 2019
UIButton
[iOS] Target-Action : UIControl 객체가 이벤트에 응답하는 방식
«
July 24, 2019
UIControl
[iOS] Target-Action : UIControl 객체가 이벤트에 응답하는 방식
«
July 24, 2019
UIKit
[iOS] UIApplication, UIWindow - 가장 기본이 되는 class
«
July 18, 2019
[iOS] Cocoa, Cocoa Touch framework (코코아, 코코아터치 프레임워크)
«
July 17, 2019
[iOS] UIKit, Foundation, Swift Standart Library - 무엇을 사용해야 할까?
«
July 17, 2019
UIViewController 의 viewDidLoad() 메소드는 언제 호출될까?
«
July 11, 2019
UITabBarController - tab bar와 다른 view controller가 들어있는 conatainer
«
July 11, 2019
UINavigationController
[iOS] Navigation Controller - stack 구조로 계층적으로 화면 구현하기
«
July 25, 2019
UITabBarController
UITabBarController - tab bar와 다른 view controller가 들어있는 conatainer
«
July 11, 2019
UITextFieldDelegate
[iOS] Delegation - 너가 좋아할만할 일이 생겨서 알려주려고
«
July 22, 2019
UIViewController
[iOS] View Controller 생성 관련 메소드 정리 - instantiateViewController & viewDidLoad
«
January 29, 2020
[iOS] Navigation Controller - stack 구조로 계층적으로 화면 구현하기
«
July 25, 2019
[iOS] Container View Controller - child view controller 추가/삭제하기
«
July 25, 2019
[iOS] View Controller의 두 가지 타입
«
July 23, 2019
[iOS] View Controller 가 보여지는 방식
«
July 23, 2019
[iOS] View Controller Life Cycle
«
July 23, 2019
UIWindow
[iOS] UIApplication, UIWindow - 가장 기본이 되는 class
«
July 18, 2019
Unicode Scalar
String의 구성 - Character, Unicode, Index
«
May 23, 2019
Unit Test
What to Write on Unit Test ?
«
April 21, 2019
Unit Test Question
What to Write on Unit Test ?
«
April 21, 2019
Value type
Copy On Write in Swift - Value Type 은 매번 복사하지 않는다
«
June 04, 2019
Difference Between Value type and Reference type in Swift
«
April 29, 2019
View Controller
[iOS] View Controller의 두 가지 타입
«
July 23, 2019
[iOS] View Controller 가 보여지는 방식
«
July 23, 2019
[iOS] View Controller Life Cycle
«
July 23, 2019
[iOS] Segue 없이 코드로 view controller 간 전환하기
«
July 23, 2019
UIViewController 의 viewDidLoad() 메소드는 언제 호출될까?
«
July 11, 2019
UITabBarController - tab bar와 다른 view controller가 들어있는 conatainer
«
July 11, 2019
Xcode
[Xcode] Main Interface : 맨 처음 나오는 storyboard 지정하기
«
November 04, 2019
Debugging with Xcode and LLDB
«
April 22, 2019
as
[Swift] Type Casting - is & as
«
June 26, 2019
card game
[Swift] poker card game 구현하기
«
July 13, 2019
coalescing
[Swift] Optional은 Enum type이다 - Optional 타입 구현 파헤치기
«
July 08, 2019
control flow
[Swift] guard else statement 완전 정복
«
June 25, 2019
controller
MVC 패턴 - 각자 역할에 집중할 수 있는 구조
«
July 15, 2019
description
CustomStringConvertible protocol - description 바꾸고 싶을 때 사용하는 protocol
«
May 08, 2019
did/should/will
[iOS] Delegation - 너가 좋아할만할 일이 생겨서 알려주려고
«
July 22, 2019
event
[iOS] UIApplication, UIWindow - 가장 기본이 되는 class
«
July 18, 2019
google promises
[iOS] Promise 로 Delegate 패턴 대체하기
«
October 31, 2019
[iOS] Google Promises - delegate, completion handler 보다 간단하게
«
October 30, 2019
guard-else
[Swift] guard else statement 완전 정복
«
June 25, 2019
hash
Hashable, Hasher - for types to be used in Set or Dictionary
«
May 07, 2019
higher order function
Functional Programming - 함수형 프로그래밍 : what to do 를 알려준다?
«
June 22, 2019
iOS
[RxSwift] - observe(on:) vs. subscribe(on:) : when to use them to specify threads
«
August 23, 2023
UIViewController 의 viewDidLoad() 메소드는 언제 호출될까?
«
July 11, 2019
UITabBarController - tab bar와 다른 view controller가 들어있는 conatainer
«
July 11, 2019
HIG : Human Interface Guidlines - 왜 읽어야 할까?
«
June 03, 2019
iOS Security
[iOS] 안전하게 KeyChain - Security Framework
«
August 29, 2019
iOS developer interview tips
[Interview Experience] Breaking Through a 75:1 Competition with a Pre-Assignment
«
November 11, 2023
iOS 인터뷰
[인터뷰 후기] 사전과제로 75:1 경쟁률 뚫기
«
July 16, 2020
identity
ObjectIdentifier protocol : object identity 비교하기
«
May 31, 2019
indirection
SOLID Principles
«
May 16, 2019
instantiateViewController
[iOS] View Controller 생성 관련 메소드 정리 - instantiateViewController & viewDidLoad
«
January 29, 2020
is
[Swift] Type Casting - is & as
«
June 26, 2019
methodInvoked
[iOS|Rx] View Controller 의 Life Cycle 이벤트를 observing 하기
«
January 14, 2020
model
MVC 패턴 - 각자 역할에 집중할 수 있는 구조
«
July 15, 2019
observe
[RxSwift] - observe(on:) vs. subscribe(on:) : when to use them to specify threads
«
August 23, 2023
presentedViewController
[iOS] View Controller 가 보여지는 방식
«
July 23, 2019
promises
[iOS] Promise 로 Delegate 패턴 대체하기
«
October 31, 2019
[iOS] Google Promises - delegate, completion handler 보다 간단하게
«
October 30, 2019
pure function
Functional Programming - 함수형 프로그래밍 : what to do 를 알려준다?
«
June 22, 2019
reference counting
[Swift] ARC 와 Memory Management
«
June 28, 2019
sentMessage
[iOS|Rx] View Controller 의 Life Cycle 이벤트를 observing 하기
«
January 14, 2020
side effect
Functional Programming - 함수형 프로그래밍 : what to do 를 알려준다?
«
June 22, 2019
subscribe
[RxSwift] - observe(on:) vs. subscribe(on:) : when to use them to specify threads
«
August 23, 2023
troubleshooting
[iOS] HTTP 접근 허용하도록 Xcode 설정하기
«
November 13, 2019
Protocol doesn't conform to itself - protocol 은 자기자신을 준수하지 않는다
«
June 07, 2019
unowned
[Swift] ARC 와 Memory Management
«
June 28, 2019
view
MVC 패턴 - 각자 역할에 집중할 수 있는 구조
«
July 15, 2019
viewDidLoad
[iOS] View Controller 생성 관련 메소드 정리 - instantiateViewController & viewDidLoad
«
January 29, 2020
viewDidLoad()
[iOS] View Controller Life Cycle
«
July 23, 2019
UIViewController 의 viewDidLoad() 메소드는 언제 호출될까?
«
July 11, 2019
weak
[Swift] ARC 와 Memory Management
«
June 28, 2019
개발자 회고
[회고] 2020년 되돌아보기, 근데 이제 2021년을 곁들인
«
February 21, 2021
구글 애드센스
[구글 애드센스] 블로그 시작한지 5년만에 애드센스 승인을 받은 사람이 있다? (그게 바로 저에요)
«
April 23, 2023
구글 애드센스 승인
[구글 애드센스] 블로그 시작한지 5년만에 애드센스 승인을 받은 사람이 있다? (그게 바로 저에요)
«
April 23, 2023
비동기
[iOS] Promise 로 Delegate 패턴 대체하기
«
October 31, 2019
[iOS] Google Promises - delegate, completion handler 보다 간단하게
«
October 30, 2019
사전과제
[인터뷰 후기] 사전과제로 75:1 경쟁률 뚫기
«
July 16, 2020
애자일
[Book Review] 함께 자라기-애자일로 가는 길 : 학습하는 방법 학습하기
«
July 14, 2019
위치 검색 자동완성
[iOS] MapKit 으로 위치 검색 자동완성 구현하기
«
August 07, 2019
위치 자동완성
[iOS] MapKit 으로 위치 검색 자동완성 구현하기
«
August 07, 2019
인터뷰 팁
[인터뷰 후기] 사전과제로 75:1 경쟁률 뚫기
«
July 16, 2020
지도 앱
[iOS] MapKit 으로 위치 검색 자동완성 구현하기
«
August 07, 2019
학습
[Book Review] 함께 자라기-애자일로 가는 길 : 학습하는 방법 학습하기
«
July 14, 2019