ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

380,184 results

Lex Clips
DHH explains metaprogramming: The most beautiful feature of Ruby | Lex Fridman Podcast Clips

Lex Fridman Podcast full episode: https://www.youtube.com/watch?v=vagyIcmIGOQ Thank you for listening ❤ Check out our ...

3:44
DHH explains metaprogramming: The most beautiful feature of Ruby | Lex Fridman Podcast Clips

8,105 views

7 months ago

Jonathan Blow Clips
Jonathan Blow on Metaprogramming

Support me on Ko-fi: https://ko-fi.com/jonathanblowclips Jonathan Blow on Metaprogramming Clip from Jonathan Blow Original: ...

10:58
Jonathan Blow on Metaprogramming

8,496 views

2 weeks ago

Tsoding Daily
Jai Meta-Programming is WILD

Streamed Live on Twitch: https://twitch.tv/tsoding Enable Subtitles for Twitch Chat Chapters: - 00:00:00 - Intro - 00:01:55 - HTML ...

2:24:25
Jai Meta-Programming is WILD

55,770 views

7 months ago

Software Unscripted Podcast
Metaprogramming Your IDE in Lean 4 with Harry Goldstein

Harry Goldstein talks with Richard Feldman about the Lean 4 programming language's compile-time metaprogramming ...

41:19
Metaprogramming Your IDE in Lean 4 with Harry Goldstein

2,318 views

2 months ago

leanprover community
Harry Goldstein - Metaprogramming the Next Generation of Testing Tools (Lean Together 2026)

Lean is an incredible platform for mathematics, but it is also an extremely capable programming language. By combining ...

24:24
Harry Goldstein - Metaprogramming the Next Generation of Testing Tools (Lean Together 2026)

237 views

4 weeks ago

Mike Shah
Template Metaprogramming - Type traits - part 1 of n | Modern Cpp Series Ep. 221

Full C++ Series Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd8j-tlhYVPYgiIyXduu6m-L ▻Find full courses on: ...

17:07
Template Metaprogramming - Type traits - part 1 of n | Modern Cpp Series Ep. 221

2,262 views

8 months ago

CppCon
Template-less Metaprogramming in C++ - Kris Jusiak - CppCon 2024

https://cppcon.org​ --- Template-less Metaprogramming in C++ - Kris Jusiak - CppCon 2024 --- Meta-programming is one of the ...

1:03:13
Template-less Metaprogramming in C++ - Kris Jusiak - CppCon 2024

16,914 views

11 months ago

CppCon
An Introduction to the new C++ 26 "Reflection" Feature - Inbal Levi - CppCon 2025

https://cppcon.org​ --- An Introduction to the new C++ 26 "Reflection" Feature - Inbal Levi - CppCon 2025 --- This talk will ...

1:03:36
An Introduction to the new C++ 26 "Reflection" Feature - Inbal Levi - CppCon 2025

6,272 views

3 weeks ago

leanprover community
Thomas R. Murrills - Better living through metaprogramming (Lean Together 2026)

Lean's metaprogramming promises powerful capabilities we've yet to dream of --- aye, there's the rub. In this talk, we'll imagine ...

23:46
Thomas R. Murrills - Better living through metaprogramming (Lean Together 2026)

132 views

4 weeks ago

Valigo
Advanced Jai metaprogramming

Hitboxer: https://github.com/valignatev/hitboxer Jai on Linux monorepo: https://github.com/valignatev/jai-on-linux/ Join my discord: ...

3:36:00
Advanced Jai metaprogramming

121 views

Streamed 4 months ago

DevGAMM
Metaprogramming: Writing Code That Writes Code - Vadzim Varabyou, Team lead, PAPAYA

In this talk we you go over practical cases of applying code-generating techniques in production environments you will learn ...

27:24
Metaprogramming: Writing Code That Writes Code - Vadzim Varabyou, Team lead, PAPAYA

492 views

9 months ago

Next LVL Programming
How To Do Metaprogramming In Python? - Next LVL Programming

How To Do Metaprogramming In Python? In this informative video, we will discuss the fascinating world of metaprogramming in ...

3:29
How To Do Metaprogramming In Python? - Next LVL Programming

59 views

7 months ago

Valigo
Test runner from scratch with advanced metaprogramming in Jai

Jai on Linux monorepo: https://github.com/valignatev/jai-on-linux/ Hitboxer: https://github.com/valignatev/hitboxer Join my discord: ...

2:59:15
Test runner from scratch with advanced metaprogramming in Jai

67 views

Streamed 4 months ago

Logan McNichols
JSON Parsing in C with metaprogramming

A little example of how to use metaprogramming in C. Source code: https://github.com/loganamcnichols/json_parser JSON ...

5:04
JSON Parsing in C with metaprogramming

4,280 views

4 months ago

nextapp devCon
The Lazy (Meta)programmer's Guide to Hilt Extensions - Fabian Shallari | droidcon Berlin 2024

Talk: The Lazy (Meta)programmer's Guide to Hilt Extensions Speaker: Fabian Shallari Event: droidcon Berlin 2024 Date: ...

28:17
The Lazy (Meta)programmer's Guide to Hilt Extensions - Fabian Shallari | droidcon Berlin 2024

18 views

7 months ago

The West Reviews
WHAT IS METAPROGRAMMING | HOW IT WORKS AND WHY IT MATTERS IN 2025?

WHAT IS METAPROGRAMMING | HOW IT WORKS AND WHY IT MATTERS IN 2025? What is metaprogramming, and why does it ...

0:47
WHAT IS METAPROGRAMMING | HOW IT WORKS AND WHY IT MATTERS IN 2025?

20 views

6 months ago

ZazenCodes
My GenAI analytics workflow: Jupyter Notebooks meta-programming

AI ENGINEER ROADMAP [ USE CODE ZAZEN30 FOR 30% DISCOUNT ] ...

23:53
My GenAI analytics workflow: Jupyter Notebooks meta-programming

428 views

1 month ago

RubyKaigi
[28S06] A Metaprogramming Spell Book / Paolo "Nusco" Perrotta

When I started to learn Ruby, I was awed by the code of experienced rubyists. That code was full of amazing magic tricks that I ...

57:18
[28S06] A Metaprogramming Spell Book / Paolo "Nusco" Perrotta

6 views

4 months ago

Next LVL Programming
What Is Ruby Metaprogramming? - Next LVL Programming

What Is Ruby Metaprogramming? In this informative video, we will take a closer look at Ruby metaprogramming, a fascinating ...

3:02
What Is Ruby Metaprogramming? - Next LVL Programming

5 views

6 months ago

Trace Myers
Coding Speedrun : metaprogramming a ToString() for enums in c++

I got excited by GDQ and I thought it would be fun to do a coding speedrun. This feature automatically adds a ToString() function ...

14:30
Coding Speedrun : metaprogramming a ToString() for enums in c++

206 views

1 month ago