ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

13,710,605 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,686 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,694 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,941 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,713 views

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

9 months 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,330 views

4 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,840 views

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

4 years ago

People also watched

Lenny's Podcast
Head of Claude Code: What happens after coding is solved | Boris Cherny

Boris Cherny is the creator and head of Claude Code at Anthropic. What began as a simple terminal-based prototype just a year ...

1:27:45
Head of Claude Code: What happens after coding is solved | Boris Cherny

213,685 views

4 days ago

CodeSource
The Rise and Fall of Sublime Text

Thank you, Depot, for sponsoring this video. Try Depot: https://depot.plug.dev/0tUnhsY and stop waiting for slow Docker builds.

9:48
The Rise and Fall of Sublime Text

4,794 views

17 hours 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

707,649 views

2 years ago

Let's Get Rusty
Rust for Dummies in 12 Minutes

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

12:30
Rust for Dummies in 12 Minutes

266,767 views

9 months 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,180 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,612 views

2 years ago

Tariq10x
How DOOM Will Teach You What CS Degrees Miss

This video was sponsored by Brilliant. To try everything Brilliant has to offer—free—for a full 30 days, visit ...

48:24
How DOOM Will Teach You What CS Degrees Miss

597,829 views

9 months 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,953 views

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

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

6 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,112 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,696 views

3 years 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,477,048 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,956 views

5 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,985 views

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

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

8 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,894,104 views

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

10 months ago

codingjerk
I Made My Code 16000× Faster (Python & Rust)

Performance optimization case study on LeetCode 52 "N-Queens". In the video I'll show path of optimization already decent ...

18:33
I Made My Code 16000× Faster (Python & Rust)

52,126 views

9 months ago

Pocketful of AI
Here's $50 To Test Claude Code's New Fast Mode! (With Paid Subscription)

Claude Opus 4.6 just got an experimental fast mode that promises 2.5x faster output at the cost of significantly more compute.

13:06
Here's $50 To Test Claude Code's New Fast Mode! (With Paid Subscription)

2,232 views

2 weeks ago