DEV

DEV

[Youtube clone coding] #8 User Profile

  #8.0 Edit Profile GET, #8.1 Protector and Public Middlewares 깃허브로 로그인하면 아바타를 가져올 수 있다. 이번 챕터에서는 웹사이트 로그인에서도 […]

DEV

[Youtube clone coding] #6 MongoDB and Mongoose (2)

#6.15, #6.16 Creating a Video   schema에 맞게 upload.pug를 수정해주었다.   그리고 videocontroller.js의 함수를 수정해주었다. Video.js에 정의한 Video 객체에 request로

DEV

[Youtube clone coding] #5 Templates

  #5.0 Returning HTML response에 매번 html을 작성하여 send 해주는 것은 무리이다… 따라서 우리는 pug를 사용할 것이다! #5.1, #5.2 Configuring

DEV

[Youtube clone coding] #4 Routers

#4.0, 4.1, 4.2 Routers   위처럼 만들어줄 수 있지만 그렇게 예쁘지는 않다. 라우터를 도메인 별로 나눠주자!   라우터 → 작업중인

DEV PL

[Typescript] #3 Classes and Interfaces

#1 Classes Typescript 역시 다른 객체지향 언어들과 마찬가지로 객체지향 프로그래밍을 할 수 있다.   위와 같이 class를 선언할 수 있다.

DEV PL

[Typescript] #2 Functions

#1 Call Signatures call signatures란 함수의 이름 위에 마우스를 올렸을 때 보여주는 것을 말한다. 즉, 함수를 어떻게 호출해야 하고(함수 인자의

위로 스크롤