본문 바로가기

반응형

Coding

[내일배움캠프] 트렐로 최종 | Node.js 4기 | Day 81 | 24.03.25.(월) https://youtu.be/E6ZHLp6br-U?si=HlS13OkiK9gwN8Ku 더보기
[내일배움캠프] 주특기 플러스 프로젝트 회고 우성종 Keep 모르는 부분에 대해 팀원들에게 물어보며 진행한 것 포기하지 않기! Problem 튜터님을 활용하지 않는 것 발표 준비를 제대로 하지 않았던 것 발표 자료 구성에 신경을 쓰지 못했던 것 Try 튜터님께 꼭 질문하기! 발표 준비, 발표 자료 구성 신경 쓰기 | 스토리텔링! 이수지 Keep nest.js와 typeScript를 사용하여 코드 작성하는 것에 있어서 어려움이 없는 것 같다. Problem 새로운 기능이나, 가드부분, import, export하는 부분에 있어 어떻게 하면 더 좋은 코드로 작성할 수 있는지에 대해 개선이 필요하다고 생각한다. Try CI/CD나 부하테스트, 성능 최적화, 테스트 코드 작성에 있어 꼭 필요하다고 생각하지만 이번에 적용을 하지 못한 부분을 공부하여 꼭 적.. 더보기
[내일배움캠프] 트렐로 7일차 | Node.js 4기 | Day 80 | 24.03.24.(일) 1. unable to connect database 계속 오류가 발생했었던 이유는, comment에 관련된 모든 코드가 app.module.ts, typeOrmModuleOptions에서 주석 처리가 되어 있었기 때문이다. 주석 처리를 해제해줬더니, 해당 오류는 해결되었으나 새로운 오류를 맞이했다. 2. Nest can't resolve dependencies of the RoleGuard (Reflector, ?). 3. Error [ExceptionHandler] Classes annotated with @Injectable(), @Catch(), and @Controller() decorators must not appear in the “imports” array of a module. Plea.. 더보기
[내일배움캠프] 트렐로 6일차 | Node.js 4기 | Day 79 | 24.03.23.(토) 1. Git 로컬 브랜치 삭제하기 git branch -d branch_name 2. Public key retrieval is not allowed. - 오류 해결 3. request const cookie = req.cookies['jwt']; 4. Error - ERROR [ExceptionHandler] Nest can’t resolve dependencies of the RoleGuard (Reflector, ?). Please make sure that the argument RoleStrategy at index [1] is available in the CommentModule context. - Potential solutions: - Is CommentModule a valid Nest.. 더보기
[내일배움캠프] 트렐로 5일차 | Node.js 4기 | Day 78 | 24.03.22.(금) Guard 멤버 초대, 보드 탈퇴, 강퇴 .. 합치는 것 .. JwtAuthGuard .. RolesGuard .. 따로 .. 의미가 없다 .. Guard 2개가 섞인다? 클래스에서 const request = context.switchToHttp().getRequest(); npm run start:debug 🍯 꿀팁!! 앞선 단계 코드가 개발 완료되지 않았고 후순위 단계 코드가 개발 완료되었을 경우, 임의로 DB에 데이터를 삽입하여 테스트하는 것이 가능하다. 더보기
[내일배움캠프] 트렐로 4일차 | Node.js 4기 | Day 77 | 24.03.21.(목) https://github.com/sjwoo1999/Trello GitHub - sjwoo1999/Trello Contribute to sjwoo1999/Trello development by creating an account on GitHub. github.com 더보기
[내일배움캠프] 트렐로 3일차 | Node.js 4기 | Day 76 | 24.03.20.(수) Transaction Isolation Level https://nesoy.github.io/articles/2019-05/Database-Transaction-isolation 트랜잭션의 격리 수준(isolation Level)이란? nesoy.github.io 스케일 업(Scale-Up)과 스케일 아웃(Scale-Out) https://dreamsh19.github.io/server/Scale-Out%EA%B3%BC-Scale-Up/ Scale Out과 Scale Up 서버 확장을 위한 방법에는 크게 두가지가 있는데 바로 Scale out과 Scale up이 그것이다. 한 대의 서버에서 감당할 수 있는 부하를 감당할 수 있도록 하는 것이 두 방법의 공통된 목표이다. 한 사람 dreamsh19.gith.. 더보기
[내일배움캠프] 트렐로 2일차 | Node.js 4기 | Day 75 | 24.03.19.(화) 카드 관리 기능 카드 생성 카드 수정 카드 삭제 카드 이동 Card id int columnId int order int userId int title varchar content varchar category enum color enum startDate datetime endDate datetime createdAt datetime updatedAt datetime id columnId order userId title content category color startDate endDate createdAt updatedAt Trello 서비스 흐름 더보기

반응형