ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

13,257,682 results

Tech With Tim
How To Structure A Programming Project…

Today, I'm sharing 10 super simple things to STRUCTURE an impressive PROGRAMMING PROJECT that you can share on your ...

19:00
How To Structure A Programming Project…

179,236 views

2 years ago

Kantan Coding
The 3 Laws of Writing Readable Code

Is your code readable? Or is it difficult to understand? Following these three laws will help you to become the guy that every ...

5:28
The 3 Laws of Writing Readable Code

1,566,940 views

1 year ago

Jonas Tyroller
Best Code Architectures For Indie Games

What are the best code architectures for indie games? How should you structure your game dev projects? Here are my takeaways ...

16:10
Best Code Architectures For Indie Games

269,195 views

8 months ago

Tech With Tim
5 Tips To Organize Python Code

Welcome back to another video! In this video I am going to be sharing with you 5 tips on how you can better organize your code!

12:16
5 Tips To Organize Python Code

329,258 views

4 years ago

Bro Code
C structs 🏠

C structs tutorial example explained #C #struct #structs struct Player { char name[12]; int score; }; int main() { // struct = collection of ...

4:12
C structs 🏠

348,800 views

4 years ago

CodeAesthetic
Abstraction Can Make Your Code Worse

Support me on https://www.patreon.com/codeaesthetic. Access to code examples, discord, song names and more at ...

5:13
Abstraction Can Make Your Code Worse

801,109 views

3 years ago

InfoWorld
What does the structure of a modern Python project look like?

Python projects that use modern tooling and standards work best when the files in the project repository follow a certain layout.

4:25
What does the structure of a modern Python project look like?

49,757 views

2 years ago

People also watched

Codist and Programio
Every Data Structure Simply Explained in 25 Minutes!

Try InsForge for free: https://insforge.dev InsForge Github : https://github.com/InsForge/InsForge Learn Every Type of API ...

28:21
Every Data Structure Simply Explained in 25 Minutes!

79,853 views

11 days ago

ArjanCodes
Anatomy of a Scalable Python Project (FastAPI)

Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, we break down the anatomy of a ...

21:16
Anatomy of a Scalable Python Project (FastAPI)

116,562 views

6 months ago

Coderized
The purest coding style, where bugs are near impossible

A powerful paradigm in the programming world, where strict rules are applied in order to reduce bugs to a point where they are ...

10:25
The purest coding style, where bugs are near impossible

1,200,797 views

2 years ago

JimShapedCoding
Python HOW TO structure a Beginner OR Advanced Projects ?

Project-based tutorials to become a BETTER Python developer: - Python Sports Website ...

37:50
Python HOW TO structure a Beginner OR Advanced Projects ?

153,836 views

5 years ago

Web Dev Cody
What does larger scale software development look like?

T3 Stack Tutorial: https://1017897100294.gumroad.com/l/jipjfm SaaS I'm Building: https://www.icongeneratorai.com/ ...

24:15
What does larger scale software development look like?

1,638,689 views

2 years ago

Tech With Tim
Python 101: Learn the 5 Must-Know Concepts

See NordPass Business in action now with a 3-month free trial here http://nordpass.com/techwithtim with code techwithtim GET ...

20:00
Python 101: Learn the 5 Must-Know Concepts

1,573,644 views

2 years ago

Coderized
How principled coders outperform the competition

Regardless of your current skill level, embracing clean coding practices, establishing maintainable code structures, and effectively ...

11:11
How principled coders outperform the competition

1,969,989 views

3 years ago

CodeAesthetic
Don't Write Comments

Why you shouldn't write comments in your code (write documentation) Access to code examples, discord, song names and more ...

5:55
Don't Write Comments

941,697 views

3 years ago

BekBrace
Rust Programming Full Course  | Learn ⚙️ in 2024 | #rustprogramming #rust

Duration: 3 hours and 5 minutes Instructor: Amir Bekhit Support My Channel Through Patreon: ...

