ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,361 results

AIDailyHub
Google Colab Explained: Why 90% of AI Coders Use This FREE Tool

This Video Is Part of a Series This is Video 1 of our FREE Google Colab Tutorial Series! Check out the full playlist to master Colab ...

3:24
Google Colab Explained: Why 90% of AI Coders Use This FREE Tool

17 views

6 days ago

AI & Cyber Academy
How to Code "Hello, World!" in Python | Day 1 Beginner Guide

Welcome to Day 1 of the Python Series! If you're completely new to programming, you're in the right place. In this quick 1-minute ...

0:52
How to Code "Hello, World!" in Python | Day 1 Beginner Guide

6 views

5 days ago

Mobile AI Master
🚀 Kotlin Roadmap – Part 1

In this series: • Variables & Data Types • Operators • if/else & when • Loops • Functions • OOP • Null Safety • Collections ...

0:31
🚀 Kotlin Roadmap – Part 1

20 views

6 days ago

Web Development Tutorials
Angular - Web development basic Series: Reactive Forms Basics

Reactive forms build the form's real structure and validation in TypeScript instead of the template, giving you more explicit, testable ...

1:46
Angular - Web development basic Series: Reactive Forms Basics

0 views

6 days ago

Web Development Tutorials
React JS + Redux - Web development basic Series: Function Components

A function component is the real, modern way to build a piece of UI in React, just a JavaScript function returning JSX. In this video ...

1:33
React JS + Redux - Web development basic Series: Function Components

0 views

5 days ago

Web Development Tutorials
React JS + Redux - Web development basic Series: Context API (useContext)

Passing props down through five levels just to reach one deeply nested component, called prop drilling, is a real, common pain ...

1:37
React JS + Redux - Web development basic Series: Context API (useContext)

0 views

5 days ago

Web Development Tutorials
React JS + Redux - Web development basic Series: Controlled Form Inputs

A controlled input keeps its value fully in sync with React state, the input never has memory of its own, React does. In this video ...

1:46
React JS + Redux - Web development basic Series: Controlled Form Inputs

0 views

5 days ago

Web Development Tutorials
Ruby on Rails - Web development basic Series: Partials for Reusable View Code

When the same chunk of markup, like an article card, needs to appear on several different pages, copy-pasting it everywhere is a ...

2:05
Ruby on Rails - Web development basic Series: Partials for Reusable View Code

0 views

7 days ago

Web Development Tutorials
Ruby on Rails - Web development basic Series: ERB Templating Basics

ERB is the templating language behind every .html.erb file, and it's really just HTML with two special tags for embedding real Ruby ...

2:30
Ruby on Rails - Web development basic Series: ERB Templating Basics

1 view

7 days ago

Web Development Tutorials
React JS + Redux - Web development basic Series: useState Hook

useState gives a function component its own real, persistent piece of memory that survives re-renders and can trigger a new ...

1:33
React JS + Redux - Web development basic Series: useState Hook

1 view

5 days ago

Web Development Tutorials
Ruby on Rails - Web development basic Series: RESTful Routes with resources

Most real apps need the same seven routes for every resource: index, show, new, create, edit, update, destroy. Instead of writing ...

2:17
Ruby on Rails - Web development basic Series: RESTful Routes with resources

1 view

7 days ago

Web Development Tutorials
Ruby on Rails - Web development basic Series: System Tests with Capybara

A system test drives a real, actual browser, clicking buttons and filling in forms exactly like a real user would, and Capybara is the ...

2:10
Ruby on Rails - Web development basic Series: System Tests with Capybara

0 views

7 days ago

Web Development Tutorials
Ruby on Rails - Web development basic Series: What Is Ruby? Installing Ruby and Running Your First S

Ruby is the programming language Rails itself is written in, and before touching any Rails code at all, you need Ruby installed ...

2:36
Ruby on Rails - Web development basic Series: What Is Ruby? Installing Ruby and Running Your First S

6 views

7 days ago

Web Development Tutorials
Ruby on Rails - Web development basic Series: Methods: Defining and Calling Reusable Ruby Code

A method packages up a piece of logic under one name so you can reuse it anywhere instead of rewriting the same code ...

2:14
Ruby on Rails - Web development basic Series: Methods: Defining and Calling Reusable Ruby Code

3 views

7 days ago

Web Development Tutorials
Ruby on Rails - Web development basic Series: Loops and Iterators: each, times, and while

Repeating an action without copy-pasting the same line over and over is one of the most useful things a program can do, and ...

1:57
Ruby on Rails - Web development basic Series: Loops and Iterators: each, times, and while

0 views

7 days ago

Web Development Tutorials
Ruby on Rails - Web development basic Series: Rendering Views and Layouts

Every controller action automatically renders a matching view, but you can also render something different, or wrap every page in ...

2:03
Ruby on Rails - Web development basic Series: Rendering Views and Layouts

1 view

7 days ago

Web Development Tutorials
Angular - Web development basic Series: Unit Testing Components with Jasmine/Karma

Angular ships with a real, complete testing setup out of the box, Jasmine for writing tests and Karma for running them in a real ...

1:33
Angular - Web development basic Series: Unit Testing Components with Jasmine/Karma

2 views

6 days ago

Web Development Tutorials
Ruby on Rails - Web development basic Series: Generating and Understanding Controllers

Rails ships a generator that scaffolds a whole controller file for you in one command, and knowing what it actually creates saves ...

1:51
Ruby on Rails - Web development basic Series: Generating and Understanding Controllers

1 view

7 days ago

Web Development Tutorials
Angular - Web development basic Series: Structural Directives: *ngIf

ngIf is Angular's real way to add or completely remove an element from the page based on a condition, not just visually hide it.

1:41
Angular - Web development basic Series: Structural Directives: *ngIf

0 views

6 days ago

Web Development Tutorials
Ruby on Rails - Web development basic Series: ActiveRecord CRUD Basics

ActiveRecord is what turns a plain Ruby model into something that can talk to your database, no SQL required. In this video you'll ...

2:00
Ruby on Rails - Web development basic Series: ActiveRecord CRUD Basics

0 views

7 days ago