ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

13,141,926 results

Stand-up Maths
Someone improved my code by 40,832,277,770%

YES, the improvement should be 40832277770%, not what I say in the video. The "408322778" multiple was correct and I did the ...

28:47
Someone improved my code by 40,832,277,770%

2,953,344 views

3 years ago

bigboxSWE
How You Can Code Faster

Hi guys, this is a technique I developed after many moons of coding. Music massobeats - aromatic: ...

1:09
How You Can Code Faster

46,005 views

2 years ago

leddoo
going fast is about doing less

optimization isn't always about multi-threading and optimizing hardware utilization. in fact, most performance work is about simply ...

19:41
going fast is about doing less

250,750 views

2 years ago

TECHNETIUM
Give me 180 secs and CODING will be your addiction.

Coding made addictive | Learn programming fast | Coding made Fun | Programming made easy | How to make coding addictive.

2:51
Give me 180 secs and CODING will be your addiction.

963,888 views

10 months ago

bigboxSWE
How To Code So Fast It Feels Illegal

Hi guys, a simple application for Parkinson's Law in Programming Love you all. Thank you for 200K. I normally don't let numbers ...

1:16
How To Code So Fast It Feels Illegal

83,906 views

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

1 year ago

ThePrimeagen
This Algorithm is 1,606,240% FASTER

7 Steps it took to make an algorithm 1606242% faster!!!! Become a backend engineer. Its my favorite site ...

13:31
This Algorithm is 1,606,240% FASTER

950,483 views

3 years ago

Beyond Fireship
JavaScript performance is weird... Write scientifically faster code with benchmarking

Learn how to benchmark your JavaScript code in Deno and find out how the way you write code affects performance. Why is a ...

8:20
JavaScript performance is weird... Write scientifically faster code with benchmarking

253,126 views

1 year ago

People also watched

AI LABS
The Claude Code Limits Problem Is Finally Solved

Build once. Let Twin handle the rest — 24/7. Get started → https://twin.so?via=ai-labs Community with All Resources ...

13:03
The Claude Code Limits Problem Is Finally Solved

38,563 views

5 days ago

AICodeKing
Karpathy-Skill + Claude Code,OpenCode: This SIMPLE ONE-FILE SKILL Makes YOUR AI CODER WAY BETTER!

In this video, I'll be talking about Andrej Karpathy Skills, a lightweight GitHub repo that helps AI coding agents behave more like ...

8:02
Karpathy-Skill + Claude Code,OpenCode: This SIMPLE ONE-FILE SKILL Makes YOUR AI CODER WAY BETTER!

13,773 views

11 hours ago

Fireship
Cursor ditches VS Code, but not everyone is happy...

Try Blacksmith for free to run your GitHub Actions 2x faster - https://www.blacksmith.sh/ Cursor 3 just introduced its own frontier ...

5:03
Cursor ditches VS Code, but not everyone is happy...

798,049 views

6 days ago

Programming with Mosh
Claude Code Tutorial - Build Apps 10x Faster with AI

Claude Code tutorial - Learn how to use Claude Code like a real software engineer. Want to dive deeper? Check out my ...

58:11
Claude Code Tutorial - Build Apps 10x Faster with AI

217,647 views

2 weeks ago

Nemean
Fast Inverse Square Root — A Quake III Algorithm

In this video we will take an in depth look at the fast inverse square root and see where the mysterious number 0x5f3759df comes ...

20:08
Fast Inverse Square Root — A Quake III Algorithm

5,929,383 views

5 years ago

ForrestKnight
Why Everyone's Switching to Rust (And Why You Shouldn't)

Rust is everywhere. Build, Upgrade, and Save All Month Long at Micro Center: https://micro.center/a8050d Sign-Up for VIP Days ...

14:44
Why Everyone's Switching to Rust (And Why You Shouldn't)

444,943 views

7 months ago

mCoding
C++ cache locality and branch predictability

Cache me outside, how bout that? People always talk about Big O time for analyzing speed, but Big O isn't the only important ...