3:05:04
Rust Programming Full Course | Learn ⚙️ in 2024 | #rustprogramming #rust

521,109 views

1 year ago

freeCodeCamp.org
Pointers in C / C++ [Full Course]

Pointers in C and C++ are often challenging to understand. In this course, they will be demystified, allowing you to use pointers ...

3:47:23
Pointers in C / C++ [Full Course]

5,533,841 views

5 years ago

Portfolio Courses
struct Basics | C Programming Tutorial

An overview of struct in C. Source code: https://github.com/portfoliocourses/c-example-code/blob/main/struct.c. Check out ...

24:44
struct Basics | C Programming Tutorial

214,279 views

4 years ago

DaFluffyPotato
Pygame Code Structure Guide

Code organization and structure are important to consider when tackling large gamedev projects. After 12 years of Python ...

13:29
Pygame Code Structure Guide

28,166 views

6 months ago

Jeremy Chone
Rust - Simple Code Boilerplate & Structure (start simple, scale better)

Here is a quick Rust Programming base code layout that I use for most of my new Rust projects. Help support this channel: ...

6:14
Rust - Simple Code Boilerplate & Structure (start simple, scale better)

71,013 views

3 years ago

Bro Code
Data Structures and Algorithms Full Course 📈

Data Structures and Algorithms full course tutorial java #data #structures #algorithms ⭐️Time Stamps⭐️ #1 (00:00:00) What ...

4:00:15
Data Structures and Algorithms Full Course 📈

2,737,726 views

4 years ago

Hallden
How To Structure Your Programming Projects

How To Stay Organized As A Developer Get a 5% discount (HALLDEN21) with Autonomous products at: https://rb.gy/5tutoo If you ...

13:11
How To Structure Your Programming Projects

280,837 views

4 years ago

freeCodeCamp.org and AlgoMonster
Data Structure and Algorithm Patterns for LeetCode Interviews – Tutorial

This is a comprehensive course on data structures and algorithms. @algo.monster will break down the most essential data ...

1:15:03
Data Structure and Algorithm Patterns for LeetCode Interviews – Tutorial

648,055 views

9 months ago

ZazenCodes
Basic Project Structure for a Python App

AI ENGINEER ROADMAP [ your complete foundation to AI Engineering ] ...

9:55
Basic Project Structure for a Python App

16,552 views

1 year ago

Core Electronics
Arduino Workshop - Chapter Two - Program Structure

... we'll be learning about how to properly structure code using indentations, nested levels, and semicolons. We're official retailers ...

4:08
Arduino Workshop - Chapter Two - Program Structure

72,183 views

9 years ago

ArjanCodes
Most Python Projects Fail Because of This Structure

Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis. In this video, I'll cover 7 tips to ...

14:49
Most Python Projects Fail Because of This Structure

140,722 views

2 years ago

Syntax Sphere
Pointer to Structure in C Language - Beginner's Tutorial

In this video, we will cover the topic of "Pointer to Structure" in C language. We will discuss the concept of pointers, structures, and ...

0:52
Pointer to Structure in C Language - Beginner's Tutorial

29,116 views

3 years ago

Programming with Mosh
Data Structures and Algorithms for Beginners

Data Structures and algorithms for beginners. Ace your coding interview. Watch this tutorial to learn all about Big O, arrays and ...

1:18:43
Data Structures and Algorithms for Beginners

2,092,449 views

6 years ago

Amigoscode
the right way to organise your code

In this video you will learn how to organise and properly structure your code as a software engineer. #organisecode #java ...

17:33
the right way to organise your code

215,658 views

4 years ago

freeCodeCamp.org
Algorithms and Data Structures Tutorial - Full Course for Beginners

In this course you will learn about algorithms and data structures, two of the fundamental topics in computer science. There are ...

5:22:09
Algorithms and Data Structures Tutorial - Full Course for Beginners

5,781,275 views

5 years ago