공부한 내용들 정리(iOS, 알고리즘, 운영체제, 데이터베이스, 네트워크)
- 데이터베이스란 - 용도와 역할
- 관계형 데이터베이스란 - 가장 대표적인 데이터베이스
- 데이터베이스에 얽힌 돈 이야기 - 초기비용과 운영비용
- 데이터베이스와 아키텍처 구성 - 견고하고 고속의 시스템을 구축하기 위해
- DBMS를 조작할 때 필요한 기본 지식 - 조작하기 전에 알아두어야 할 것
- SQL 문의 기본 - SELECT 문의 이해
- 트랜잭션과 동시성 제어 - 복수의 쿼리 통합
- 테이블 설계의 기초 - 테이블의 개념과 정규형
- 백업과 복구 - 장애에 대비하는 구조
날씨 및 미세먼지 정보를 보여주는 애플리케이션
Date Formatting
First Steps
- Fetching Website Data into Memory
- Uploading Data to a Website
- Downloading Files in the Background
- URLSession
- URLSessionConfiguration
- URLSessionTask
Requests and Responses
Operations
Scheduling
Notifications
First Steps
JSON
App-Specific Data
Application
Storyboards
Container Views
Collection Views
Controls
- UIControl
- UIDatePicker
Table Views
Text Views
Bars
Custom View Controllers
- UIViewController
Navigation Interface
Tab View Interface
Images and Video
Activities Interface
Alerts
Custom Gestures
Creating a Basic Video Player (iOS and tvOS)
Using an Audio Session
Single Track Playback and Recording
Managing Dispatch Queue
Prioritizing Work and Specifying Quality of Service
- Adopting Cocoa Design Patterns
- Concurrency Programming Guide
- Human Interface Guidelines
- Naming
- View Controller Catalog for iOS