지혜(PARK JIHYE)
Contact Me
|
|
잘못된 내용이 있다면 편하게 댓글 남겨주세요!
Home
Categories
TIL (Today I Learned) - 63
iOS - 154
DATABASE - 3
Algorithm - 7
CS - 1
Django - 34
python - 36
Java - 21
JSP&Servlet - 12
OS - 24
AWS - 3
Docker - 11
git - 16
PROJECT - 20
etc - 28
swift - 43
Data Structure - 27
RxSwift - 8
Network - 3
SwiftUI - 1
About
Search
Powered by
jekyll
and
codinfox-lanyon
지혜의 개발공부로그
git
etc
python
Django
Docker
DRF
PROJECT
TIL (Today I Learned)
CS
Java
JSP&Servlet
DATABASE
Algorithm
OS
AWS
swift
Data Structure
iOS
RxSwift
Network
SwiftUI
최근 글 바로가기
Swift 나누기 할 때 소수점 이하 숫자가 안나오는 경우(0.0으로만 나오는 경우)
16 May 2022
Xcode Error, Unable to boot device because it cannot be located on disk
04 May 2022
iOS CollectionView Cell Dynamic Size 지정해주기
11 Mar 2022
iOS controller 이동시 tabbar 사라지게 하는 방법
02 Mar 2022
iOS Tableview Cell inset > Cell 사이의 간격 주는 방법
01 Mar 2022
iOS Xcode > could not insert new outlet connection 에러 해결법
28 Feb 2022
iOS Please delete apps signed with your free account from this device to remain under the limit.
22 Feb 2022
iOS URI Schemes, Universal Link, Native Link
09 Feb 2022
iOS Branch Library 사용해보기
08 Feb 2022
iOS SandBox란?
02 Feb 2022
git
git tag 사용해보기
01 Dec 2021
자주 사용하지만 헷갈리는 git 명령어 정리해보기
31 Aug 2021
git 사용하면서 발생한 에러 총정리 + 해결방안 및 저장소 복사하는 방법
04 Nov 2020
git reset --hard origin/master 한거 취소하기(git reflog)
13 Oct 2020
git merge conflict - fast-forward와 3-way-merge
22 Nov 2019
git flow 사용해보기
11 Nov 2019
non-fast-forward 에러 해결하기
27 Oct 2019
pull request 사용하는 방법
21 Oct 2018
git-branch에서 rebase하는 방법
17 May 2018
git-branch에서 merge하는 방법
17 May 2018
git-branch의 workflow 이해하기 - push, fetch, remote repository
17 May 2018
git-branch 이해하기
17 May 2018
git 버전관리 (VCS)
16 May 2018
git 사용방법 - commit, log, diff, amend, remove, move, reset, checkout
16 May 2018
git이란 무엇인가?
16 May 2018
rbenv환경에서 Jekyll 블로그 생성하고 GitHub Pages에 배포하기
15 May 2018
etc
Xcode Error, Unable to boot device because it cannot be located on disk
04 May 2022
iOS URI Schemes, Universal Link, Native Link
09 Feb 2022
iOS Branch Library 사용해보기
08 Feb 2022
iOS SandBox란?
02 Feb 2022
암호화와 복호화, 양방향 알고리즘(공개키, 비공개키)
15 Sep 2021
legacy란?
01 Aug 2021
m1 맥북 초기 설정 정리해보기
28 Jul 2021
Xcode에서 remove reference한 파일 직접 삭제하는 방법
13 Jan 2021
Terminal에서 git 언어 설정 변경하기
12 Oct 2020
면접 본 내용 정리하기
28 Sep 2020
프레임워크와 라이브러리 차이점
21 May 2020
Poetry를 통한 파이썬 패키지 관리
30 Jan 2020
아스키코드와 유니코드(ASCII, Unicode)
14 Jan 2020
정적 페이지와 동적 페이지
06 Dec 2019
컴파일과 고레벨, 저레벨 언어
06 Dec 2019
Interpreter언어와 Compiler 언어
26 Nov 2019
CSRF 공격이란?
13 Nov 2019
pycharm 글자가 안써지는 경우 (IdeaVim 해제)
13 Aug 2019
패스트캠퍼스 메모정리(serializer, 배포)
19 Oct 2018
패스트캠퍼스 메모정리(jekyll, git clone, error log, django)
19 Oct 2018
맥 초기 설정사항
18 Oct 2018
참고한 공부 블로그
22 Sep 2018
지킬 블로그 구글 검색 가능하게 하는 방법
29 Aug 2018
IaaS, PaaS, SaaS - 클라우드 서비스 모델의 종류
29 Jul 2018
orm이란
04 Jul 2018
session과 cookie
25 Jun 2018
pip list출력 포맷 변경
29 May 2018
vim 사용방법
16 May 2018
python
python 3.7부터 도입된 dataclass에 대해 알아보기
12 Dec 2019
python iterable과 iterator
26 Nov 2019
python reverse, reversed 함수의 차이
21 Nov 2019
staticmethod와 classmethod 한번 더 정리해보기
15 Nov 2019
클래스와 객체, 그리고 인스턴스는 무엇일까?
15 Nov 2019
클래스 속성과 인스턴스 속성 알아보기
15 Nov 2019
Ubuntu에서 pyenv 통해 python 설치시 발생하는 에러 (zipimport.ZipImportError)
29 Jul 2019
__name__ , __main__
24 Oct 2018
pyenv를 통해 파이썬 최신 버전 설치하기
29 Jul 2018
python을 활용한 웹툰 크롤링 완성 - utils.py
10 Jun 2018
python을 활용한 웹툰 크롤링 완성 - crawl.py
10 Jun 2018
python을 활용한 웹툰 크롤링 - 내 코드 복습(수정필요)
03 Jun 2018
python을 활용한 웹툰 크롤링 - 강사님 코드 복습
03 Jun 2018
python을 활용한 웹툰 크롤링 4단계 - 최종 과제
30 May 2018
python을 활용한 웹툰 크롤링 3단계 - nth-of-type
29 May 2018
python을 활용한 웹툰 크롤링 2단계 - BeautifulSoup
29 May 2018
python을 활용한 웹툰 크롤링 1단계 - os.path.exists, requests get parameters
29 May 2018
python class 연습문제 풀이2
28 May 2018
python try-exception(예외처리)
27 May 2018
python regular expression(정규표현식)
26 May 2018
python class - 다형성 동적 바인딩
25 May 2018
python class - staticmethod, classmethod
25 May 2018
python class
25 May 2018
python module과 package
24 May 2018
python 함수 실습문제 정리
23 May 2018
python 모르는 부분 따로 정리
23 May 2018
python 함수 - scope, lambda, closure, decorator, generator
22 May 2018
python 함수 - args, kwargs, docstring
21 May 2018
python 제어문(if), list-comprehension
20 May 2018
python dictionary, set
20 May 2018
python 시퀀스(list, tuple)
20 May 2018
python 문자열
19 May 2018
python 숫자
19 May 2018
python 변수
19 May 2018
python 첫 시작
18 May 2018
pyenv, virtualenv, iPython 설치 및 설정하기
18 May 2018
Django
Django - 장고 모델에서 잊지말아야하는 중요한 tips!
20 Dec 2019
Django - recursive relationship
20 Dec 2019
Django - WSGI에 대해서 알아보기
14 Jul 2018
Django - 배포 환경에서 static files 설정하기
14 Jul 2018
Django - 배포를 하기위한 deploy.sh(쉘 스크립트 이해하기)
12 Jul 2018
Django - Facebook Backends.py
11 Jul 2018
Django - facebook login 함수 기능별 나누기
09 Jul 2018
Django - facebook login - questions
09 Jul 2018
Django - facebook login
09 Jul 2018
Django - makemigrations 취소하는 방법
04 Jul 2018
Django - django-document 6, introduction to models (Model Inheritance / multi table)
04 Jul 2018
Django - django-document 5, introduction to models (Model Inheritance / abstract base classes)
02 Jul 2018
Django - django-document 4, introduction to models (Model Attribute, Model Method)
01 Jul 2018
Django - django-document 3, introduction to models (Meta options)
01 Jul 2018
Django - django-document 2, introduction to models (relationships부터)
22 Jun 2018
Django - django-document 1, introduction to models (relation 전까지)
20 Jun 2018
Django - Instagram만들기, pipenv설치(~ MEDIA ROOT, URL까지)
20 Jun 2018
Django - django-tutorial 5, (template-polls/index, retail, results)
20 Jun 2018
Django - django-tutorial 4, (urls.py)
20 Jun 2018
Django - django-tutorial 3, (views.py)
19 Jun 2018
Django - django-tutorial 2, (models.py)
18 Jun 2018
Django - django-tutorial 1, 장고 최신버전으로 설정하기
07 Jun 2018
Django - djangogirls-tutorial blog만들기 10, (post_create.html)
06 Jun 2018
Django - djangogirls-tutorial blog만들기 9, (post_detail.html)
06 Jun 2018
Django - djangogirls-tutorial blog만들기 8, (post_list.html)
06 Jun 2018
Django - djangogirls-tutorial blog만들기 7, (base_html)
06 Jun 2018
Django ipython shell(objects.all, create, filter)
04 Jun 2018
Django - djangogirls-tutorial blog만들기 6, (settings.py)
04 Jun 2018
Django - djangogirls-tutorial blog만들기 5, (post_list.html)
04 Jun 2018
Django - djangogirls-tutorial blog만들기 4, (views.py)
04 Jun 2018
Django - djangogirls-tutorial blog만들기 3, (urls.py)
04 Jun 2018
Django - djangogirls-tutorial blog만들기 2, (models.py)
04 Jun 2018
Django - djangogirls-tutorial blog만들기 1, 가상환경 설정, requirements.txt
03 Jun 2018
Django 시작하기
01 Jun 2018
Docker
eb create, eb deploy.sh설정하기 1
27 Oct 2018
dockerfile 분리하기 (base, local, dev, production)
25 Oct 2018
argparse를 활용한 build.py 만들기
24 Oct 2018
DockerBuild 2 (ebCLI)
30 Jul 2018
DockerBuild 1
29 Jul 2018
IaaS, PaaS, SaaS
29 Jul 2018
Docker Elasticbeanstalk 소개
25 Jul 2018
Docker 프로젝트 초기설정
25 Jul 2018
Django - Dockerfile 분리해서 실행하기
15 Jul 2018
Django - Docker 설치 후 실행하기
15 Jul 2018
Django - Docker란 무엇인가?
14 Jul 2018
DRF
DRF tutorial 02. Serializer
18 Jul 2018
DRF tutorial 01.직렬화
18 Jul 2018
PROJECT
FloatingPanel 사용해보기
27 Oct 2020
다이어리 앱 만들기 - XLPagerTabStrip 라이브러리 사용해보기
14 Aug 2020
다이어리 앱 만들기 - 코코아팟 에러 해결하기
21 Jul 2020
다이어리 앱 만들기 - 깃 에러 해결하기(set upstream, non fast-forward)
20 Jul 2020
다이어리 앱 만들기 - UserInterfaceState.xcuserstate 제거하기
15 Jul 2020
다이어리 앱 만들기 - Calendar Library
24 Jun 2020
다이어리 앱 만들기 - Podfile 관리
17 Jun 2020
다이어리 앱 만들기 - 기본 구조 만들기
10 Jun 2020
세번째 프로젝트, google social login
11 Nov 2019
세번째 프로젝트, AWS Codebuild 사용하며 발생한 에러 해결해나가기
20 Oct 2019
세번째 프로젝트, AWS Codebuild 사용해보기
20 Oct 2019
세번째 프로젝트, 깃헙으로 협업!(헷갈리는부분 정리)
19 Oct 2019
세번째 프로젝트, 각종 에러들 해결하는 방법
17 Oct 2019
세번째 프로젝트, 42world 배포과정 정리
09 Oct 2019
세번째 프로젝트, 프로젝트를 하면서 공부한 사이트 정리
08 Oct 2019
두번째 프로젝트, WhatYouWant Project (json 크롤링하기)
11 Oct 2018
두번째 프로젝트, WhatYouWant Project (open API활용하기)
06 Sep 2018
두번째 프로젝트, WhatYouWant Project (django 설정)
04 Sep 2018
첫번째 프로젝트, My real trip (selenium 사용하기)
29 Jul 2018
첫번째 프로젝트, My real trip (django 설정)
29 Jul 2018
TIL (Today I Learned)
201203_TIL
03 Dec 2020
201117_TIL
17 Nov 2020
201116_TIL
16 Nov 2020
201110_TIL
10 Nov 2020
201105_TIL
05 Nov 2020
201104_TIL
04 Nov 2020
201103_TIL
03 Nov 2020
200904_TIL
04 Sep 2020
200903_TIL
03 Sep 2020
200707_TIL
07 Jul 2020
200520_TIL
20 May 2020
200403_TIL
03 Apr 2020
200402_TIL
02 Apr 2020
200401_TIL
01 Apr 2020
200327_TIL
27 Mar 2020
200323_TIL
23 Mar 2020
200321_TIL
21 Mar 2020
200309_TIL
09 Mar 2020
200307_TIL
07 Mar 2020
200305_TIL
05 Mar 2020
200228_TIL
28 Feb 2020
200221_TIL
21 Feb 2020
200215_TIL
15 Feb 2020
200214_TIL
14 Feb 2020
200213_TIL
13 Feb 2020
191130_TIL
30 Nov 2019
191129_TIL
29 Nov 2019
191128_TIL
28 Nov 2019
191127_TIL
27 Nov 2019
191126_TIL
26 Nov 2019
191125_TIL
25 Nov 2019
190925_TIL
25 Sep 2019
190920_TIL
20 Sep 2019
~190829_TIL
29 Aug 2019
190817_TIL
17 Aug 2019
190816_TIL
16 Aug 2019
190815_TIL
15 Aug 2019
190814_TIL
14 Aug 2019
190813_TIL
13 Aug 2019
181011_TIL
11 Oct 2018
181010_TIL
10 Oct 2018
181008_TIL
08 Oct 2018
181001_TIL
01 Oct 2018
180930_TIL
30 Sep 2018
180929_TIL
29 Sep 2018
180928_TIL
28 Sep 2018
180926_TIL
26 Sep 2018
180915_TIL
15 Sep 2018
180908_TIL
08 Sep 2018
180907_TIL
07 Sep 2018
180906_TIL
06 Sep 2018
180905_TIL
05 Sep 2018
180904_TIL
04 Sep 2018
180829_TIL
29 Aug 2018
180809_TIL
09 Aug 2018
180805_TIL
05 Aug 2018
180804_TIL
04 Aug 2018
180803_TIL
03 Aug 2018
180802_TIL
02 Aug 2018
180801_TIL
01 Aug 2018
180731_TIL
31 Jul 2018
180730_TIL
30 Jul 2018
180729_TIL
29 Jul 2018
CS
컴퓨터 사이언스 부트캠프 with 파이썬 1장 - 변수
05 Sep 2018
Java
Java - 네트워킹(Socket)
27 Aug 2019
Java - 입력과 출력(Inputstream, Outputstream)
27 Aug 2019
Java - 예외처리(Exception)
27 Aug 2019
Java - Collections (List, Map)
26 Aug 2019
Java - 문자열 클래스(StringBuffer, StringBuilder)
26 Aug 2019
Java - 람다식(lambda expressions)
26 Aug 2019
Java - 추상클래스(Abstract Class)
26 Aug 2019
Java - 장난감 인터페이스(예시)
25 Aug 2019
Java - 인터페이스
24 Aug 2019
Java - 내부클래스와 익명클래스
24 Aug 2019
Java - 상속의 특징(Override, datatype, ObjectClass, super)
24 Aug 2019
Java - 상속 (상속의 필요성과 상속 구현방법)
23 Aug 2019
Java - 데이터은닉 (private, getter, setter)
22 Aug 2019
Java - package and static
22 Aug 2019
Java - 생성자, 소멸자, this 키워드
22 Aug 2019
Java - 객체와 메모리
20 Aug 2019
Java - method 선언과 호출, parameter, overloading, 접근자
20 Aug 2019
Java - 클래스를 통해 객체 생성해보기
20 Aug 2019
Java - 객체 지향 프로그래밍 (객체와 클래스란?)
18 Aug 2019
Java - 기초문법(자료형, 연산자, 배열, 조건/반복문)
16 Aug 2019
Java - macOS 환경변수(PATH) 설정
14 Aug 2019
JSP&Servlet
JSP & Servlet - session(세션)
05 Oct 2019
JSP & Servlet - cookie(쿠키)
05 Oct 2019
JSP & Servlet - servlet 데이터 공유(servlet parameter, context parameter)
27 Sep 2019
JSP & Servlet - jsp implict object (jsp 내장객체-config, application, out, exception)
26 Sep 2019
JSP & Servlet - jsp request, response
24 Sep 2019
JSP & Servlet - jsp script
24 Sep 2019
JSP & Servlet - form 데이터 처리(get, post)
22 Sep 2019
JSP & Servlet - 서블릿의 생명주기 (init, service, destroy)
20 Sep 2019
JSP & Servlet - servlet request, response
20 Sep 2019
JSP & Servlet - servlet 맵핑
20 Sep 2019
JSP & Servlet - JSP와 Servlet 간단 맛보기
30 Aug 2019
JSP & Servlet - 웹 프로그래밍 개요
30 Aug 2019
DATABASE
postgresql settings for macOS
14 Nov 2019
mysql 기본 설정 및 user 및 database 생성하기
19 Oct 2019
MySQL 설치 및 셋팅과정 (+MySQL Workbench)
19 Oct 2019
Algorithm
Swift, LeetCode - Contains Duplicate
16 Aug 2020
Swift, LeetCode - Best Time to Buy and Sell Stock
09 Aug 2020
Swift, LeetCode - Two Sum
07 Aug 2020
프로그래머스 코딩테스트 고득점 kit, 큐&스택_탑_JAVA
21 Oct 2019
프로그래머스 코딩테스트 고득점 kit, 정렬3_H-index_JAVA
21 Oct 2019
프로그래머스 코딩테스트 고득점 kit, 정렬2_가장 큰 수_JAVA
21 Oct 2019
프로그래머스 코딩테스트 고득점 kit, 정렬1_k번째 수_JAVA
21 Oct 2019
OS
디스크 스케줄링(Disk Scheduling) + Disk Scheduling Algorithm
27 Dec 2019
파일할당(File Allocation)
26 Dec 2019
페이지 크기(Page size)
26 Dec 2019
프레임 할당(Allocation of Frames)
24 Dec 2019
페이지 교체 알고리즘(Page Replacement Algorithms)
24 Dec 2019
페이지 교체(Page Replacement)
24 Dec 2019
가상메모리(Virtual Memory)와 요구페이지(Demand Paging)
23 Dec 2019
세그멘테이션(Segmentation)와 외부단편화 그리고 Paged segmentation
20 Dec 2019
연속 메모리 할당(Contiguous Memory Allocation)과 페이징(Paging)
17 Dec 2019
메모리의 낭비를 없애는 방법, 메모리 절약(동적적재, 동적연결, 스와핑)
16 Dec 2019
주기억장치 관리 개요(Main Memory Management)
16 Dec 2019
동기화의 또다른 도구, 모니터(Monitors)
13 Dec 2019
교착상태(Deadlocks)
13 Dec 2019
전통적 동기화 예제(생산자-소비자문제, RW문제, 식사하는 철학자 문제)
10 Dec 2019
동기화를 위한 도구 - Semaphore(Mutual exclusive, Ordering)
10 Dec 2019
쓰레드(Threads)와 동기화(Synchronization)
06 Dec 2019
프로세스 생성과 소멸
03 Dec 2019
CPU Scheduling - FCFS, SJF, Priority, RR, 다중 큐 스케줄링
03 Dec 2019
프로세스의 정의, CPU 스케줄러, 멀티 프로그래밍
02 Dec 2019
운영체제의 주요서비스 - 프로세스, 메모리, 파일관리, 시스템호출
02 Dec 2019
이중모드, 하드웨어 보호
28 Nov 2019
고등운영체제, 인터럽트 기반 운영체제(Operating System Interrupt)
25 Nov 2019
운영체제 역사(Operating System History)
24 Nov 2019
운영체제 서론(Operating System)
24 Nov 2019
AWS
AWS, EC2 인스턴스 설정, ubuntu설정, runserver
29 Nov 2019
EC2 (Elastic Compute Cloud)란?
29 Nov 2019
AWS(Amazon Web Service) 종류와 특징
29 Nov 2019
swift
Swift 나누기 할 때 소수점 이하 숫자가 안나오는 경우(0.0으로만 나오는 경우)
16 May 2022
Swift - ~= 연산자란?
29 Nov 2021
swift - ==와 ===
26 Nov 2021
Swift - Mutating이란?
22 Nov 2021
swift - Outlets cannot be connected to repeating content. 에러가 뜬다면?
30 Jul 2020
swift - init과 convenience init, required init
25 Jul 2020
swift - inout parameter
24 Jul 2020
swift - Hashable
22 Jul 2020
swift - Equatable
16 Jul 2020
기본연산자 정의(Basic Operators)
08 Apr 2020
swift - 인스턴스 메서드와 클래스 메서드
12 Mar 2020
swift - 꼼꼼하게 다시 정리해본 옵셔널 개념(Optional)
05 Mar 2020
swift 기본문법 - 사용자정의 연산자(Custom Operators)
19 Jan 2020
swift 기본문법 - 중첩타입(Nested types)
18 Jan 2020
swift 기본문법 - 자동참조 카운팅, ARC(Automatic Reference Counting)
18 Jan 2020
swift 기본문법 - 접근 제한(Access Control)
17 Jan 2020
swift 기본문법 - 서브스크립트(Subscript)
17 Jan 2020
swift 기본문법 - 제네릭(Generics)
16 Jan 2020
swift 기본문법 - 고차 함수(higher order function)
16 Jan 2020
swift 기본문법 - 오류처리(error handling)
16 Jan 2020
swift 기본문법 - 익스텐션(extension)
16 Jan 2020
swift 기본문법 - 프로토콜(protocol)
16 Jan 2020
swift 기본문법 - assert & guard, assertion, early exit
16 Jan 2020
swift 기본문법 - 타입 캐스팅(type casting)
16 Jan 2020
swift 기본문법 - 옵셔널체이닝과 nil 병합 연산자(optional chaining & nil-coalescing operator)
16 Jan 2020
swift 기본문법 - 인스턴스의 생성과 소멸 (init, deinit)
16 Jan 2020
swift 기본문법 - 상속(Inheritance)
16 Jan 2020
swift 기본문법 - 프로퍼티(property)와 프로퍼티 감시자(property observer)
15 Jan 2020
swift 기본문법 - 클로저(Closure)
15 Jan 2020
swift 기본문법 - 값 타입과 참조 타입?
15 Jan 2020
swift 기본문법 - 열거형이란?
15 Jan 2020
swift 기본문법 - 구조체와 클래스
15 Jan 2020
swift 기본문법 - 옵셔널(Optional)
15 Jan 2020
swift 기본문법 - 조건문과 반복문
15 Jan 2020
swift 기본문법 - 함수 고급
15 Jan 2020
swift 기본문법 - 함수 기본
15 Jan 2020
swift 기본문법 - 컬렉션 타입(Array, Dictionary, Set)
15 Jan 2020
swift 기본문법 - Any, AnyObject, nil
15 Jan 2020
swift 기본문법 - 기본 데이터타입
14 Jan 2020
swift 기본문법 - 상수와 변수
10 Jan 2020
swift 기본문법 - 이름짓기, 콘솔로그, 문자열 보간법
10 Jan 2020
Stanford Lecture2 - MVC(Model-View-Control)패턴
08 Jan 2020
Stanford Lecture1 - Introduction to iOS11, Xcode9 and Swift4
06 Jan 2020
Data Structure
Data Structure, Collision resolution of hashing and Deletion in open addressing hash table
11 Mar 2020
Data Structure, Hash Table
10 Mar 2020
Data Structure, Limit of Duvude and Conquer
10 Mar 2020
Data Structure, O(N) Sorting
02 Mar 2020
Data Structure, O(NlogN) Sorting
29 Feb 2020
Data Structure, O(N^2) Sorting
28 Feb 2020
Data Structure, Mutation
24 Feb 2020
Data Structure, Selection and Crossover
24 Feb 2020
Data Structure, Traveling Salesman Problem
23 Feb 2020
Data Structure, Genetic Algorithm
23 Feb 2020
Data Structure, Complexity of priority queue and heap sort
19 Feb 2020
Data Structure, Binary heap for priority queue
17 Feb 2020
Data Structure, Priority Queue
14 Feb 2020
Data Structure, Big-Oh notation과 Growth rate
04 Feb 2020
Data Structure, Bubble sort algorithm
03 Feb 2020
Data Structure, Tree Traversing
29 Jan 2020
Data Structure, Binary Search Tree
27 Jan 2020
Data Structure, Terminologies and Characteristics of tree structure
27 Jan 2020
Data Structure, Tree as an Abstract Data Type and Structure
26 Jan 2020
Data Structure, Assembly Line Scheduling
21 Jan 2020
Data Structure, Fibonacci Seqeunce in Dynamic Programming
21 Jan 2020
Data Structure, Dynamic Programming
21 Jan 2020
Data Structure, Recursion
21 Jan 2020
Data Structure, Stack and Queue
14 Jan 2020
Data Structure, Linked list
13 Jan 2020
Data Structure, Array
10 Jan 2020
Data Structure, Abstract data types
10 Jan 2020
iOS
iOS CollectionView Cell Dynamic Size 지정해주기
11 Mar 2022
iOS controller 이동시 tabbar 사라지게 하는 방법
02 Mar 2022
iOS Tableview Cell inset > Cell 사이의 간격 주는 방법
01 Mar 2022
iOS Xcode > could not insert new outlet connection 에러 해결법
28 Feb 2022
iOS Please delete apps signed with your free account from this device to remain under the limit.
22 Feb 2022
iOS Double형 데이터를 String으로 나타내는 법(+ 소수점 표현하는 방법)
20 Jan 2022
iOS Cannot assign value of type 'UIColor' to type '[NSUIColor]' (aka 'Array
') 에러 해결하기
17 Jan 2022
iOS Convert UIColor to String(+# 제거하기!)
15 Jan 2022
iOS Firebase 8.8.0으로 업그레이드하면서 수정할 것들
11 Jan 2022
iOS Facebook SDK 12.2.1 로 업그레이드하면서 수정할 것들
10 Jan 2022
iOS SwiftLint 적용하며 수정한 것들
06 Jan 2022
iOS Build service could not create build operation unknown error while handling message unknownsession 에러가 나온다면?
10 Dec 2021
iOS iOS13 Deprecated statusBarFrame, keyWindow 수정하기
06 Dec 2021
Advances CollectionvView - Custom Cell 로 구성해보기
17 Nov 2021
Advances CollectionvView
17 Nov 2021
iOS iOS13 Deprecated scanHexInt32 수정하기
10 Nov 2021
iOS 13,14,15에서 달라진 점은 무엇이 있을까?
04 Nov 2021
iOS Xcode13에서 pod init 실패하는 경우 해결방법!
22 Oct 2021
iOS UITextField 각종 옵션들 정리
21 Oct 2021
iOS Grouped로 지정된 tableview의 top 여백 지우는 방법
20 Oct 2021
iOS15 업데이트 후 NavigationBar 대응
19 Oct 2021
iOS SearchBar 이것저것 건들여보기
13 Oct 2021
iOS OS_ACTIVITY_MODE 설정하기
12 Oct 2021
iOS/Xcode platform initialization failed 에러 해결하기
01 Oct 2021
Swift로 소셜로그인(카카오, 네이버, 페이스북) 연동해보기!
30 Sep 2021
iOS 카카오, 네이버, 페이스북 로그인 연동 시 발생했던 오류 해결 총 정리!
24 Sep 2021
iOS 버튼의 터치가 눌려있는 상태로 시작하려면?
18 Sep 2021
Xcode 자동완성(Auto complete)이 안되는 경우 해결 방법!
13 Sep 2021
Expected superview but found nil when attempting make constraint `equalToSuperview`. 에러 해결하기
08 Sep 2021
iOS Target에 대한 정의, 분리하는 방법, 분리하여 사용했을 때 마주했던 이슈(Target Membership)
03 Sep 2021
iOS 코드로 UITableView 구현해보기
02 Sep 2021
Xcode Storyboard 삭제 및 Scene delegate 삭제하는 방법
31 Aug 2021
iOS DZNEmptyDateSet 라이브러리 사용해보기
24 Aug 2021
iOS Completion Handler 사용해보기 (return과의 차이점 알아보기)
24 Aug 2021
iOS Content Hugging, Content Compression 설정
20 Aug 2021
iOS tableView delegate와 collectionView delegate(필요한 내용 추가합니다)
19 Aug 2021
iOS Dispatch Group 사용해보기
19 Aug 2021
iOS discardableResult이란?
19 Aug 2021
iOS UITableview Swipe Actions
18 Aug 2021
iOS UIResponder 란?
17 Aug 2021
iOS swapAt 함수 사용해보기
16 Aug 2021
iOS Configuring the Event-Related Behavior > isUserInteractionEnabled, isMultipleTouchEnabled, isExclusiveTouch
12 Aug 2021
iOS replacingOccurrences 사용해보기
11 Aug 2021
iOS prepareForReuse 란?
11 Aug 2021
Snapkit에서 labeled란?
10 Aug 2021
becomeFirstResponder와 resignFirstResponder란?
09 Aug 2021
get, set, willset, didset 이란?
06 Aug 2021
Type Casting 다시 공부해보기!
05 Aug 2021
asyncAfter의 deadline과 wallDeadline의 차이
05 Aug 2021
deinit이란?
05 Aug 2021
static과 class 제대로 알아보자
04 Aug 2021
required init과 failable init?
04 Aug 2021
required init?(coder:)란 무엇인가?
03 Aug 2021
alpha, opaque, opacity의 차이란?
30 Jul 2021
final 키워드를 사용하는 이유
29 Jul 2021
오토레이아웃을 더 공부하며 알게 된 점 정리해보기
27 Jul 2021
SnapKit에 대해 아는만큼 정리해보기
26 Jul 2021
UIRefresh controller 사용해보기
01 Jul 2021
masksToBounds와 clipsToBounds 차이점?
25 Jun 2021
tintColor란 무엇이며 image renderingMode 살펴보기
12 Jun 2021
UIView의 ContentMode 정리
08 Jun 2021
PickerView가 있는 Alert 창 만들기
27 May 2021
iOS tableview cell에서 WKWebView 사용해보기
21 Apr 2021
iOS Tap Page Controller 사용방법
15 Apr 2021
iOS xcode에서 다크 혹은 라이트모드 지정해주는 방법
01 Apr 2021
String Emoji를 Image로 변환하기(UIGraphicsImage)
19 Mar 2021
iOS 레이아웃이 깨졌을때 할 수 있는 방법?!
26 Feb 2021
iOS tableviewCell에 광고 넣어보기(Adfit)
25 Feb 2021
iOS 카카오 ADFit 연동해보기
03 Feb 2021
iOS Firebase Push Notification(FCM)연동해보기
25 Jan 2021
UILable의 자동 줄바꿈하는 방법?
15 Dec 2020
tableview 혹은 scrollview에서 화면 터치이벤트 받는 방법?
11 Dec 2020
채팅 textView(입력창, 전송버튼이 합쳐진 뷰)를 키보드와 붙여서 올리고 내리는 방법
08 Dec 2020
string으로 넘어오는 date값 원하는대로 dateFormat 해보기 > iso8601DateFormatter사용하기
05 Dec 2020
DispatchQueue에서의 completion사용과 escaping을 쓰는 이유 + 쓰지 않는다면 어떻게 해야하는가?
04 Nov 2020
Remote push notification 시뮬레이터에서 실행해보기
03 Nov 2020
Build Success 했음에도 시뮬레이터가 돌아가지 않는 경우?
26 Oct 2020
app Transport Security has blocked a cleartext HTTP 에러 해결하기
20 Sep 2020
Xcode에 Custom Font 추가하기
16 Sep 2020
CGPoint, CGSize, CGRect, CGFloat
02 Sep 2020
This app could not be installed at this time 시뮬레이터 에러 대처하기
01 Sep 2020
Delegation, Notification, KVO
14 Jul 2020
GitHub API 시작하기 for iOS
04 Jul 2020
Kakao API SDK v1 시작하기 for iOS
01 Jul 2020
Scene Delegate 삭제하기
30 Jun 2020
Build input file cannot be found 에러 해결하기
27 Jun 2020
Xcode11 새로워진 ScrollView 만들기
01 Jun 2020
GCD Queue와 NSOperation Queue의 특징과 차이점
23 Apr 2020
개발 디자인패턴(Singleton, MVC)
22 Apr 2020
iOS Application state(iOS 앱의 생명주기)
16 Apr 2020
Notification Center와 Notification +예제
10 Apr 2020
DispatchQueue란? +실습까지!
10 Apr 2020
Grand Central Dispatch란?
10 Apr 2020
ATS(App Transport Security)란?
09 Apr 2020
URLSession과 URLSessionDataTask
09 Apr 2020
탭바(tap bar)란 무엇인가?
09 Apr 2020
얼럿(alert)과 액션시트(action sheet)란 무엇인가?
09 Apr 2020
Realm이란? +사용법까지
08 Apr 2020
POP(Protocol Oriented Programming)프로토콜 지향 프로그래밍이란?
03 Apr 2020
네비게이션과 모달의 차이점은 무엇인가? +구현하는 방식
03 Apr 2020
iOS에서는 멀티쓰레드를 지원해주는가?
02 Apr 2020
leading, trailing과 left, right 무엇을 사용하는게 더 좋을까?
02 Apr 2020
Alamofire란 무엇이고 어떻게 사용하는가?
01 Apr 2020
코코아 프레임워크, 코코아 터치, 코코아 팟이란?(설치 후 사용까지!)
01 Apr 2020
view와 window는 무엇일까?
28 Mar 2020
KVO(Key Value Observing)란 무엇인가?
19 Mar 2020
CollectionView에서의 DataSource와 Delegate
15 Mar 2020
UINavigationController와 UIViewController 차이점
13 Mar 2020
Activity View Controller
12 Mar 2020
UICollectionView Flow Layout을 사용해 셀 크기를 조절해보기
12 Mar 2020
컬렉션 뷰 셀 커스터마이징 해보기(실습)
11 Mar 2020
간단한 컬렉션 뷰 생성 후 동적으로 데이터 추가해보기(실습)
11 Mar 2020
CollectionView, CollectionView Cell
11 Mar 2020
Navivation Item, Bar Item 사용해보기(실습)
10 Mar 2020
Navivation Item, Bar Item
10 Mar 2020
Scroll View를 통해 이미지 확대해보기
09 Mar 2020
Scroll View
09 Mar 2020
OperationQueue를 활용하여 비동기 프로그래밍 해보기
08 Mar 2020
Operation Queue
08 Mar 2020
동시성 프로그래밍과 비동기 프로그래밍
08 Mar 2020
사진첩에서 사진을 가져오고 삭제해보기(실습)
08 Mar 2020
Photos 프레임워크
07 Mar 2020
오토 레이아웃을 잘 다루려면 어떻게 해야할까?
06 Mar 2020
JSONEncoder와 JSONDecoder, 코드 실습
23 Feb 2020
인코딩과 디코딩, Codable 프로토콜
22 Feb 2020
세그(Segue)를 통한 화면 전환시 데이터 전달해보기(연습)
20 Feb 2020
세그(Segue)
17 Feb 2020
뷰의 재사용(연습)
16 Feb 2020
뷰의 재사용
16 Feb 2020
테이블 뷰 셀 커스터마이징(연습)
15 Feb 2020
테이블 뷰에 동적으로 데이터 추가해보기(연습)
15 Feb 2020
테이블 뷰 구현해보기(연습)
15 Feb 2020
Data Source and Delegate
15 Feb 2020
TableView Cell
15 Feb 2020
Table View
15 Feb 2020
View Controller의 생명주기(LIfe-Cycle)
12 Feb 2020
Delegate를 더 쉽게 이해해보기
07 Feb 2020
Gesture Recognizer
02 Feb 2020
Target-Action Pattern
01 Feb 2020
Singleton Design Pattern과 Stack View
29 Jan 2020
Delegation Design Pattern
28 Jan 2020
UIViewController, 뷰의 상태변화 감지 메서드
26 Jan 2020
Modal(모달)이란?
26 Jan 2020
Navigation Interface
25 Jan 2020
H.I.G(Human Interface Guidelines)
24 Jan 2020
MVC(Model-View-Controller Design Pattern)
23 Jan 2020
프로그래밍 디자인 패턴
23 Jan 2020
iOS View 체계
23 Jan 2020
오토레이아웃이란?
22 Jan 2020
Cocoa Touch 프레임워크와 UIKit, Foundation
22 Jan 2020
swift UIButton, UISlider, UILabel
22 Jan 2020
swift 인터페이스 빌더와 객체를 코드와 연결(IBAction)
22 Jan 2020
swift 인터페이스 빌더와 객체를 코드와 연결(IBOulet)
22 Jan 2020
swift 에셋 카탈로그 그리고 앱 시닝과 앱 슬라이싱
20 Jan 2020
RxSwift
RxSwift 곰튀김님 강의 season2, step1 정리 (1)
05 Nov 2020
Rxswift Docs - Observable
28 Oct 2020
Rxswift Docs - Operators
28 Oct 2020
Rxswift 동기(sync)와 비동기(async)
09 Aug 2020
Rxswift Scheduler
02 May 2020
Rxswift Operators(next, error, completed)
01 May 2020
기본적인 Operators(just, from, map, filter)
23 Apr 2020
RxSwift 비동기 작업과 Observable
23 Apr 2020
Network
Network Socket통신이란? (+HTTP통신이란?)
23 Oct 2021
Network TCP와 UDP
22 Oct 2021
Network 7계층(OSI)
22 Oct 2021
SwiftUI
UIKit와 SwiftUI 무엇이 다를까?
29 Dec 2021