ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

13,711,200 results

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

45,685 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

248,685 views

2 years ago

Daniel Boctor
Can Python Approach the Speeds of C?

In this video, we explore a HUGE gamechanger for Python speed and optimization - Just In Time compilation (JIT) with Numba.

4:30
Can Python Approach the Speeds of C?

14,938 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)

753,324 views

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

254,184 views

3 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

86,839 views

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

1 year ago

People also watched

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

707,638 views

2 years ago

Engineering with Utsav
How to ramp up to any new codebase quickly

Here are 5 tips that can help you ramp up to any new codebase very quickly! Also, if you are looking to level up your career, check ...

9:33
How to ramp up to any new codebase quickly

18,178 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

212,937 views

2 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

270,605 views

2 years ago

tamaschque
Simulating the hardest Physics Problems in Python

Simulating famously unsolvable physics problems, using my own numeric ODE solver in Python. ▷ GitHub Repo: ...

23:42
Simulating the hardest Physics Problems in Python

2,689 views

14 hours ago

Jack of Some
Make Python code 1000x Faster with Numba

In this video I introduce Numba which can make your python code 1000x faster. Numba is a just in time compiler for a subset of ...

20:33
Make Python code 1000x Faster with Numba

462,069 views

6 years ago

TechCode
Numba Explained in 30 Minutes - The Python and Numpy Compiler

Learn about Numba - the Python and Numpy compiler. This tutorial will explain how Numba works, and when and how to use it for ...

30:29
Numba Explained in 30 Minutes - The Python and Numpy Compiler

17,748 views

3 years ago

How I AI
Notion’s AI-powered prototype playground: How designers are building better products faster

Brian Lovin is a designer at Notion AI who has transformed how the design team builds prototypes, by creating a shared code ...

51:46
Notion’s AI-powered prototype playground: How designers are building better products faster

4,372 views

18 hours ago

Andy Sterkowitz
The KEY To Thinking Like a Programmer (Fix This Or Keep Struggling)

Is there something special to how programmers think that makes them good at what they do? In this video I detail how software ...

10:39
The KEY To Thinking Like a Programmer (Fix This Or Keep Struggling)

704,075 views

4 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?

448,732 views

3 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.

894,513 views

9 months ago

Fireship
25 VS Code Productivity Tips and Speed Hacks

Learn 25 VS Code tips and tricks that will help you write code faster. Try out awesome new features and extensions that turn your ...

11:35
25 VS Code Productivity Tips and Speed Hacks

2,662,339 views

4 years ago

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,920,066 views

3 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

946,678 views

3 years ago

Marc Lou
Learn to Code in 3 Hours, Not 3 Years (Free Course)

The Course Roadmap: https://codefa.st/roadmap ➡️ Get your first customers: ...

2:40:39
Learn to Code in 3 Hours, Not 3 Years (Free Course)

174,409 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,476,790 views

1 year 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!

24,953 views

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

5 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

85,580 views

5 years ago

Rust in Paris 🦀 Conf
How To Compile Rust Code Faster: Compiler 101 — Benjamin Bouvier at Rust in Paris 2025 🦀 Conf

In Rust in Paris 2025* , Benjamin Bouvier, *Rust hacker at Element* , tackled one of the few pain points of Rust: its *infamous ...

44:01
How To Compile Rust Code Faster: Compiler 101 — Benjamin Bouvier at Rust in Paris 2025 🦀 Conf

5,253 views

5 months ago

Eray Sona
How to Learn Coding FAST And Make Cool Stuff

THE APP: https://play.google.com/store/apps/details?id=com.habitshow.app Most people struggle with coding because they get ...

4:19
How to Learn Coding FAST And Make Cool Stuff

702,225 views

8 months ago

Cole Medin
Code 100x Faster with AI, Here's How (No Hype, FULL Process)

Everyone knows that if you aren't using an AI coding assistant, you are going to fall behind no matter what you are developing.

32:09
Code 100x Faster with AI, Here's How (No Hype, FULL Process)

204,387 views

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

968,942 views

8 months ago