ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

14,053,659 results

Conner Ardman
My 10 “Clean” Code Principles (Start These Now)

Writing "clean" code is oftentimes described as one of the most important aspects of programming and software engineering, but ...

15:12
My 10 “Clean” Code Principles (Start These Now)

416,339 views

1 year ago

freeCodeCamp.org
JavaScript Security Vulnerabilities Tutorial  – With Code Examples

Learn about 10 security vulnerabilities every JavaScript developer should know. First try to find the vulnerabilities in the different ...

25:05
JavaScript Security Vulnerabilities Tutorial – With Code Examples

93,455 views

2 years ago

Amigoscode
Learn SOLID Principles with CLEAN CODE Examples

In this video you will finally understand SOLID principles. SOLID is an acronym for the first five object-oriented design (OOD) ...

28:35
Learn SOLID Principles with CLEAN CODE Examples

308,959 views

3 years ago

Modern Software Engineering
What TDD Looks Like In A REAL PROJECT (With Code Examples)

What does TDD in the real world look like? Test Driven Development is often taught with simple coding problems called “Coding ...

18:06
What TDD Looks Like In A REAL PROJECT (With Code Examples)

22,529 views

1 year ago

Indently
Learn Python in Less than 10 Minutes for Beginners (Fast & Easy)

In this crash course I'll be teaching you the basics of Python in less than 10 minutes. Python is super easy to learn compared to ...

10:30
Learn Python in Less than 10 Minutes for Beginners (Fast & Easy)

1,199,183 views

4 years ago

Programming with Mosh
Python for Beginners - Learn Coding with Python in 1 Hour

Learn Python basics in just 1 hour! Perfect for beginners interested in AI and coding. ⚡ Plus, get 6 months of PyCharm FREE with ...

1:00:06
Python for Beginners - Learn Coding with Python in 1 Hour

23,466,248 views

5 years ago

Programming with Mosh
Object-Oriented Programming, Simplified

4 pillars of object-oriented programming: encapsulation, abstraction, inheritance and polymorphism. ❤️ Join this channel to get ...

7:34
Object-Oriented Programming, Simplified

4,630,757 views

7 years ago

Grad Coach
Qualitative Coding Tutorial: How To Code Qualitative Data For Analysis (4 Steps + Examples)

GET YOUR DATA CODED BY EXPERTS: https://gradcoach.me/Ztvnp8 Learn how to code qualitative data the right way.

27:39
Qualitative Coding Tutorial: How To Code Qualitative Data For Analysis (4 Steps + Examples)

518,936 views

3 years ago

Excel Macro Mastery
The 7 Keys Areas of Excel VBA (with code examples)

Ready to master VBA? - Check out my full courses: https://courses.excelmacromastery.com/ - Subscribe to the channel here: ...

28:00
The 7 Keys Areas of Excel VBA (with code examples)

69,439 views

6 years ago

Pooja Dutt
How to ACTUALLY Master Data Structures FAST (with real coding examples)

Pre-Order Kotlin Course here: https://www.coderatlas.com [DATA STRUCTURES & ALGOS] -- this is great for interview ...

15:10
How to ACTUALLY Master Data Structures FAST (with real coding examples)

593,604 views

2 years ago

Keep On Coding
Big O Notation - Code Examples

Instagram: https://www.instagram.com/keep_on_coding/ Merch: https://teespring.com/stores/keep-on-coding Patreon: ...

15:18
Big O Notation - Code Examples

130,645 views

5 years ago

AssemblyAI
Model Context Protocol (MCP) explained (with code examples)

Get an AssemblyAI API Key: ...

18:07
Model Context Protocol (MCP) explained (with code examples)

32,367 views

8 months ago

Geekific
SOLID Design Principles with Java Examples | Clean Code and Best Practices | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ Clean and quality code ...

10:47
SOLID Design Principles with Java Examples | Clean Code and Best Practices | Geekific

125,729 views

4 years ago

Geekific
Dependency Injection Made Simple with Java Examples | Clean Code and Best Practices | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ If you're a software ...

8:44
Dependency Injection Made Simple with Java Examples | Clean Code and Best Practices | Geekific

85,444 views

3 years ago

Reducible
Depth First Search (DFS) Explained: Algorithm, Examples, and Code

In this video, I explain the fundamental ideas behind the Depth First Search (DFS) graph algorithm. We first introduce the concept ...

20:52
Depth First Search (DFS) Explained: Algorithm, Examples, and Code

503,294 views

5 years ago

CodeBeauty
C# OOP Full Course: Master Object-Oriented Programming (OOP) with Practical Examples

In this Full C# course for Object-Oriented Programming . You'll learn all Object-Oriented Programming (OOP) concepts with ...

2:49:30
C# OOP Full Course: Master Object-Oriented Programming (OOP) with Practical Examples

65,973 views

11 months ago

Fireship
10 Design Patterns Explained in 10 Minutes

Software design patterns help developers to solve common recurring problems with code. Let's explore 10 patterns from the ...

11:04
10 Design Patterns Explained in 10 Minutes

2,719,404 views

3 years ago

Meeting Cpp
Nico Josuttis - C++20 - My Favorite Code Examples - Meeting C++ 2021

Nico Josuttis - C++20 - My Favorite Code Examples - Meeting C++ 2021 Slides: https://slides.meetingcpp.com Survey: ...

1:02:10
Nico Josuttis - C++20 - My Favorite Code Examples - Meeting C++ 2021

5,027 views

4 years ago

Python Simplified
Recursion Simply Explained with Code Examples - Python for Beginners

In this tutorial, we will talk about recursion and how we can use it to divide and conquer! We will also see which is faster ...

9:07
Recursion Simply Explained with Code Examples - Python for Beginners

232,136 views

4 years ago

aiwithbrandon
LangChain Master Class For Beginners 2024 [+20 Examples, LangChain V0.2]

The video includes over 20 real code examples, and all the source code is available for free! Stay updated with my latest ...

3:17:51
LangChain Master Class For Beginners 2024 [+20 Examples, LangChain V0.2]

702,019 views

1 year ago

NDC Conferences
C++20 - My Favourite Code Examples - Nicolai Josuttis - NDC TechTown 2022

C++20 is the latest big release of C++. It introduces a lot of changes that will have an impact or our programming style. But the real ...

58:51
C++20 - My Favourite Code Examples - Nicolai Josuttis - NDC TechTown 2022

6,136 views

3 years ago

Nicklas Millard
.NET5 C# Clean Code Examples in 4 minutes | For Beginners

https://github.com/NMillard/SimpleWebApps/blob/master/src/CleanCode/ExamplesConsoleApp/Program.cs 8 Easy-to-follow ...

3:59
.NET5 C# Clean Code Examples in 4 minutes | For Beginners

25,894 views

4 years ago

Adrian Twarog
10 JavaScript Clean Code Examples

10 JavaScript Clean Code Examples Here are ten examples of JS code you should be considered when making sure your code ...

8:12
10 JavaScript Clean Code Examples

41,471 views

5 years ago

Sam Witteveen
LangGraph Crash Course with code examples

Colab 01. Learning LangGraph Agent Executor: https://drp.li/vL1J9 Colab 02. Learning LangGraph - Chat Executor: ...

39:01
LangGraph Crash Course with code examples

117,218 views

1 year ago

Patrick God
The Repository Pattern explained for EVERYONE (with Code Examples) 🚀

Master .NET & Blazor here: https://www.dotnetwebacademy.com ➡️ Use code START2024 for 10% off! Support me on ...

13:14
The Repository Pattern explained for EVERYONE (with Code Examples) 🚀

86,929 views

3 years ago