Node js with Test Driven Development
Node js with Test Driven Development, available at $84.99, has an average rating of 4.35, with 105 lectures, based on 277 reviews, and has 3028 subscribers.
You will learn about Practice Test Driven Development in a real project from beginning to the end Learn the test runner, Jest and understand how to structure test modules Create a fully functional application with Express js Learn how to build a RestFul API Make your application configurable to work in different environments Make your application aware of user locale, and support internationalization, i18n Use Sequelize to connect the application to RDBMS like PostgreSQL and handle all database related operations Secure your application with common practices. Basic authentication, JWT and your custom token implementation Use javascript on server side with Node js Deploy the application to a VM in cloud Experience automated deployment by pushing a commit from your machine to Github. Github Actions will do the rest. Feel how the test driven development is giving confidence when refactoring, and deploying your application. User Registration with email verification flow, account activation Password Reset flow This course is ideal for individuals who are Developer who wants to see Test Driven Development in action or Developers who are interested in with Node's Express framework or Developers who want deploy node js application to cloud It is particularly useful for Developer who wants to see Test Driven Development in action or Developers who are interested in with Node's Express framework or Developers who want deploy node js application to cloud.
Enroll now: Node js with Test Driven Development
Summary
Title: Node js with Test Driven Development
Price: $84.99
Average Rating: 4.35
Number of Lectures: 105
Number of Published Lectures: 105
Number of Curriculum Items: 105
Number of Published Curriculum Objects: 105
Original Price: $94.99
Quality Status: approved
Status: Live
What You Will Learn
- Practice Test Driven Development in a real project from beginning to the end
- Learn the test runner, Jest and understand how to structure test modules
- Create a fully functional application with Express js
- Learn how to build a RestFul API
- Make your application configurable to work in different environments
- Make your application aware of user locale, and support internationalization, i18n
- Use Sequelize to connect the application to RDBMS like PostgreSQL and handle all database related operations
- Secure your application with common practices. Basic authentication, JWT and your custom token implementation
- Use javascript on server side with Node js
- Deploy the application to a VM in cloud
- Experience automated deployment by pushing a commit from your machine to Github. Github Actions will do the rest.
- Feel how the test driven development is giving confidence when refactoring, and deploying your application.
- User Registration with email verification flow, account activation
- Password Reset flow
Who Should Attend
- Developer who wants to see Test Driven Development in action
- Developers who are interested in with Node's Express framework
- Developers who want deploy node js application to cloud
Target Audiences
- Developer who wants to see Test Driven Development in action
- Developers who are interested in with Node's Express framework
- Developers who want deploy node js application to cloud
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.
Course Curriculum
Chapter 1: Introduction
Lecture 1: Introduction
Lecture 2: Tools
Lecture 3: Methodology
Lecture 4: Creating Project
Lecture 5: Development Environment Dependencies
Lecture 6: Web Client
Lecture 7: Project Source Code
Chapter 2: First Rest Endpoint: Sign Up
Lecture 1: First Test: Sign Up Request
Lecture 2: Saving User to Database
Lecture 3: Password Hashing
Lecture 4: Refactor
Chapter 3: Configuration and Environment
Lecture 1: Configuration and Environment
Chapter 4: Validation
Lecture 1: Validation
Lecture 2: Validatior Middleware
Lecture 3: Express Validator
Lecture 4: Dynamic Tests
Lecture 5: Remaining Validations
Lecture 6: Custom Validation: Unique Email Validation
Chapter 5: Internationalization – i18n
Lecture 1: Internationalization – i18n
Chapter 6: Account Activation
Lecture 1: Account Activation Intro
Lecture 2: Activation Email
Lecture 3: Email Transport Failures
Lecture 4: Refactoring Tests
Lecture 5: Activating Account
Lecture 6: Testing on Web Client
Chapter 7: Error Handler
Lecture 1: Error Handler
Lecture 2: Error Body
Chapter 8: Loading Users
Lecture 1: User Page Response
Lecture 2: Page Content
Lecture 3: Total Page Info
Lecture 4: Changing Page
Lecture 5: Changing Page Size
Lecture 6: Get User
Chapter 9: Authentication – Part 1
Lecture 1: Authentication
Lecture 2: Authentication Failure
Lecture 3: Refactoring Tests
Chapter 10: User Update – Part 1
Lecture 1: Update User – Authentication Failure
Lecture 2: Update User Success
Lecture 3: Authorization Aware User List
Chapter 11: Authentication – Part 2
Lecture 1: JWT Token Generation
Lecture 2: Authorization
Lecture 3: JWT Practices
Lecture 4: Opaque Token
Lecture 5: Logout
Lecture 6: Delete User
Lecture 7: Token User Relationship
Lecture 8: Expiring Token
Lecture 9: Token Cleanup
Chapter 12: Account Recovery
Lecture 1: Password Reset Request
Lecture 2: Password Reset Success Response
Lecture 3: Sending Password Reset Email
Lecture 4: Refactoring Rest Endpoint
Lecture 5: Updating Password – Error Cases
Lecture 6: Updating Password – Success
Lecture 7: Testing on Client
Chapter 13: User Update – Part 2
Lecture 1: User Profile Image
Lecture 2: Image in Responses
Lecture 3: Upload Folder
Lecture 4: Storing Images in Folder
Lecture 5: Serving Static Resources
Lecture 6: Cleaning up the Folders
Lecture 7: Replacing Old Image
Lecture 8: Username Validation
Lecture 9: File Size Validation
Lecture 10: File Type Validation
Lecture 11: Testing on Client
Chapter 14: Production Preparation
Lecture 1: Migration Demo
Lecture 2: Creating Latest Migration Scripts
Lecture 3: Running Tests Against Shared Database
Lecture 4: Refactoring Configuration
Lecture 5: Using PostgreSQL
Lecture 6: Organizing NPM Scripts
Lecture 7: Logger
Lecture 8: Logging App Version
Chapter 15: Deployment
Lecture 1: Production Configuration
Lecture 2: Deploying to Heroku
Lecture 3: Preparing VM on Google Cloud
Lecture 4: Deploying App to VM
Lecture 5: Automating Deployment
Chapter 16: Hoax
Lecture 1: Submitting Hoax
Lecture 2: Saving Hoax to Database
Lecture 3: Validation
Lecture 4: Hoax Migration Scripts
Lecture 5: Hoax User Relationship
Instructors
-
Basar Buyukkahraman
Software Engineer
Rating Distribution
- 1 stars: 2 votes
- 2 stars: 4 votes
- 3 stars: 17 votes
- 4 stars: 63 votes
- 5 stars: 191 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Language Learning Courses to Learn in November 2024
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024