10:43
C++ cache locality and branch predictability

128,305 views

4 years ago

strager
Faster than Rust and C++: the PERFECT hash table

I had a week of fun designing and optimizing a perfect hash table. In this video, I take you through the journey of making a hash ...

33:52
Faster than Rust and C++: the PERFECT hash table

711,497 views

3 years ago

William Lin (tmwilliamlin168)
Winning Google Kickstart Round A 2020 + Facecam

What is Competitive Programming: https://www.youtube.com/watch?v=ueNT-w7Oluw What could be a better start to Google ...

17:10
Winning Google Kickstart Round A 2020 + Facecam

10,432,844 views

6 years ago

Low Level
the truth about ChatGPT generated code

The world we live in is slowly being taken over by AI. OpenAI, and its child product ChatGPT, is one of those ventures. I've heard ...

10:35
the truth about ChatGPT generated code

272,935 views

2 years ago

Andy Sterkowitz
How to Learn to Code FAST (Do This or Keep Struggling)

In this video I overview the principles for learning that can rapidly speed up the process of learning to code and becoming a ...

11:00
How to Learn to Code FAST (Do This or Keep Struggling)

754,520 views

4 years ago

Mark Bacon
How to CODE FASTER by Typing Faster

Can speed typing help you code faster? That's the question of the day! Thanks for dropping by (and don't mind the thumbnail.

9:01
How to CODE FASTER by Typing Faster

86,433 views

5 years ago

Dreams of Code
Turn Python BLAZING FAST with these 6 secrets

Don't assume Python is slow. These are some of the best ways to turn python into a language that is comparable for runtime ...

5:01
Turn Python BLAZING FAST with these 6 secrets

88,368 views

3 years ago

Tutorial Stack
Namecheap Promo Code 2026 | Get the BIGGEST Namecheap Coupon Code Now!

Namecheap promo code 2026: get the best auto-applied discount on domains, hosting, and more today. ✓ Access All Latest ...

2:15
Namecheap Promo Code 2026 | Get the BIGGEST Namecheap Coupon Code Now!

768 views

5 hours ago

Soda Byte
These Micro Optimizations Don't Make Your C/C++ Faster

We take a look at some source-code level optimizations that do not effect the compiled assembly, and therefore does not make ...

6:12
These Micro Optimizations Don't Make Your C/C++ Faster

82,273 views

5 months ago

Fireship
This weird skill helps you learn to code faster

Follow the science and learn to code faster with this unexpected skill that can literally increase white & gray matter in the brain.

0:40
This weird skill helps you learn to code faster

745,182 views

4 years ago

ByteMonk
The JVM Secret That Makes Code Faster!

This video explains how the JVM (Java Virtual Machine) makes Java, Kotlin, and Scala faster through Just-in-Time (JIT) ...

5:59
The JVM Secret That Makes Code Faster!

26,094 views

6 months ago

Low Level
everyone codes faster when they stop using their mouse

Developers are EXTREMELY lazy. I am no exception. Having a desktop environment that allows you to do the most coding while ...

10:32
everyone codes faster when they stop using their mouse

255,444 views

3 years ago

Thom Code
The Mindset Shift That Made Me Code Faster

Most beginner developers think getting better means grinding alone. More tabs. More stress. More confusion. But what if the ...

1:30
The Mindset Shift That Made Me Code Faster

588 views

13 hours ago

Frontend Eddy
The Man that Codes Faster than AI

When AIs write code, they fear one man. Unlike every other software engineer and developer, this man is still able to land ...

1:56
The Man that Codes Faster than AI

971,133 views

10 months ago

Artem Zhutov
I Learn Faster Than 99% of People. NotebookLM + Claude Code + Obsidian

Obsidian x Claude Code Lab (starts Apr 28): https://lab.artemzhutov.com 90% of people listen to experts and never change a ...

18:27
I Learn Faster Than 99% of People. NotebookLM + Claude Code + Obsidian

11,501 views

6 days ago