본문 바로가기

[IT/Programming]/HTML related

코드잇 풀스택 2기 - Week 1

반응형
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.
▼ Hide
Toggle a mess
Go (FS)
TofC
DocuK Log
Backward
Forward
RRA
Lists
CmtZ
CmtX
Handle CmtZ
Log in
out focus
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
This document is rendered by docuK (See also SEE (Super Easy Edit) of docuK and pure SEE).

코드잇 풀스택 2기 - Week 1

TPH.Posting History

▼ Show/Hide

T1.OT

▼ Show/Hide
이창신 강사님
노유정 운영 매니저
오전 - 김주현 클래스 매니저
오후 - 강지화 클래스 매니저
신예진 교육 PM 매니저
LMS (코드잇 사이트 Learning Management System)

T1.1.TIL (Today I Learned) & WIL (Weekly I Learned)

TIL: 계획, 성취, 학습, 개선에 대한 내용은 꼭 포함하여 작성해 주세요!
제목: [TIL 1일 차] (각장 개성 있게 글의 제목을 지어주세요!)
  1. 오늘의 나는 무엇을 잘했을까? → 성취
  2. 오늘의 나는 무엇을 배웠을까? → 학습
  3. 오늘의 나는 어떤 어려움이 있었을까? → 개선
  4. 내일의 나는 무엇을 해야 할까? → 계획
WIL:
제목: [WIL 1주 차] (각자 개성 있게 글의 제목을 지어주세요!)
  1. START (발전하는 나를 위한 습관)
  2. STOP (일주일을 돌아보며 하지 말아야 할 행동, 습관)
  3. Continue (습관을 잘 유지하고 있는지 회고)
  4. 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

T2.1.API (Application Programming Interface, 에이피아이)

Interface: 맞닫는면, 접점, e.g. UI (User Interface)
에러 상태 코드 (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

T4.CSS 핵심 개념

▼ Show/Hide
코드잇:
▲ Hide

T5.HTML 핵심 개념

▼ Show/Hide
코드잇:
▲ Hide
반응형
Get page views