<aside> 💡 부트캠프 기간 자료
</aside>
<aside> 💡 기획 참고자료
</aside>
내용 | 링크 | 비고 |
---|---|---|
카카오맵 API | https://apis.map.kakao.com/web/sample/ | |
인공지능 활용 선물추천 서비스_우수사례 | https://yeni.io/blog/06 | |
[상권] 상권 추천 서비스_우수사례 | https://github.com/NowDoCU/NDCU-public/blob/master/docs/presentation/특화PRJ_A106_기획발표.pdf | [상권] |
금융 모의DB 사이트 | https://credb.kcredit.or.kr:3446/frt/login/login.do | |
캐글 카드 이상거래 | https://www.kaggle.com/mlg-ulb/creditcardfraud | [이상거래] |
신용 연체자들의 채무상환 가능성을 예측하여 관리 | https://github.com/LeeGwang95/Prediction-of-credit-card-default | [신용분석] |
보험 가입 시참고할 부분 | https://blog.toss.im/article/6tips-insurance | [보험 추천] |
보험 다모아 | https://e-insmarket.or.kr/intro.knia | [보험 추천] |
보답 | https://bodab.ai/ | [보험 추천] |
<aside> 💡
분석 참고자료(pandas, matplotlib 팁 등)
</aside>
내용 | 링크 | 비고 |
---|---|---|
matplotlib 꺾은선 그릴 때 x축 범위 설정하는 방법 | https://codetorial.net/matplotlib/axis_range.html | |
Dataframe 전체 행, 열 보기 | https://bjy2.tistory.com/137 |
<aside> 💡 FE, BE 공통( Git, Jira 등)
</aside>
내용 | 링크 | 비고 |
---|---|---|
지라 에픽, 스토리.. 차이 | https://gom20.tistory.com/202 | |
Git flow 10분 컷 | https://jeong-pro.tistory.com/196 | |
협업을 위한 Git Flow 설정하기 | https://overcome-the-limits.tistory.com/entry/협업-협업을-위한-Git-Flow-설정하기 | |
(만약을 위한)Git 미러링 | https://doqtqu.tistory.com/265 | |
지라 스프린트 퀵 필터 설정 | https://confluence.curvc.com/pages/viewpage.action?pageId=91200264 | |
Jira 비밀번호 변경 사이트 | https://jira.ssafy.com/login.jsp?saml_sso=false | |
Spring Boot - React 연동하기 | https://velog.io/@jung-co/Spring-boot-와-React-연동하기 | |
주석 템플릿 공유 | https://jinsiri.tistory.com/558 | |
Git Bash에서 원격 브랜치 목록 동기화 | https://jintrue.tistory.com/entry/github-git-branch-al-남아있는-브랜치-삭제 | |
[Git] webstorm workspace.xml 제외하기 | https://m.blog.naver.com/PostView.naver?isHttpsRedirect=true&blogId=writer0713&logNo=220468180971 | Git Merge 할 때 workspace.xml 에서 충돌이 일어나므로 원격 브랜치에서 파일 삭제 후 Merge |
https://palbok.tistory.com/48 |
<aside> 💡 Typescript
</aside>
내용 | 링크 | 비고 |
---|---|---|
TypeScript-Handbook 한글 문서 | https://typescript-kr.github.io/pages/interfaces.html | |
TypeScript 자식 컴포넌트 prop 타입 선언 어떻게? | https://cpro95.tistory.com/656?category=929244 | |
react Typescript object 선언할 때 ‘?’로 없는 값도 오류 안나게 하기 | https://react.vlpt.us/using-typescript/02-ts-react-basic.html | |
react- typescript 가이드 | https://react.vlpt.us/using-typescript/ | |
type vs interface 공통점.차이점 | https://yceffort.kr/2021/03/typescript-interface-vs-type |
<aside> 💡 Recoil
</aside>
내용 | 링크 | 비고 |
---|---|---|
Recoil 1편, 2편있음 (atom, selector) 깃헙도 보면서 참고하면 좋아요 | https://www.youtube.com/watch?v=t934FOlOMoM | |
Typescript와 recoil로 Todolist만들기 | https://velog.io/@yiyb0603/TypeScript-React-Recoil을-이용한-TodoList-만들어보기 | |
selector Family | https://github.com/search?l=TypeScript&q=selectorFamily&type=Code | |
recoil-persist | https://velog.io/@eunjeong/TIL-Recoil-persist | 새로고침해도 안날라감! |
<aside> 💡 프론트엔드(React, MUI 등)
</aside>