Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
13,253,824 results
Is your code readable? Or is it difficult to understand? Following these three laws will help you to become the guy that every ...
1,567,103 views
1 year ago
Today, I'm sharing 10 super simple things to STRUCTURE an impressive PROGRAMMING PROJECT that you can share on your ...
179,242 views
2 years ago
What are the best code architectures for indie games? How should you structure your game dev projects? Here are my takeaways ...
269,307 views
8 months ago
Support me on https://www.patreon.com/codeaesthetic. Access to code examples, discord, song names and more at ...
801,140 views
3 years ago
C structs tutorial example explained #C #struct #structs struct Player { char name[12]; int score; }; int main() { // struct = collection of ...
348,834 views
4 years ago
An overview of struct in C. Source code: https://github.com/portfoliocourses/c-example-code/blob/main/struct.c. Check out ...
214,288 views
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!
329,266 views
Code organization and structure are important to consider when tackling large gamedev projects. After 12 years of Python ...
28,172 views
6 months ago
Python projects that use modern tooling and standards work best when the files in the project repository follow a certain layout.
49,765 views
Try InsForge for free: https://insforge.dev InsForge Github : https://github.com/InsForge/InsForge Learn Every Type of API ...
80,404 views
11 days ago
Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, we break down the anatomy of a ...
116,588 views
A powerful paradigm in the programming world, where strict rules are applied in order to reduce bugs to a point where they are ...
1,200,820 views
Regardless of your current skill level, embracing clean coding practices, establishing maintainable code structures, and effectively ...
1,969,997 views
Bonus material from the Performance-Aware Programming Series: ...
1,121,957 views
I'm a Never Nester and you should too. Access to code examples, discord, song names and more at ...
3,292,429 views
Why you shouldn't write comments in your code (write documentation) Access to code examples, discord, song names and more ...
941,753 views
One of the hardest things for new programmers to learn is pointers. Whether its single use pointers, pointers to other pointers, ...
3,243,302 views
There are dozens of patterns out there—Strategy, Observer, Decorator, Singleton—but none of them are as fundamental as the ...
2,714 views
2 days ago
Project-based tutorials to become a BETTER Python developer: - Python Sports Website ...
153,841 views
5 years ago
Data Structures and Algorithms full course tutorial java #data #structures #algorithms ⭐️Time Stamps⭐️ #1 (00:00:00) What ...
2,737,905 views
This is a comprehensive course on data structures and algorithms. @algo.monster will break down the most essential data ...
648,277 views
9 months ago
How To Stay Organized As A Developer Get a 5% discount (HALLDEN21) with Autonomous products at: https://rb.gy/5tutoo If you ...
280,837 views
... we'll be learning about how to properly structure code using indentations, nested levels, and semicolons. We're official retailers ...
72,183 views
9 years ago
Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis. In this video, I'll cover 7 tips to ...
140,723 views
AI ENGINEER ROADMAP [ your complete foundation to AI Engineering ] ...
16,554 views
Here is a quick Rust Programming base code layout that I use for most of my new Rust projects. Help support this channel: ...
71,015 views
In this video you will learn how to organise and properly structure your code as a software engineer. #organisecode #java ...
215,659 views
coding #programming #cprogramming typedef struct{ char name[50]; int age; float gpa; bool isFullTime; }Student; void ...
37,823 views
In this course you will learn about algorithms and data structures, two of the fundamental topics in computer science. There are ...
5,781,405 views
C++ #struct C++ struct tutorial example explained.
123,719 views