본문 바로가기

공부기록/42 Seoul

Transcendence 공부 리소스

아직 완성된 리스트는 아니지만,
2주정도 배경지식을 공부하면서 도움이 됐던 (구현하면서도 계속 참고할) 리소스를 서브젝트에 등장하는 키워드 기준으로 정리해봤다.
Docker 쪽은 나중에 dockerizing 할 때 추가할 예정.

영화보고싶다

React

  • [BOOK] 리액트를 다루는 기술
  • [GitBook] Velopert와 함께하는 모던 리액트 
 

3. 나의 첫번째 리액트 컴포넌트 · GitBook

3. 나의 첫번째 리액트 컴포넌트 첫번째 리액트 컴포넌트를 만들어봅시다. src 디렉터리에 Hello.js 라는 파일을 다음과 같이 작성해보세요. Hello.js import React from 'react'; function Hello() { return 안녕하세

react.vlpt.us

  • React 공부 순서에 따라 도움되는 블로그 포스팅 모음
 

나를 발전시키는 시간 - Clelab

 

clelab.io

 

TypeScript

 

TypeScript 한글 문서

TypeScript 한글 번역 문서입니다

typescript-kr.github.io

 

Introduction | 타입스크립트 핸드북

타입스크립트 핸드북 타입스크립트를 시작하는 분들을 위한 핸드북입니다 😄 타입스크립트의 기본 개념들을 학습하고 자바스크립트 프로젝트에 타입스크립트를 적용하는 방법까지 배워보실

joshua1988.github.io

 

GitHub - typescript-kr/awesome-typescript-korean: 😎한국어로만 선별된 타입스크립트 리소스 리스트 🇰🇷

😎한국어로만 선별된 타입스크립트 리소스 리스트 🇰🇷. Contribute to typescript-kr/awesome-typescript-korean development by creating an account on GitHub.

github.com

 

  • 로컬에서 타입스크립트 코드 실행하기

https://github.com/TypeStrong/ts-node 모듈 사용 

$ npx ts-node index.ts

 

 

NestJS

  • [인강] 노마드코더 NestJS 로 API 만들기
 

NestJS로 API 만들기 - 노마드 코더 Nomad Coders

Enterprise Server Side Applications

nomadcoders.co

  • NestJS 공식 메뉴얼
    번역 그지같음 ㄹㅇ
    원문이랑 같이 보자
 

네스트JS 한국어 매뉴얼 사이트

네스트JS 한국, 네스트JS Korea 한국어 매뉴얼

docs.nestjs.kr

 

PostgreSQL

 

TypeORM - Amazing ORM for TypeScript and JavaScript (ES7, ES6, ES5). Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server,

 

typeorm.io

SPA

https://en.wikipedia.org/wiki/Single-page_application

 

Single-page application - Wikipedia

From Wikipedia, the free encyclopedia Jump to navigation Jump to search Web application that interacts with the user by dynamically rewriting a web page A single-page application (SPA) is a web application or website that interacts with the user by dynamic

en.wikipedia.org

 

docker-compose

 

route, router

 

What is the difference between "router" and "route"?

I need to understand the difference and the application of both words (route/routes and router/routers). I plan to apply one of words to define the route of a URL for a website. For instance: URL /

english.stackexchange.com

 

What is the different between Router vs Route in react-router-dom

In the React-Router documentation I have seen that It has import both Route and Router modules from react-router-dom. I would like to know what is the different between those two modules?

stackoverflow.com

 

OAuth

 

WEB2 - OAuth 2.0 - 생활코딩

수업소개 사용자가 가입된 서비스의 API에 접근하기 위해서는 사용자로부터 권한을 위임 받아야 합니다. 이 때 사용자의 패스워드 없이도 권한을 위임 받을 수 있는 방법이 필요합니다. 이를 위

opentutorials.org

socket.io

  • realtime chat 앱 만들어보는 youtube 영상

https://www.youtube.com/watch?v=jD7FnbI76Hg&list=WL&index=13&t=22s 

https://www.youtube.com/watch?v=RGmBjliEZZ0 

 

'공부기록 > 42 Seoul' 카테고리의 다른 글

[NestJS] 42OAuth 인증하기  (0) 2021.08.01
NestJS + PostgreSQL + TypeORM CRUD  (0) 2021.07.26
42 과제에서 배운 것 정리  (0) 2021.05.29
[ft_services] nginx 설정  (0) 2021.02.01
[ft_services] MetalLB 설정  (2) 2021.01.19