ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

327 results

Mental Outlaw
The Best Way to Learn Linux

In this video I discuss some tools that you can use to learn Linux better, even when you don't have internet access or a functioning ...

9:45
The Best Way to Learn Linux

629,984 views

1 year ago

Ann Undefined
How to learn to code with AI (if I could start over in 2025)

How to learn to code in this day and age, especially with AI like ChatGPT or Gemini? So if I had to start learning to code from ...

19:01
How to learn to code with AI (if I could start over in 2025)

4,104 views

11 months ago

Cashew OldDew
Complete Godot version control workflow with Git

This tutorial aims to teach you how to collaborate in Godot projects using git and some basic git features, perfect for beginners.

14:25
Complete Godot version control workflow with Git

18,492 views

2 years ago

Ganesh H
14 - Implementation of Social Authentication - Advanced Node and Express - freeCodeCamp

In this short project, we'll be setting up an Oauth strategy that allows users to log into the site using a Github account and provide ...

11:22
14 - Implementation of Social Authentication - Advanced Node and Express - freeCodeCamp

1,308 views

5 years ago

Ganesh H
15 - Implementation of Social Authentication II - Advanced Node and Express - freeCodeCamp

We'll use the 'passport-github' npm package to create a GithubStrategy which will allow the user to login through GitHub and ...

7:46
15 - Implementation of Social Authentication II - Advanced Node and Express - freeCodeCamp

603 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

1,002 views

5 years ago

Khaled Rabbah
ازاي تاخد 3 شهور مجاناً من DataCamp و 6 شهور من Educative  🎓🚀

رابط github : https://github.com/ رابط github for students : https://education.github.com/pack روابط للتواصل خاص : FACEBOOK: ...

5:04
ازاي تاخد 3 شهور مجاناً من DataCamp و 6 شهور من Educative 🎓🚀

437 views

5 months 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
16 - Implementation of Social Authentication III -  Advanced Node and Express - freeCodeCamp

The final thing we need to add is some database functionality and use the profile information obtained from GitHub to create a ...

11:32
16 - Implementation of Social Authentication III - Advanced Node and Express - freeCodeCamp

579 views

5 years ago

Ege Uysal
How I Learned to Code in 6 Months at 15

How I Learned to Code in 6 Months at 15 At 15, I went from zero experience to building real apps — all self-taught, from home.

9:37
How I Learned to Code in 6 Months at 15

55 views

6 months ago

Geek_Hub For Programming
Ultimate Guide to Master Programming: From Beginner to Expert

Hello, everyone! Welcome back to the channel. Today, we're diving into one of the most asked questions I get: "What are the best ...

5:03
Ultimate Guide to Master Programming: From Beginner to Expert

1,355 views

1 year 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,424 views

5 years ago

Erik Gillespie
How to make a website using only Markdown

I walk through the steps to create a nice-looking informational website using only Markdown and a GitHub account. The source ...

10:13
How to make a website using only Markdown

9,324 views

5 years ago

Python Code Camp
Sentence Similarity using transformers

Subscribe to PythonCodeCamp, or I'll eat all your cookies !! Code ...

11:29
Sentence Similarity using transformers

1,530 views

1 year ago

Ganesh H
21 - Announce New Users - Advanced Node and Express - freeCodeCamp

Now that we have access to User information, we can announce to all clients the users that have entered and left the chat, using ...

6:23
21 - Announce New Users - Advanced Node and Express - freeCodeCamp

675 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

674 views

5 years ago

Ganesh H
17 - Add Labels to D3 Elements - Data Visualization with D3 - freeCodeCamp Tutorial

Let's add some labels to our bars. We can use the SVG text element to render text on an SVG canvas. We can give this x and y ...

5:04
17 - Add Labels to D3 Elements - Data Visualization with D3 - freeCodeCamp Tutorial

1,425 views

5 years ago

LowCode Web Apps
D3.js Click event

In this tutorial you will learn: * How to create a shape * How to get data from a click event * How to modify a shape Link to the ...

4:12
D3.js Click event

268 views

2 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,597 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

852 views

5 years ago

Ganesh H
19 - Run Functional Tests on API Endpoints using Chai-HTTP - freeCodeCamp Tutorial

We can integrate Chai testing into our APIs and Express Apps using a plugin called chai-http. This allows Chai to send requests to ...

10:38
19 - Run Functional Tests on API Endpoints using Chai-HTTP - freeCodeCamp Tutorial

2,654 views

5 years ago

Ganesh H
23 - Add Labels to Scatter Plot Circles - Data Visualization with D3 - freeCodeCamp Tutorial

Labels can be added to the SVG circles, with text elements. We can set the x and y coordinates as well as the inner text using ...

4:18
23 - Add Labels to Scatter Plot Circles - Data Visualization with D3 - freeCodeCamp Tutorial

1,581 views

5 years ago

Ganesh H
03 - Mitigate the Risk of Clickjacking with helmet.frameguard() -Information Security - freeCodeCamp

IMPORTANT - Helmet version 2.3.0 is needed to pass this test! A hacker could trick a user into giving away information by ...

4:59
03 - Mitigate the Risk of Clickjacking with helmet.frameguard() -Information Security - freeCodeCamp

2,766 views

5 years ago

Ganesh H
08 - Create New Middleware - Advanced Node and Express - freeCodeCamp

Passport adds a method to each request called isAuthenticated() which we can use to check if the user is logged in before ...

7:59
08 - Create New Middleware - Advanced Node and Express - freeCodeCamp

1,002 views

5 years ago

Ganesh H
27 - Use Dynamic Scales - Data Visualization with D3 - freeCodeCamp Tutorial

At 10:10, I meant to say set the HIGHEST value. We'll create two linear scales to dynamically scale the circles in a scatter plot.

10:37
27 - Use Dynamic Scales - Data Visualization with D3 - freeCodeCamp Tutorial

906 views

5 years ago