Toggle navigation
JacksonJang's Blog
Home
About
Archive
Archive
기록 저장소
Show All
59
iOS
34
Swift
25
Frontend
10
CS
7
RxSwift
6
Backend
4
Vue.js
4
Linux
3
Java
2
Javascript
2
React.js
2
Spring Boot
2
Ubuntu
2
Xcode
2
Xcode15
2
AVFoundation
1
Algorithm
1
Android
1
Architecture
1
Barcode
1
BastionHost
1
BottomSheet
1
Cocoapods
1
CoreData
1
DISQUS
1
FCM
1
Firebase
1
Framework
1
Gradle
1
HealthKit
1
Hello world
1
Jekyll
1
Keychain
1
Library
1
Localization
1
Mac
1
Manifest
1
MySQL
1
Objective-C
1
Observable
1
Operators
1
PHPickerViewController
1
Privacy
1
Procedure
1
Realm
1
SPA
1
SQL
1
Schedulers
1
Security
1
Server
1
Subject
1
SwiftUI
1
TestFlight
1
Tomcat
1
Tuist
1
UIDatePicker
1
UIImagePickerController
1
UIPanGestureRecognizer
1
UIView
1
UserDefaults
1
VSCode
1
git
1
github.io
1
jsdelivr
1
2024
[SwiftUI] @ObservedObject vs @StateObject
"@ObservedObject vs @StateObject"
[iOS] Tuist 사용하기 (1)
"How to use Tuist? (1)"
[Mac] VSCode 연속입력 키보드 이슈 해결
"VSCode Keyboard typing issue solution in Mac"
[iOS] Core Data 사용하기 (1)
"Let's use Core Data in iOS - 1"
[iOS] 바텀시트 만들어보기(with. UIPanGestureRecognizer)
"iOS Make BottomSheet(with.UIPanGestureRecognizer)"
[iOS] UIImagePickerController vs PHPickerViewController
"iOS UIImagePickerController vs PHPickerViewController"
[Backend] 2024년 6월 FCM HTTP v1 삭제 관련(FCM 삭제)
"About FCM will be removed June 2024"
[iOS] TestFlight 수출 규정 준수 정보
"iOS Export Compliance Information"
[iOS] UIDatePicker 사용하기
"Use UIDatePicker"
[iOS] try increasing the minimum deployment target 에러 해결법
"How to solve the error 'try increasing the minimum deployment target' "
[Linux] 서버 계정 추가 및 root 권한 설정하기 (초간단)
"Linux : Adding Server Account and Set the authorization as root(simply)"
[Frontend] cdn.jsdelivr.net SSL 에러 사태
"Error : cdn.jsdelivr.net SSL"
[iOS] SDK does not contain 'libarclite' at the path 에러 해결법
"Error : SDK does not contain 'libarclite' at the path' "
[Xcode] Console 로그를 볼 수 없을 때
"Can't see console log in Xcode' "
[iOS] Sandbox:rsync.samba 에러 해결법
"How to solve the error 'Sandbox:rsync.samba' "
[React.js] 알면 유용한 Hooks
"React.js, useful to know Hooks"
[iOS] RxSwift 사용하기(5) - Schedulers
"Let's use RxSwift - Schedulers"
[iOS] RxSwift 사용하기(4) - Operators
"Let's use RxSwift - Operators"
[iOS] RxSwift 사용하기(3) - Subject
"Let's use RxSwift - Subject"
[iOS] RxSwift 사용하기(2) - Observable
"Let's use RxSwift - Observable"
[iOS] RxSwift 사용하기(1)
"Let's use RxSwift"
[CS] 네이티브앱 vs 하이브리드앱 vs 웹앱
"Difference between Native app, Hybrid app, Web app"
[Swift] 연관 타입(associatedtype) 란?
"What's the associatedtype?"
[React.js] props 란?
"React.js props"
[iOS] App Store connect access for is required. add an account in accounts settings 에러 해결
"Solve App Store connect access for is required. add an account in accounts settings"
[iOS] HealthKit을 사용해 보자!
"Let's use HealthKit in Swift"
[iOS] Bounds 와 Frame 의 차이점
"What's the difference between Bounds and Frame"
[CS] HTTP Only Cookie 사용하기
"Use HTTP Only Cookie"
[Javascript] var, let, const 차이점
"What different var, let and const?"
[Spring Boot] 스프링부트 프로젝트 생성
"Create Spring Boot Project"
[Spring Boot] 스프링부트 2.x 이제 퇴물이다!
"Spring Boot doesn't support 2.x"
[CS] MVC vs MVVM 패턴
"What difference between MVC and MVVM"
[Linux] sudo: /usr/bin/sudo must be owned by uid 0 and have the setuid bit set 에러 해결법
"How to solve sudo: /usr/bin/sudo must be owned by uid 0 and have the setuid bit set?"
[Linux] openssh-server 란?
"What's the openssh-server?'"
[SQL] 프로시저 란?
"What's the procedure?"
[iOS] ITMS-91053: Missing api 해결법 (2024년 5월 1일부터 시행)
"Describing use of required reason API"
[iOS] Localization 사용해서 글로벌 앱 만들기
"Using Localization to make a global app"
[iOS] SceneDelegate 란?
"What's the SceneDelegate?"
[Vue.js] Vue.js 기초(4) - watch, nextTick
"Vue.js watch, nextTick"
[iOS] layoutIfNeeded() 알아보기
"Learn about layoutIfNeeded()"
[iOS] setNeedsLayout()와 setNeedsDisplay()의 차이
"setNeedsLayout() vs setNeedsDisplay()"
[Vue.js] Vue.js 기초(3) - 지시자
"Vue.js Directives"
[iOS] AppDelegate 란?
"What's the AppDelegate?"
[Vue.js] Vue.js 기초(2) - $el
"Vue.js $el"
[iOS] UIView 라이프사이클
"UIView LifeCycle"
[Vue.js] Vue.js 기초(1) - 라이프사이클
"Vue.js basic - lifecycle"
[CS] 싱글 페이지 어플리케이션(SPA) 란?
"Single Page Application"
[iOS] AVFoundation을 이용해서 바코드 인식 앱 만들기
"Using AVFoundation to make app to detect a barcode"
[iOS] UIViewController 라이프사이클
"UIViewController LifeCycle"
[CS] 알고리즘이란?
"What's the algorithm?"
[iOS] Objective-C, Swift 서로 사용하기
"Using Swift and Objective-C each other"
[iOS] Realm 을 사용해 보자!
"Let's use Realm"
[CS] 배스천 호스트 란?
"What's a Bastion Host?"
[iOS] Keychain으로 저장해보자! (with. Security)
"Let's save it with Keychain! (with. Security)"
[CS] 프레임워크 vs 라이브러리
"Framework vs Library"
[iOS] UserDefaults 사용하기
"Using UserDefaults"
DISQUS 사용하기
"Using DISQUS"
github.io 사이트 만들기(With. Jekyll)
"Making a github.io site"
Hello World
"Hello World, Hello Blog"