ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

848 results

Kevin Powell
Don’t learn web dev this way

Learning web dev is hard, but taking the right approach can really help! #css #shorts -- Come hang out with other dev's in my ...

1:00
Don’t learn web dev this way

1,416,679 views

3 years ago

freeCodeCamp.org
Testing Node.js with Mocha

A thorough introduction to the Mocha test framework by the maintainer of Mocha, and how to use it to test your Node.js ...

39:08
Testing Node.js with Mocha

82,212 views

7 years ago

Ganesh H
02 - Start a Working Express Server - Basic Node and Express - freeCodeCamp Tutorial

We look at how to create an Express server app, and set up a basic route to return a string. We can import express with require(), ...

7:02
02 - Start a Working Express Server - Basic Node and Express - freeCodeCamp Tutorial

2,966 views

5 years ago

Ganesh H
17 - Set up the Environment - Advanced Node and Express - freeCodeCamp

If you're failing this challenge, go to 16mins 2s To get started with our chat app, we need to set up socket, our database ...

17:04
17 - Set up the Environment - Advanced Node and Express - freeCodeCamp

999 views

5 years ago

Ganesh H
11 - Registration of New Users - Advanced Node and Express - freeCodeCamp

To create a registration form, in the POST route, we should create the user's document in the database if it doesn't exist, and then ...

18:33
11 - Registration of New Users - Advanced Node and Express - freeCodeCamp

850 views

5 years ago

Ganesh H
01 - Meet the Node Console - Basic Node and Express - freeCodeCamp Tutorial

Just like in browser based JavaScript, you can use a debug console in Node. Just use 'console.log()' like normal! Link to ...

1:27
01 - Meet the Node Console - Basic Node and Express - freeCodeCamp Tutorial

3,297 views

5 years ago

Ganesh H
00 - Introduction to the Challenges - Managing Packages with npm - freeCodeCamp Tutorial

This is a quick introduction to the Managing Packes with NPM course on freeCodeCamp. We look at the structure of a node ...

3:28
00 - Introduction to the Challenges - Managing Packages with npm - freeCodeCamp Tutorial

2,177 views

5 years ago

Ganesh H
09 - How to Put a Profile Together  - Advanced Node and Express - freeCodeCamp

All data from our database user document will be deserialized into request.user, which we can provide when rendering the profile ...

7:09
09 - How to Put a Profile Together - Advanced Node and Express - freeCodeCamp

708 views

5 years ago

Ganesh H
05 - Serve JSON on a Specific Route  - Basic Node and Express - freeCodeCamp Tutorial

If we are building an API, we can serve JSON instead of HTML files, which is the general convention for API data transfer. We can ...

3:19
05 - Serve JSON on a Specific Route - Basic Node and Express - freeCodeCamp Tutorial

2,601 views

5 years ago

Ganesh H
10 - Logging a User Out - Advanced Node and Express - freeCodeCamp

To add functionality to our log out button, we can use the logout() method passport adds to a request to destroy the session cookie ...

7:58
10 - Logging a User Out - Advanced Node and Express - freeCodeCamp

928 views

5 years ago

Ganesh H
00 - Introduction - Basic Node and Express - freeCodeCamp Tutorial

This is a quick introduction to the Basic Node and Express course on freeCodeCamp. We look at what Node JS is, some of the ...

3:00
00 - Introduction - Basic Node and Express - freeCodeCamp Tutorial

3,300 views

5 years ago

Ganesh H
04 - Serve Static Assets - Basic Node and Express - freeCodeCamp Tutorial

We can use middleware to redirect paths to load assets stored in other locations. Middleware can be attached to a path by calling ...

4:27
04 - Serve Static Assets - Basic Node and Express - freeCodeCamp Tutorial

2,717 views

5 years ago

Ganesh H
07 - How to Use Passport Strategies -  Advanced Node and Express - freeCodeCamp

To link login forms to our strategies, we can mount a middleware called passport.authenticate() to our POST route. Link to ...

17:09
07 - How to Use Passport Strategies - Advanced Node and Express - freeCodeCamp

1,590 views

5 years ago

Ganesh H
06 - Authentication Strategies -  Advanced Node and Express - freeCodeCamp

To be able to log in users using a username and password, we have to set up a 'strategy' so that we can use these details to ...

11:21
06 - Authentication Strategies - Advanced Node and Express - freeCodeCamp

1,415 views

5 years ago

Ganesh H
02 - Use a Template Engine's Powers -  Advanced Node and Express - freeCodeCamp

The main advantage of Template Engines is that we can provide them variables in the render() method to embed into the HTML ...

4:09
02 - Use a Template Engine's Powers - Advanced Node and Express - freeCodeCamp

2,362 views

5 years ago

freeCodeCamp Talks
Machine Learning in Javascript - talk by @Bondifrench

Talk on using Javascript libraries to do Machine Learning in the browser. Slides: https://bondifrench.github.io/ml-in-js/ Talk given ...

40:46
Machine Learning in Javascript - talk by @Bondifrench

6,139 views

8 years ago

Ganesh H
File Metadata Microservice - freeCodeCamp APIs and Microservices Project Tutorial

This is a full walkthrough for the File Metadata Microservice project on freeCodeCamp. We can install an npm package called ...

9:53
File Metadata Microservice - freeCodeCamp APIs and Microservices Project Tutorial

2,803 views

5 years ago

Ganesh H
07 - Implement Root-Level Request Logger Middleware - Basic Node and Express - freeCodeCamp Tutorial

We can create our own Middleware functions to intercept routes. We can then work with the request and response as we wish, ...

6:48
07 - Implement Root-Level Request Logger Middleware - Basic Node and Express - freeCodeCamp Tutorial

2,618 views

5 years ago

freeCodeCamp Talks
The Reusable JavaScript Revolution - talk by Cory House

Three ground-breaking shifts are occurring in the world of JavaScript: Package management, starter kits, and reusable ...

42:20
The Reusable JavaScript Revolution - talk by Cory House

4,407 views

8 years ago

Thomas Cansino
Week 1: Started my first webpage, tried FreeCodeCamp, and made a CatPhotoApp

Welcome to my weekly progress update on my coding journey until I become a full-stack developer. ** About me ** I plan to learn ...

3:03
Week 1: Started my first webpage, tried FreeCodeCamp, and made a CatPhotoApp

432 views

1 year ago