ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

13,138,751 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,954,035 views

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

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

2 years ago

7pans
This BEST XP Map Helped Me LEVEL UP Fast in Fortnite Chapter 7 Season 2 👀

Practice map with my settings: 7803-7250-9372 BEST Practice Map in Fortnite Chapter 7 Season 1 to get better aim and ...

0:45
This BEST XP Map Helped Me LEVEL UP Fast in Fortnite Chapter 7 Season 2 👀

85,214 views

13 hours 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.

964,526 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,839 views

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

1 year ago

People also watched

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)

445,373 views

7 months 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,524 views

3 years ago

fasterthanlime
C++ vs Rust: which is faster?

Follow me on Mastodon: https://hachyderm.io/@fasterthanlime Support me on Patreon or GitHub: https://fasterthanli.me/donate ...

21:15
C++ vs Rust: which is faster?

450,163 views

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

2 years ago

Logan Smith
Use Arc Instead of Vec

Rust lets you do efficient reference-counted strings and dynamic arrays using Arc basically just as easily as their owning (and ...

15:21
Use Arc Instead of Vec

215,790 views

2 years ago

CodeAesthetic
Premature Optimization

When should you optimize your code? Access to code examples, deleted scenes, song names and more at ...

12:39
Premature Optimization

982,773 views

3 years ago

The PrimeTime
120x Faster Algorithm By Nested Loops

Recorded live on twitch, GET IN https://twitch.tv/ThePrimeagen Reviewed video: ...

21:21
120x Faster Algorithm By Nested Loops

433,715 views

2 years 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

219,703 views

2 weeks ago

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

39,821 views

5 days ago

Stand-up Maths
Why π^π^π^π could be an integer (for all we know!).

Check out the Jane Street programs if you're considering a mathematics/finance/programming job: ...

15:21
Why π^π^π^π could be an integer (for all we know!).

3,937,912 views

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

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

6 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

12,052 views

7 days 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,523 views

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

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

10 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,454 views

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

5 months 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,377 views

3 years ago

Nathan Baggs
Mastering C++  Optimize Your Code with These Hidden Tricks
0:20
Mastering C++ Optimize Your Code with These Hidden Tricks

149,656 views

1 year ago