ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,350 results

The Coding Gopher
99% of Developers Don't Get Sockets

Get 40% OFF CodeCrafters: https://app.codecrafters.io/join?via=the-coding-gopher ⬆️ Best project-based coding platform.

12:05
99% of Developers Don't Get Sockets

505,663 views

10 months ago

The Coding Gopher
99% of Developers Don't Get PostgreSQL

Check out Supabase: https://supabase.plug.dev/qnxeTMY ❤️ Get 40% OFF CodeCrafters: ...

12:40
99% of Developers Don't Get PostgreSQL

208,053 views

4 months 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,806 views

5 years ago

Ganesh H
Request Header Parser Microservice - freeCodeCamp APIs and Microservices Project Tutorial

This is a full walkthrough for the Request Header Parser Microservice project on freeCodeCamp. We can set up a GET route for ...

8:21
Request Header Parser Microservice - freeCodeCamp APIs and Microservices Project Tutorial

2,276 views

5 years ago

Ganesh H
10 - Learn About SVG in D3 - Data Visualization with D3 - freeCodeCamp Tutorial

We can use D3 to create SVG shapes on our page, to create visualizations of our data. Link to challenge ...

4:39
10 - Learn About SVG in D3 - Data Visualization with D3 - freeCodeCamp Tutorial

571 views

5 years ago

Ganesh H
24 - Run Functional Tests using a Headless Browser II - Quality Assurance - freeCodeCamp Tutorial

This is the final Quality Assurance challenge, and we are once again using Zombie to test with a different input this time. Link to ...

4:33
24 - Run Functional Tests using a Headless Browser II - Quality Assurance - freeCodeCamp Tutorial

1,128 views

5 years ago

Ganesh H
011 - Largest product in a grid - Project Euler Challenge - JavaScript freeCodeCamp

In the 20×20 grid below, four numbers along a diagonal line have been marked in red. The product of these numbers is 26 × 63 ...

15:17
011 - Largest product in a grid - Project Euler Challenge - JavaScript freeCodeCamp

1,264 views

5 years ago

Ganesh H
24 - Create a Linear Scale with D3 - Data Visualization with D3 - freeCodeCamp Tutorial

Linear Scales allow us to scale our SVG elements. This maintains the proportions of the graph and re-scales it when the ...

4:24
24 - Create a Linear Scale with D3 - Data Visualization with D3 - freeCodeCamp Tutorial

678 views

5 years ago

Ganesh H
05 - Use the Double Equals to Assert Equality - Quality Assurance with Chai - freeCodeCamp Tutorial

One way we can assert that two values are equals is by using the loose equality (==) operator. Chai has the assert methods ...

9:49
05 - Use the Double Equals to Assert Equality - Quality Assurance with Chai - freeCodeCamp Tutorial

735 views

5 years ago

Ganesh H
016 - Power digit sum - Project Euler Challenge - JavaScript freeCodeCamp

215 = 32768 and the sum of its digits is 3 + 2 + 7 + 6 + 8 = 26. What is the sum of the digits of the number 2^exponent ?

11:54
016 - Power digit sum - Project Euler Challenge - JavaScript freeCodeCamp

401 views

3 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

714 views

5 years ago

Ganesh H
22 -  Run Functional Tests on API Response using Chai-HTTP IV - PUT method - freeCodeCamp Tutorial

We can combine all our previous knowledge now to setup a Chai test for a POST request from scratch. Link to Challenge ...

6:01
22 - Run Functional Tests on API Response using Chai-HTTP IV - PUT method - freeCodeCamp Tutorial

1,236 views

5 years ago

Ganesh H
007 - 10001st prime - Project Euler Challenge - JavaScript freeCodeCamp

By listing the first six prime numbers: 2, 3, 5, 7, 11, and 13, we can see that the 6th prime is 13. What is the nth prime number?

9:22
007 - 10001st prime - Project Euler Challenge - JavaScript freeCodeCamp

644 views

5 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,968 views

5 years ago

Ganesh H
3 - Work with Data - Data Visualization with D3 - freeCodeCamp Tutorial

We look at the data and enter methods to associate a set of HTML elements with a set of data, and create and modify elements.

4:32
3 - Work with Data - Data Visualization with D3 - freeCodeCamp Tutorial

646 views

5 years ago

Ganesh H
002 - Even Fibonacci numbers - Project Euler Challenge - JavaScript freeCodeCamp

Each new term in the Fibonacci sequence is generated by adding the previous two terms. By considering the terms in the ...

9:44
002 - Even Fibonacci numbers - Project Euler Challenge - JavaScript freeCodeCamp

2,328 views

5 years ago

Ganesh H
13 - Clean Up Your Project with Modules - Advanced Node and Express - freeCodeCamp

We're gonna clean up our project now by splitting it into 3 files. We can use Node's module.exports and require() functionalities to ...

8:12
13 - Clean Up Your Project with Modules - Advanced Node and Express - freeCodeCamp

682 views

5 years ago

Ganesh H
13 - Hash and Compare Passwords Asynchronously - Information Security with HelmetJS - freeCodeCamp

Since hashing is so computationally expensive, we should use async methods with callback functions to not block connections ...

8:30
13 - Hash and Compare Passwords Asynchronously - Information Security with HelmetJS - freeCodeCamp

2,212 views

5 years ago

Ganesh H
29 - Add Axes to a Visualization - Data Visualization with D3 - freeCodeCamp Tutorial

We can use some D3 methods to create axes from a set of data and a scale. This returns a set of SVG shapes, on which we can ...

10:50
29 - Add Axes to a Visualization - Data Visualization with D3 - freeCodeCamp Tutorial

737 views

5 years ago

Ganesh H
12 - Test if an Array Contains an Item - Quality Assurance with Chai - freeCodeCamp Tutorial

The include() and notInclude() methods are really useful. They can be used to check if an array contains a particular element, or to ...

5:09
12 - Test if an Array Contains an Item - Quality Assurance with Chai - freeCodeCamp Tutorial

1,032 views

5 years ago