본문 바로가기

분류 전체보기60

[2025 하계 모각코] HTTP 기초 공부 노션에 공부내용 정리https://www.notion.so/222941fb3b6d8097860eea0a9f650e41?source=copy_link 인터넷 네트워크 | Notion인터넷 통신www.notion.sohttps://www.notion.so/URI-224941fb3b6d804abccaf3cd94b7c793?source=copy_link URI | NotionURIwww.notion.sohttps://www.notion.so/HTTP-224941fb3b6d8066a741d6e9e8e9c801?source=copy_link HTTP 기본 | NotionHyper Text Transfer Protocolwww.notion.sohttps://www.notion.so/HTTP-227941fb3b6d80.. 2025. 7. 8.
[2025 하계 모각코] 1회차 계획 HTTP 공부 1. 인터넷 네트워크2. URI3. HTTP 기본4. HTTP 메서드 2025. 7. 8.
[2025 하계 모각코] 0회차 - 방학 목표 1. HTTP 웹 지식 강의 공부 : 1, 2 회차 안에 끝내기2. 스프링 입문 강의 공부 3. 스프링 핵심 원리 강의 공부4. 알고리즘 공부 2025. 7. 8.
동아리 홍보자료 제작 모음 [계속 수정] 2025. 4. 6.
[충남대학교 멋쟁이사자처럼] 백엔트 트랙 2회 2주차 세션[3/18(화) 충남대학교 공과대학 5호관 창의설계실 20:00-22:00] REST 란?REST : HTTP URI(Uniform Resource Identifier   실습 & 과제병원 예약 시스템 구현https://footwarningmouse.tistory.com/62 [충남대학교 멋쟁이사자처럼] 2주차 병원 예약 시스템GitHub 링크https://github.com/EomTeaEun/backend-hospital-reservation/tree/EomTeaEun/develop GitHub - EomTeaEun/backend-hospital-reservationContribute to EomTeaEun/backend-hospital-reservation development by cre.. 2025. 3. 18.
[충남대학교 멋쟁이사자처럼] 백엔트 트랙 1회 1주차 세션[3/11(화) 충남대학교 공과대학 5호관 창의설계실 20:00-22:00]     Git Repository 로컬 저장소 = 실제 기록 공간, 개발자의 컴퓨터 위에 위치한 저장소 원격 저장소 = 인터넷이나 네트워크 상 다른 위치에 위치한 저장소 (ex : github)  git add, git commit, git push 를 거쳐 저장소가 옮겨짐Working Directory -> Staging Area -> Repository -----> Remote ( Repository )  git add : 파일을 stage 에 올린다.ex) git add . + Working Directory의 파일 상태  git commit : 의미있는 변경 작업들을 저장소에 기록하는 동작-> 시간에 따라서 변.. 2025. 3. 11.