본문 바로가기

정글캠프-WIL/WIL,WIWL

6주차 -WIL (Weekly I Learned)

- 배운것 <2026-04-03 ~ 2026-04-09>

<DB 관련>

1. Sql 처리기 프로젝트 회고

https://gyumingomin.tistory.com/62

 

Sql 처리기 - Sql Processor 프로젝트 (구현 설명 중점)

https://github.com/IMGyuGo/sqlProcessor GitHub - IMGyuGo/sqlProcessor: sqlProcessor (Sql 처리기) - 팀원 : [김규민, 김세민, 김규태, 남동현]sqlProcessor (Sql 처리기) - 팀원 : [김규민, 김세민, 김규태, 남동현] - IMGyuGo/sqlPro

gyumingomin.tistory.com

 

<백엔드 관련>

1. WebSocket과 xterm.js - 프로젝트로 이해

https://gyumingomin.tistory.com/64

 

WebSocket과 xterm.js - 프로젝트로 이해

https://github.com/IMGyuGo/sqlProcessor GitHub - IMGyuGo/sqlProcessor: sqlProcessor (Sql 처리기) - 팀원 : [김규민, 김세민, 김규태, 남동현]sqlProcessor (Sql 처리기) - 팀원 : [김규민, 김세민, 김규태, 남동현] - IMGyuGo/sqlPro

gyumingomin.tistory.com

2. Express.js 프레임워크란?

https://gyumingomin.tistory.com/65

 

Express.js 프레임워크란?

1. Express.js?Node.js 위에서 동작하느 가벼운 웹 서버 프레임워크Node.js 만으로도 서버를 만들 수 있지만, Express.js를 사용하면 다음이 편해짐ⓐ. 라우팅 처리ⓑ. 요청/응답 관리ⓒ. JSON Body Parsingⓓ. Mid

gyumingomin.tistory.com

 

이번 주차에 프로젝트를 하면서 WebSocket과 Express를 사용해서 개발을 해보았다. 내가 사용한 프레임워크와 통신 프로토콜에 대해 모르면 안되기 때문에 기록을 남겨두고자 한다.

<프론트 관련>

1. React의 React Flow 라이브러리란?

https://gyumingomin.tistory.com/66

 

React의 React Flow 라이브러리란?

https://reactflow.dev/ Node-Based UIs in React - React FlowHighly customizable React library for workflow builders, no-code apps, image processing, visualizers, and morereactflow.dev위 주소는 "React Flow" 라이브러리 Documentation이다. React Flow

gyumingomin.tistory.com

2. xterm.js 라이브러리란?

https://gyumingomin.tistory.com/67

 

xterm.js 라이브러리란?

https://xtermjs.org/docs/ DocumentationTerminal front-end component written in JavaScript that works in the browser.xtermjs.org위 문서는 xterm js 문서 페이지이긴 한데 읽기 너무 불편하게 만들어져 있다.그래서 쪼금 정리하고

gyumingomin.tistory.com

 

 

<AI 관련>

1. 하네스 엔지니어링 - 이해의 폭을 넓히기 위해

https://gyumingomin.tistory.com/68

 

하네스 엔지니어링 - 이해의 폭을 넓히기 위해

처음 하네스 엔지니어링에 대한 개념을 알게 되었기 까지 얼마 되지 않았다. YouTube에서 최근 많은 사람들이 올리고 있는 영상들을 기차에서 찾아보다가 알게되었다.그런데 이 개념을 알고나니

gyumingomin.tistory.com

 

<알고리즘 관련>

1. C언어로 구현한 자료구조 회고

https://gyumingomin.tistory.com/61

 

C언어로 구현한 자료구조 회고

https://github.com/IMGyuGo/data_structure_docker/tree/main/Data-Structures data_structure_docker/Data-Structures at main · IMGyuGo/data_structure_dockerdata_structure_docker. Contribute to IMGyuGo/data_structure_docker development by creating an account o

gyumingomin.tistory.com

 

<추가>

깃허브의 push 권한 설정하는 방법? - 다음 기회에...