ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

50 results

ACCU Conference
Immediately Invoked Coroutine Lambdas in C++23 - Lifetime Pitfalls & Best Practices  Jonathan Müller

ACCU Membership: https://tinyurl.com/ydnfkcyn --- Immediately Invoked Coroutine Lambdas in C++23 - Lifetime Pitfalls and Best ...

5:21
Immediately Invoked Coroutine Lambdas in C++23 - Lifetime Pitfalls & Best Practices Jonathan Müller

451 views

13 days ago

C++ Weekly With Jason Turner
C++ Weekly - Ep 514 - C++26 on 1990 DOS?

Awesome T-Shirts! Sponsors! Books! ☟☟ C++ Best Practices - NDC Toronto - May 5,6 ...

9:14
C++ Weekly - Ep 514 - C++26 on 1990 DOS?

5,138 views

4 weeks ago

excelwithExcel
Lambda of the Month - Indirect_Easy

A video where I talk in detail about Lambdas out of my personal Lambda collection of either useful or Excel Esport specific ...

5:38
Lambda of the Month - Indirect_Easy

127 views

10 days ago

Kod Akademi - Java & C++ & Python & JavaFX Eğitim
C++ Ders 53 - Lambda Expression

Merhaba! Bu kanalda birlikte Java, C++, Python ve programlamanın temellerini öğreniyoruz. Dersleri basit, eğlenceli ve ...

5:31
C++ Ders 53 - Lambda Expression

36 views

4 days ago

Refactoring Bitcoin
This function prevented inlining!

There are cases where functions should be avoided. Why is that the case? And what to use instead?

15:48
This function prevented inlining!

286 views

11 days ago

learn by doing it
11  AWS Lambda Explained in Depth | AWS Data Engineer

In this video, we explain AWS Lambda in depth, using very simple language so that beginners can understand easily. You will ...

9:46
11 AWS Lambda Explained in Depth | AWS Data Engineer

309 views

2 weeks ago

Coding with Tom
The C++ Compiler Is A Nightmare!

Timestamps: 0:00 Intro 0:05 The C Compiler 3:05 How C++ inherits this 3:50 C++ Classes 5:24 Exceptions 5:48 Namespaces and ...

10:03
The C++ Compiler Is A Nightmare!

25,062 views

3 weeks ago

Wguzman-cim
Functional Programming: The Magic Behind the Code

Functional programming has a pretty interesting history, a paradigm that contributed a lot to the field and is still very ...

10:07
Functional Programming: The Magic Behind the Code

531 views

4 weeks ago

