In this course we will be building a fully functional backend service with express of node js. we will call our application as hoaxify.
while building this application, we will learn
how we can build a restful web service with express js, with all necessary functionalities like validation, internationalization, static resource serving, caching, json manipulation, interacting with external services
how we can handle database operations with orm package, sequelize.
how we can manage database version history and migrations
and we will see
how test driven development works.
how it’s affecting our code quality, reusability
how it’s giving us the confidence about refactoring our implementation
how we can deploy the application to heroku
how we can create an instance in google cloud and deploy our application to it
and how we can automate the deployment with github actions.
This course is purely built on practice. Each code piece we write, will be for our actual application implementation.
In each section we will gradually build our application. We will not jump ahead and add functionality not needed for that moment. We will implement one requirement at a time. Each implementation will bring the next requirement to us.
And following this practice, will help you to get a solid foundation about overall rest web services requirements and how to implement one of them with node js by following test driven development methodology.
Specification: Node js with Test Driven Development
|
5 reviews for Node js with Test Driven Development
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $11.99 |
---|---|
Provider | |
Duration | 22 hours |
Year | 2022 |
Level | All |
Language | English ... |
Certificate | Yes |
Quizzes | No |
$94.99 $11.99
Richard Hoofring –
Overall a great course. The only things I think could have been better are 1. More details and instruction on many of the topics, 2. Constantly coding and refactoring is pretty realistic but it sure adds a lot of time to the course. I would have liked to have seen more of the final code from the beginning. Thanks
Alex Karasulu –
Yes
Pierrick Le Roy –
Great course! Already learnt a lot about TDD and SMTP server in the first 1/4 of the course. Great code organization and insights!
Tsang Pak Ki –
bravo course, first time ever leave a rating before the course end
Ds –
I’m impressed. I just finished this course. This course is realy fully TDD from the first line of code to the end. It’s a pleasure to see how TDD drives the design. It shows thats that TDD does not realy come with a cost, helps to implement only the needed things, refactore code with confident and gives you instantly feedback, when you break things. At the end of this course you get a full blown Rest API, ready to use. This course covers a lot of ground (in just 22 hours): * TDD * DB Migrations * EMail sending * Express Middlewares * Authentication / Authorization * Logging * DB and Filesystem cleanups * File Uploads * Automatic Deployments * Dependency Upgrades (with breaking changes) * … As a hidden treasure, the code is aligned around domain concepts (like user, file, emails …) and not around technical details (like routes, services, …). So it’s more like #DDD and Clean Code / Clean Architecture. I can only recommend this course for every one interessted in TDD and Testing, even if you are not familiar with javascript and you are using other oop languages.