쉐도잉 연습: NestJS in 100 Seconds - YouTube로 영어 말하기 배우기
C2
쉐도잉 컨트롤
0% 완료 (0/23 문장)
Nest.js is a Node.js framework for building scalable server-side applications with TypeScript.
⏸ 일시 정지
재생 속도:
반복 횟수:
대기 모드:
자막 동기:0ms
모든 문장
23 문장
1
Nest.js is a Node.js framework for building scalable server-side applications with TypeScript.
2
It provides a suite of tools that leverage either Fastify or Express to facilitate rapid development and predictable readable code.
3
It supports REST and GraphQL APIs out of the box, or you might use it to build a full-stack application using the model-view-controller pattern, similar to frameworks like Laravel or Ruby on Rails.
4
And it contains a ton of built-in modules to work with databases, handle security, implement streaming, and anything else you can imagine doing in a server-side application.
5
Nest has its own very powerful command line tool, and you can scaffold out a new project with the nest new command.
6
That provides a code base pre-configured with jest for testing, and set up with TypeScript to help us write more readable and reliable code.
7
In the source directory, you'll notice a controller, which is a fundamental building block of the framework.
8
It's responsible for handling incoming HTTP requests and returning responses back to the To implement a controller, simply add the controller decorator to a class.
9
Then inside the class, you can implement methods and decorate them with HTTP verbs like git, post, patch, put, etc.
10
By default, this will create an HTTP endpoint on the root URL, but you can pass a string to the decorator to change the route or implement dynamic route parameters.
11
In addition, Nest provides other decorators to control things like the status code and headers.
12
Then in the method itself, parameter decorators can be used to access the request parameters or body.
13
And finally, the return value from the method is the response body that gets sent back down to the client.
14
What's awesome about nest is that you can use the CLI to automatically generate more controllers to keep your code organized as it grows in complexity.
15
But there's more to nest than just controllers.
16
A provider is a class that contains shared logic throughout the entire application and can be injected as a dependency where needed.
17
Any class with the injectable decorator can be injected in the constructor of another class.
18
For example, a provider can be implemented as a guard to handle role-based user authentication.
19
Or it might be implemented as a pipe to efficiently validate and transform values in a controller.
20
And lastly, we have the module decorator, which allows code to be organized into smaller chunks where it can be lazy loaded to run faster in serverless environments.
21
This has been NestJS in 100 seconds.
22
If you want to see more short videos like this, make sure to hit the like button and subscribe.
23
Thanks for watching, and I will see you in the next one.
App Store 및 Google Play에서 4.9/5
Shadowing English
모바일에서
Shadowing English 앱으로 언제 어디서나 영어를 배우세요. 오늘 의사 소통 능력을 향상 시키십시오!
학습 진행 상황 추적
AI 채점 및 오류 수정
풍부한 비디오 라이브러리

이 레슨에 대해
"NestJS in 100 Seconds"으로 쉐도잉 기법을 사용해 영어를 연습합니다.
매일 15~30분 꾸준히 연습하면 IELTS 스피킹에 대한 자신감이 길러집니다.
쉐도잉이란? 영어 실력을 빠르게 키우는 과학적 방법
쉐도잉(Shadowing)은 원래 전문 통역사 훈련을 위해 개발된 언어 학습 기법으로, 다언어 학자인 Dr. Alexander Arguelles에 의해 대중화된 방법입니다. 핵심 원리는 간단하지만 매우 강력합니다: 원어민의 영어를 들으면서 1~2초의 짧은 지연으로 즉시 소리 내어 따라 말하는 것——마치 '그림자(shadow)'처럼 화자를 따라가는 것입니다. 문법 공부나 수동적인 청취와 달리, 쉐도잉은 뇌와 입 근육이 동시에 실시간으로 영어를 처리하고 재현하도록 훈련합니다. 연구에 따르면 이 방법은 발음 정확도, 억양, 리듬, 연음, 청취력, 말하기 유창성을 크게 향상시킵니다. IELTS 스피킹 준비와 자연스러운 영어 소통을 원하는 분들에게 특히 효과적입니다.
☕ 커피 한 잔 사주기
ShadowingEnglish는 여러분의 지원 덕분에 100% 무료로 운영됩니다. 서버 및 AI 유지 비용이 많이 듭니다. 여러분의 커피 한 잔이 큰 힘이 됩니다! ��
