profile
개발자 준비생
post-thumbnail

Flutter, Firebase 설치하기

chocolatey, flutter, 안드로이드 스튜디오 설치, vscode 설정, firebase 연결하기

2023년 8월 17일
·
1개의 댓글
·
post-thumbnail

Dart - 4. Classes (fin.)

📌 클래스: Constructors, Named constructor Parameters, Named constructors, api의 Json data를 class로, Cascade Notation, Enums, Abstract Class, 상속, mixins

2023년 6월 28일
·
0개의 댓글
·
post-thumbnail

Dart - 3. Functions

📌 Function, parameters(named, positioned, optional), QQ Operator, Typedef

2023년 6월 27일
·
0개의 댓글
·
post-thumbnail

Dart - 2. Data Types

📌 Dart의 자료형(List, Map, Set)

2023년 6월 26일
·
0개의 댓글
·
post-thumbnail

Dart - 1. Variables

📌 Dart의 메인 함수와 변수(dynamic, nullable, final, late, const)

2023년 6월 26일
·
0개의 댓글
·
post-thumbnail

Dart - 0. Introduction

📌 Dart 소개

2023년 6월 26일
·
0개의 댓글
·
post-thumbnail

파이썬 의문점 정리(~)

언젠가는 이유를 알아낼 python 코드 오류

2023년 5월 21일
·
0개의 댓글
·
post-thumbnail

[프로그래머스] Lv.1 공원산책 (파이썬)

E W N S, 4가지의 이동방향을 분류해서 따로 코딩하다보니 코드가 매우 길어졌는데, dictionary를 이용해서 이동방향에 관한 쌍을 만들면 코드를 간결화 할 수 있을것 같다. ex. dir={"E": (0, 1),"W": (0, -1),"N": (-1, 0),

2023년 5월 17일
·
0개의 댓글
·
post-thumbnail

코테용 파이썬 문법

내가 보려고 만든 초보용 파이썬 문법 정리

2023년 5월 6일
·
0개의 댓글
·