In this course, you will create a Node.js application using test-driven development (TDD).
Node.js
Test Driven Development
Express.js
Mongo DB
Jest
Supertest
Knowledge Sharer Rating 4.9! With John Ahn
Try building your own web app using the TDD method .
hello.
In this tutorial, we will create a Node.js application using test-driven development.
Test-driven development (TDD) is becoming increasingly standard in development.
In today's world where more stable applications are required,
Because it is a very effective way to reduce debugging time during the development process.
But many companies still say they don't have time.
There are still many places that say they have not yet applied the TDD method to their work.
And when I actually tried to apply TDD, I was not familiar with the new module and the new development method.
It seems like there are many cases where people are giving up on the TDD approach again.
So in this lecture, we will learn how to easily implement test-driven development.
I created a lecture that will help you learn TDD by following along.
In this lecture, you will learn test-driven development.
I hope you find it useful, whether in your practice or in your personal portfolio!
A unique feature of my lectures is that I always explain using diagrams.
Find all parts of the lecture that can be diagrammed, rather than just diagramming specific parts.
I tried to make it easier to understand using diagrams.
And the course is structured in a way that you repeat what you have learned multiple times.
It has the feature of automatic review.
I use Visual Studio Code, but you can use any editor you like.
I use a MAC but it works on Windows too.
Who is this course right for?
Anyone who wants to learn test-driven development
For those who want to create a more stable app
Need to know before starting?
Node.js
81,312
Students
2,576
Reviews
2,428
Answers
4.8
Rating
20
Courses
안녕하세요.
즐겁게 개발하고 있는 개발자입니다.
앞으로 많은 도움을 드릴 수 있었으면 좋겠습니다.
- 따라하며 배우는 도커와 CI환경 저자
- 카카오 기업 신입 공채 FE 교수자
- 패스트캠퍼스, 구름 강사
- 현대자동차 개발 기업 교육
- 신한은행 메타버스, 코빗 타운 풀스택 개발
- 여러 공공기관 SNS 풀스택 개발
All
48 lectures ∙ (4hr 50min)
Course Materials:
Installing Node.js
01:10
express.json()
03:22
What is a unit test?
05:02
What is Jest?
04:55
jest.fn()
06:34
node-mocks-http
09:14
beforeEach
04:17