ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

407 results

EuroPython Conference
Max Tepkeev - Do I need to switch to Go(lang) ?

Max Tepkeev - Do I need to switch to Go(lang) ? [EuroPython 2016] [20 July 2016] [Bilbao, Euskadi, Spain] ...

37:47
Max Tepkeev - Do I need to switch to Go(lang) ?

36,412 views

9 years ago

ConfEngine
FP is the new OOP by Michael Snoyman #FnConf 2022

Many of us in the functional programming community believe that FP is a significant improvement over object oriented ...

45:41
FP is the new OOP by Michael Snoyman #FnConf 2022

2,647 views

3 years ago

Coding with Verrol
#golang #golanguage - GO Language For Tourists - Section 06 - Goroutines

Source code: https://github.com/striversity/glft.

1:25:55
#golang #golanguage - GO Language For Tourists - Section 06 - Goroutines

2,526 views

6 years ago

GenZ
Go Beyond Basics: Mastering Concurrency in Golang (Go)

Elevate your Golang expertise! Dive into advanced concurrency techniques, mastering the art of efficient and scalable ...

2:09:21
Go Beyond Basics: Mastering Concurrency in Golang (Go)

481 views

2 years ago

EuroPython Conference
Mariano Anaya - Discovering Descriptors

"Discovering Descriptors [EuroPython 2017 - Talk - 2017-07-11 - PythonAnywhere Room] [Rimini, Italy] Python is full of amazing ...

25:34
Mariano Anaya - Discovering Descriptors

443 views

8 years ago

FOSDEM
Parallel programming in Go for performance with the Pargo library

by Pascal Costanza At: FOSDEM 2019 https://video.fosdem.org/2019/UD2.120/pargo.webm Go is an excellent tool for concurrent ...

21:02
Parallel programming in Go for performance with the Pargo library

848 views

6 years ago

Coding with Verrol
Go `copy()` Function: Avoid THESE Slice Copying Pitfalls! (Ep. 9)

Are you making common mistakes when copying slices? Go's `copy()` function is a game-changer! Unlike other languages where ...

22:47
Go `copy()` Function: Avoid THESE Slice Copying Pitfalls! (Ep. 9)

419 views

9 years ago

MTL MLOpt
Mark Schmidt - Faster Algorithms for Deep Learning?

Guest talk by Mark Schmidt of UBC on the seminar series held by MTL MLOpt. https://mtl-mlopt.github.io Talk consists of overview ...

53:57
Mark Schmidt - Faster Algorithms for Deep Learning?

1,695 views

5 years ago

Robert Esler
Basic Programming with Processing and Pd4P3 - Classes, Methods, Members

This is the second tutorial using the Pd4P3 library in Processing 3. We will go over how to use and create methods to make our ...

29:16
Basic Programming with Processing and Pd4P3 - Classes, Methods, Members

55 views

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

702,777 views

2 years ago

The Professor of Lies
Game Framework Core

Here I go through the core game framework library. This is for common functions between 2d and 3d. It has container classes and ...

47:01
Game Framework Core

656 views

1 year ago

Rust Programming Language
Rust Cologne:  A generalist's view of traits

https://media.ccc.de/v/rustcologne.2018.09.generalists-view-traits People coming from other languages can find a lot of familiar ...

36:27
Rust Cologne: A generalist's view of traits

16,458 views

7 years ago

PyCon JP
Experimentation in porting the Go concurrency model to Python 3 by @benoitc

Lot of people are trying to port the actor pattern to Python, but this pattern isn't really designed for such languages. On the contrary ...

42:21
Experimentation in porting the Go concurrency model to Python 3 by @benoitc

586 views

12 years ago

ianmjones
Snippet Pixie: Next - Implement Go's Stringer interface for Snippet struct | Always Developing #98

Live coding an app with Go and SvelteJS. Working on a rewrite of Snippet Pixie:- https://www.snippetpixie.com The repository for ...

23:22
Snippet Pixie: Next - Implement Go's Stringer interface for Snippet struct | Always Developing #98

34 views

4 years ago

Coding with Verrol
Project Structure - Part 6

golang #golanguage #gotr #nats This is part 6 of a multiple part series on how to structure your GO projects. This is especially ...

28:55
Project Structure - Part 6

325 views

4 years ago

Holberton
Deep Learning Keynote #1 - Go deep or Go Home

After a first all-day introduction to Deep Learning back in February, the Deep Learning class will continue in April and May.

2:15:25
Deep Learning Keynote #1 - Go deep or Go Home

301 views

9 years ago

Confreaks
RubyConf 2015 - Messenger: The (Complete) Story of Method Lookup by Jay McGavren

Messenger: The (Complete) Story of Method Lookup by Jay McGavren You call a method on an object, and it invokes the instance ...

28:48
RubyConf 2015 - Messenger: The (Complete) Story of Method Lookup by Jay McGavren

955 views

10 years ago

EuroPython Conference
Reuven Lerner - How to sort anything

"How to sort anything EuroPython 2020 - Talk - 2020-07-24 - Microsoft Online By Reuven Lerner Sorting is one of those things that ...

29:57
Reuven Lerner - How to sort anything

904 views

5 years ago

Ozon Golang School
C++ to Go lesson 7
2:08:00
C++ to Go lesson 7

147 views

4 years ago

Confreaks
RailsConf 2014 - Class Reloading in Ruby on Rails: The Whole Story by Xavier Noria

Ruby on Rails applications do not need to require the files that define their classes and modules. In development mode, code ...

45:27
RailsConf 2014 - Class Reloading in Ruby on Rails: The Whole Story by Xavier Noria

2,036 views

11 years ago

gamozolabs
AVX512 Convolution Implementation Optimization for Knights Landing

This was recorded from a live stream done at https://twitch.tv/gamozo . It's uploaded in its raw form and thus has some dead space ...

3:37:32
AVX512 Convolution Implementation Optimization for Knights Landing

2,114 views

8 years ago

Brian Will
Object-Oriented Programming

Part of a larger series teaching programming. See http://codeschool.org/

29:02
Object-Oriented Programming

751,281 views

13 years ago

CampusX
Data Structures and Algorithms using Python | Mega Video | DSA in Python in 1 video

Mastering data structures and algorithms is the key to writing efficient, scalable, and optimized code – a must for any aspiring ...

11:41:30
Data Structures and Algorithms using Python | Mega Video | DSA in Python in 1 video

1,377,838 views

2 years ago

Aaron Bauer
CS 201 Graph Data Structures and Dijsktra's

We go through the two main ways of representing graph data: the adjacency list and adjacency matrix. We then turn our attention ...

53:58
CS 201 Graph Data Structures and Dijsktra's

24 views

3 years ago

ianmjones
Snippet Pixie: Next - Writing a D-Bus server and client in Go - Part 4 | Always Developing #77

Live coding an app with Go and SvelteJS. Working on a rewrite of Snippet Pixie:- https://www.snippetpixie.com The repository for ...

1:20:08
Snippet Pixie: Next - Writing a D-Bus server and client in Go - Part 4 | Always Developing #77

13 views

4 years ago