반응형
m.logPrint() is working!
<eq> and <eqq> tags are rendered to MathJax format, being enclosed by \ ( \ ) and \ [ \ ].
docuK-1 scripts started!
If this log is not closed automatically, there must be an error somewhere in your document or scripts.
Table of Contents is filled out.
Auto numberings of sections (div.sec>h2, div.subsec>h3, div.subsubsec>h4), <eqq> tags, and <figure> tags are done.
<cite> and <refer> tags are rendered to show bubble reference.
<codeprint> tags are printed to corresponding <pre> tags, only when the tags exist in the document.
Current styles (dark/bright mode, font-family, font-size, line-height) are shown.
disqus.js with id="disqus-js" is loaded.
kakao.js with id="kakao-jssdk" is loaded.
New ShortKeys (T: Table of Contents, F: Forward Section, D: Previous Section, L: To 전체목록/[Lists]) are set.
m.delayPad=512;
m.wait=1024;
wait 1302ms.
<eq> and <eqq> tags are rendered to MathJax format, being enclosed by \ ( \ ) and \ [ \ ].
docuK-1 scripts started!
If this log is not closed automatically, there must be an error somewhere in your document or scripts.
Table of Contents is filled out.
Auto numberings of sections (div.sec>h2, div.subsec>h3, div.subsubsec>h4), <eqq> tags, and <figure> tags are done.
<cite> and <refer> tags are rendered to show bubble reference.
<codeprint> tags are printed to corresponding <pre> tags, only when the tags exist in the document.
Current styles (dark/bright mode, font-family, font-size, line-height) are shown.
disqus.js with id="disqus-js" is loaded.
kakao.js with id="kakao-jssdk" is loaded.
New ShortKeys (T: Table of Contents, F: Forward Section, D: Previous Section, L: To 전체목록/[Lists]) are set.
m.delayPad=512;
m.wait=1024;
wait 1302ms.







Mode: Bright; Font: Noto Sans KR; font-size: 18.0px (10.0); line-height: 1.6;
width: 1280, height: 720, version: 2.12.18
Canonical URI: https://kipid.tistory.com/entry/코드잇-풀스택-2기-Week-1
dg:plink (Document Global Permanent Link): https://kipid.tistory.com/340
document.referrer: Empty
width: 1280, height: 720, version: 2.12.18
Canonical URI: https://kipid.tistory.com/entry/코드잇-풀스택-2기-Week-1
dg:plink (Document Global Permanent Link): https://kipid.tistory.com/340
document.referrer: Empty







