# main
Core Graphics
"Harness the power of Quartz technology to perform lightweight 2D rendering with high-fidelity output."
UIKit
"Construct and manage a graphical, event-driven user interface for your iOS or tvOS app."
git master -> main
프로젝트를 새로 시작하려고 셋팅을하고, 레파지토리를 만들어서 git도 셋팅하고, 하던대로 git push origin master를 하고나서 깃헙에 들어가봤더니 잔디가 안심어졌다?? 보니까 이상태였던 것. 이제 master가 아닌 main이 default이고 여기에 push를 해야했는데... 근데 내 vsc에는 master라고 쓰여있었는데?? 그래서 ...

How to read terminal argument
We can use 'boost' libraries to read arguments,but you know, in this page, we use the normal and easier way to read argumentsI guess, you can say, as
2차 프로젝트
to do 레이아웃 만들기 컴포넌트화 하기 한페이지 안에 styled-components 적용하기 기능 구현 craousel, category별 필터링, 더보기에서 전체보기 인기순 페이지 구현(랜덤 or 예약순)

semantic image semantic image semantic image semantic image semantic imagesemantic image semantic imagesemantic image semantic
[Flutter / Main 함수 내 비동기처리 오류 해결] MethodChannel를 Main에서 사용하기
Cannot use this MethodChannel before the binary messenger has been initialized. This happens when you invoke platform methods before the WidgetsFlutte

[Python] import path / absolute path, relative path / __name__, __main__
import 과정에 대해 알아보세요: "경로" 편

🧙🏼 HTML 구조를 나타내는 요소
: 컨텐츠 분할 요소 : 블록 레벨 요소 : 플로우 콘텐츠를 위한 통용 컨테이너 (순수 컨테이너로서 아무것도 표현안함): 본질적으로 아무것도 나타내지 않음 : 인라인 컨테이너 : 인라인 레벨 요소 : 본질적으로 아무것도 나타내지 않음 : 어떤 특성의 값을 서로 공유하는
[python 기초] module/package, import search (2)
이번엔 파이썬 관점에서, import search에 대해 좀 더 알아보자