ACM SIGPLAN
[RocqPL'26] Crane Lowers Rocq Safely into C++

Crane Lowers Rocq Safely into C++ (Video, RocqPL 2026) Matthew Z. Weaver, and Joomy Korkut (Bloomberg; Bloomberg) ...

17:12
[RocqPL'26] Crane Lowers Rocq Safely into C++

13 views

7 days ago

Rustfully
74: Macros in Rust are Awesome

Today we start our epic journey on declarative macros in Rust! Super exciting!

5:35
74: Macros in Rust are Awesome

3,662 views

3 weeks ago

AISSMS INSTITUTE OF INFORMATION TECHNOLOGYY - IOIT
Variables in C

Variables in C: Types, Declaration & Scope (5-Min Video)

6:27
Variables in C

7 views

3 weeks ago

Tony Munoz | Game Dev Accelerator
How To Program Iterators And Algorithms in C++ | E14

How to Program Iterators and Algorithms in C++ shows the moment when C++ stops feeling verbose and starts feeling powerful.

14:00
How To Program Iterators And Algorithms in C++ | E14

91 views

3 weeks ago

Professor Basnet
Podcast - C++ Standard Template Library (STL) Overview

C++ Standard Template Library (STL) introduction - purpose and importance of STL - overview of STL - based on Jupyter ...

13:25
Podcast - C++ Standard Template Library (STL) Overview

2 views

3 weeks ago

5 Minutes Engineering
Functions and Lambda in Python Explained in Hindi | Ultimate Data Science Series

Myself Shridhar Mankar an Engineer l YouTuber l Educational Blogger l Educator l Podcaster. My Aim- To Make Engineering ...

13:38
Functions and Lambda in Python Explained in Hindi | Ultimate Data Science Series

609 views

3 weeks ago

Wolfram U
Functional Programming with Pure Anonymous Functions in Wolfram Language

Examples show you how to write pure anonymous functions in Wolfram Language. Learn about useful functional programming ...

8:28
Functional Programming with Pure Anonymous Functions in Wolfram Language

78 views

3 weeks ago

Data Science with Onur
Python Pandas Course for Data Analytics [2026] - Part 2: Selecting Data, Conditions & Multi Indexing

In Part 2 of this Python Pandas Course for Data Analytics 2026, you will master data selection techniques in pandas using loc, iloc ...

13:17
Python Pandas Course for Data Analytics [2026] - Part 2: Selecting Data, Conditions & Multi Indexing

153 views

3 weeks ago

ni-sh-a-char
Top 10 Crucial: Mastering c# on Stack Overflow

Mastering c# on Stack Overflow Learn everything you need to know about c# in this comprehensive guide. ⏲️ TIMESTAMPS: ...

4:45
Top 10 Crucial: Mastering c# on Stack Overflow

7 views

2 weeks ago

Professor Basnet
Podcast - C++ Vector Container STL

what is a C++ vector container STL - how to use a vector container in C++ code - various methods of the vector class - some ...

13:25
Podcast - C++ Vector Container STL

1 view

3 weeks ago

Data Engineering with GS
Mask Mobile Number in SQL & PySpark | Interview Question Explained 🔥

Ace Your Data Engineering Interviews with This Must-Know SQL& PySpark Trick! Struggling with mobile number masking logic ...

8:18
Mask Mobile Number in SQL & PySpark | Interview Question Explained 🔥

966 views

3 weeks ago

Gerson Pineda
Agrupar por objetivo - Excel 365 / Con truco en los títulos de la matriz, incluido.

La impresionante función AGRUPARPOR es simple de utilizar, siempre y cuando los datos se encuentran tabulados de manera ...

18:42
Agrupar por objetivo - Excel 365 / Con truco en los títulos de la matriz, incluido.

171 views

4 weeks ago

Data Science with Onur
Python Pandas Course for Data Analytics [2026] - Part 3: Missing Values, Data Types, Transformations

In Part 3 of this Python Pandas Course for Data Analytics 2026, you will learn how to clean and transform data using pandas.

12:35
Python Pandas Course for Data Analytics [2026] - Part 3: Missing Values, Data Types, Transformations

137 views

2 weeks ago

Gary Clarke
Anonymous Functions in Go

In this Go Byte, you'll learn how functions in Go do not always need a name. You can create functions inline and use them directly.

7:58
Anonymous Functions in Go

73 views

11 days ago

Arquitectura Java “ArquitectoJava”
Programación Imperativa

La programación imperativa es un estilo de programación donde se le indica a la computadora cómo hacer las cosas paso a ...

9:50
Programación Imperativa

1 view

3 weeks ago

vlogommentary
Assigning a Class Member Function to std::function void(void*)  in C+ +

Learn how to assign a C+ + class member function to a std::function void(void*) without unnecessary lambda captures, with clean, ...

4:09
Assigning a Class Member Function to std::function void(void*) in C+ +

0 views

4 weeks ago

安枫的叶
The Evolution of Functions: C++ Callable Objects | Object-Oriented Programming | Functional Progr...

00:00 From Stateless to Callback 03:38 From Procedural to Object-Oriented 07:06 From Singleton to Generic 08:16 From ...

13:46
The Evolution of Functions: C++ Callable Objects | Object-Oriented Programming | Functional Progr...

76 views

9 days ago