코드잇 풀스택 2기 - Week 1
Table of Contents
T1.OT
▼ Show/Hide
코드잇:
[01]
, 스케쥴표: Ref. [01] 코드잇 스프린트: 풀스택 OT - 강의 | 코드잇
[02]
Ref. [02] [FS 2기] 커리큘럼 시트 (수강생용)
이창신 강사님
노유정 운영 매니저
오전 - 김주현 클래스 매니저
오후 - 강지화 클래스 매니저
신예진 교육 PM 매니저
LMS (코드잇 사이트 Learning Management System)
T1.1.TIL (Today I Learned) & WIL (Weekly I Learned)
TIL: 계획, 성취, 학습, 개선에 대한 내용은 꼭 포함하여 작성해 주세요!
제목: [TIL 1일 차] (각장 개성 있게 글의 제목을 지어주세요!)
- 오늘의 나는 무엇을 잘했을까? → 성취
- 오늘의 나는 무엇을 배웠을까? → 학습
- 오늘의 나는 어떤 어려움이 있었을까? → 개선
- 내일의 나는 무엇을 해야 할까? → 계획
WIL:
제목: [WIL 1주 차] (각자 개성 있게 글의 제목을 지어주세요!)
- START (발전하는 나를 위한 습관)
- STOP (일주일을 돌아보며 하지 말아야 할 행동, 습관)
- Continue (습관을 잘 유지하고 있는지 회고)
- What I Learned (한 주를 지내며 무엇을 배웠는지, 큰 주제를 기준으로)
T1.2.Pull Request (Github)
git clone -b basic-본인이름 --single-branch {저장소 URL} git remote add upstream 코드잇-저장소-url git checkout basic-본인이름 git pull upstream basic-본인이름 git push origin basic-본인이름
이전 스프린트 미션(e.g. sprint1)에 대한(코드리뷰에 따른 추가 수정 및 개선 사항) 커밋 메시지는 다음과 같이 통일해 주시기 바랍니다.
refactor(mentor): var를 let으로 수정
▲ Hide
T2.웹 개발 기초 지식
▼ Show/Hide
강의 obsidian.md:
코드잇:
[04]
Ref. [04] 웹 개발 기초 지식 - 강의 | 코드잇
Postman.com:
T2.1.API (Application Programming Interface, 에이피아이)
Interface: 맞닫는면, 접점, e.g. UI (User Interface)
https://learn.codeit.kr/color-surveys/
https://www.codeit.kr/tutorials/36/color-survey-api-documentation
https://www.codeit.kr/tutorials/36/color-survey-api-documentation
에러 상태 코드 (status code) 가 뭐 뜨는지도 좀 유의깊게 봐야할듯?
On the left side of codes is there a hiden button to toggle/switch scrollability ({max-height:some} or {max-height:none}).
GET: https://learn.codeit.kr/api/color-surveys response: 200 OK { "count": 79, // Delete 된 것도 있어서 마지막 id 보다 작을 수 있음. "next": "https://learn.codeit.kr/api/color-surveys/?offset=10&limit=10", "previous": null, "results": [ { "createdAt": 1721912001000, "updatedAt": 1721912001000, "colorCode": "#6423DB", "id": 80, "mbti": "ISTP" }, { "createdAt": 1721911989000, "updatedAt": 1721911989000, "colorCode": "#6423DB", "id": 79, "mbti": "ISTP" }, { "createdAt": 1721911930000, "updatedAt": 1721911930000, "colorCode": "#98FC03", "id": 78, "mbti": "ISTP" }, { "createdAt": 1721911813000, "updatedAt": 1721911813000, "colorCode": "#CA6952", "id": 77, "mbti": "ISFP" }, { "createdAt": 1721910533000, "updatedAt": 1721910533000, "colorCode": "#000000", "id": 76, "mbti": "INTJ" }, { "createdAt": 1721896679000, "updatedAt": 1721896679000, "colorCode": "#000000", "id": 75, "mbti": "ESFJ" }, { "createdAt": 1721896260000, "updatedAt": 1721896260000, "colorCode": "#000000", "id": 74, "mbti": "ISTJ" }, { "createdAt": 1721892865000, "updatedAt": 1721892865000, "colorCode": "#03D7FC", "id": 73, "mbti": "INTP" }, { "createdAt": 1721891911000, "updatedAt": 1721891911000, "colorCode": "#4245F5", "id": 72, "mbti": "ISTJ" }, { "createdAt": 1721890717000, "updatedAt": 1721890717000, "colorCode": "#2887ED", "id": 71, "mbti": "INTJ" } ] }
On the left side of codes is there a hiden button to toggle/switch scrollability ({max-height:some} or {max-height:none}).
GET: https://learn.codeit.kr/api/color-surveys/80 response: 200 OK { "createdAt": 1721912001000, "updatedAt": 1721912001000, "colorCode": "#6423DB", "id": 80, "mbti": "ISTP" }
On the left side of codes is there a hiden button to toggle/switch scrollability ({max-height:some} or {max-height:none}).
POST: https://learn.codeit.kr/api/color-surveys { "mbti": "INTJ", "colorCode": "#5e74d6", "password": "5050" } response: 201 Created PATCH: https://learn.codeit.kr/api/color-surveys/81 { "colorCode": "#6f74d6", "password": "5050" } response: 200 OK DELETE: https://learn.codeit.kr/api/color-surveys/81 { "password": "5050" } response: 200 OK { "createdAt": 1721913027000, "updatedAt": 1721915906000, "colorCode": "#6E74D6", "id": 81, "mbti": "INTJ" } 두번째 호출 response: 404 Not Found
▲ Hide
T3.웹 퍼블리싱 시작하기
▼ Show/Hide
TRefs.References and Related Articles
▼ Show/Hide
- Ref. [01] 코드잇 스프린트: 풀스택 OT - 강의 | 코드잇
- Ref. [02] [FS 2기] 커리큘럼 시트 (수강생용)
- Ref. [03] https://publish.obsidian.md/iasandcb/
https://publish.obsidian.md/iasandcb/site/Part+1/2024-07-25
https://publish.obsidian.md/iasandcb/site/Part+1/2024-07-26 - Ref. [04] 웹 개발 기초 지식 - 강의 | 코드잇
- Ref. [05] https://www.postman.com/
https://web.postman.co/workspace/My-Workspace~8a97cc8a-c24f-4360-8189-1cb97d80ffd2/overview - Ref. [06] 웹 퍼블리싱 시작하기 - 강의 | 코드잇
- Ref. [07] https://app.netlify.com/sites/kipid/overview
https://kipid.netlify.app - Ref. [08] https://www.w3.org/wiki/CSS/Properties/color/keywords
- Ref. [09] CSS 핵심 개념 - 강의 | 코드잇
- Ref. [10] HTML 핵심 개념 - 강의 | 코드잇
▲ Hide







반응형
'[IT/Programming] > HTML related' 카테고리의 다른 글
코드잇 풀스택 2기 - Week 5 (0) | 2024.08.20 |
---|---|
코드잇 풀스택 2기 - Week 4 (0) | 2024.08.20 |
코드잇 풀스택 2기 - Week 2 (0) | 2024.08.20 |
AWS server|서버 에서 GitHub 가 너무 느려질때 해결 방법. (0) | 2024.08.18 |
자바스크립트 (JavaScript) 기초 (0) | 2024.08.12 |
jQuery 분석 (Analysis): $.find([CSS Selector]) and $.parents([CSS Selector]) (1) | 2024.08.11 |
week2 위클리 페이퍼 (브라우저가 어떻게 동작하는지 설명) (0) | 2024.08.06 |