ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

13,255,697 results

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,567,027 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,254 views

8 months ago

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,242 views

2 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,125 views

3 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,818 views

4 years 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,264 views

4 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

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,288 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,172 views

6 months 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!

80,100 views

11 days 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,812 views

2 years 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,588 views

6 months 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

Let's Get Rusty
5 Better ways to code in Rust

Join our Rust Live Accelerator waitlist (free Rust Job-Ready Roadmap inside): https://letsgetrusty.com/join Let's Get Rusty is the ...

9:51
5 Better ways to code in Rust

151,389 views

2 years ago

freeCodeCamp.org
Data Structures Easy to Advanced Course - Full Tutorial from a Google Engineer

Learn and master the most common data structures in this full course from Google engineer William Fiset. This course teaches ...

8:03:17
Data Structures Easy to Advanced Course - Full Tutorial from a Google Engineer

7,312,827 views

6 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,735 views

3 years ago

Coding Crash Courses
THE MOST IMPORTANT PATTERN: Move Beyond Junior-Level Code

There are dozens of patterns out there—Strategy, Observer, Decorator, Singleton—but none of them are as fundamental as the ...

5:03
THE MOST IMPORTANT PATTERN: Move Beyond Junior-Level Code

2,319 views

2 days 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,837 views

5 years 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,015 views

3 years 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,554 views

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

2 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,816 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,151 views

9 months 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

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,659 views

4 years ago

Dave Ebbelaar
Data Science Tutorial - Project Structure

If you're a data professional with 1+ years experience and consider freelancing, then check out: ...

10:02
Data Science Tutorial - Project Structure

41,106 views

3 years ago

Dan Vega
Spring Boot Code Structure: Package by Layer vs Package by Feature

In this tutorial we will take a look at how to structure your code in your Spring Boot applications. First we will cover some best ...

19:18
Spring Boot Code Structure: Package by Layer vs Package by Feature

32,213 views

2 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,450 views

6 years ago