ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

845 results

Zen Echoes: Shi Heng Yi Wisdom
Why Writing Down Your Goals Makes Them Real đŸ”„

Have you ever wondered why some dreams become reality while others fade away? In this transformative episode, Shaolin ...

0:51
Why Writing Down Your Goals Makes Them Real đŸ”„

364,113 views

9 months ago

Confreaks
RubyConf 2018 - The secret power of Ruby 2.6: JIT by Takashi Kokubun

RubyConf 2018 - The secret power of Ruby 2.6: JIT by Takashi Kokubun Have you tried the JIT compiler included in Ruby 2.6 ...

40:00
RubyConf 2018 - The secret power of Ruby 2.6: JIT by Takashi Kokubun

1,806 views

7 years ago

Jeffrey Chupp
LSP: Building a Language Server From Scratch

00:00:00 - Intro 00:00:52 - Getting set up 00:05:52 - Starting from Scratch 00:12:40 - The initialize method 00:19:38 - Processing ...

1:09:08
LSP: Building a Language Server From Scratch

61,134 views

2 years ago

bendtherules
`this` inside method call - Part 2 | #BitsOfEcmascript

Part 1 - https://youtu.be/j894fgpStZI In part 2, we go through the Ecmascript specification to understand the behavior of this in ...

26:43
`this` inside method call - Part 2 | #BitsOfEcmascript

288 views

5 years ago

ABMedia
Learn PowerShell: Episode 4, Types + Methods + Casting

As we know very well by now, objects are the most central part of PowerShell, everything is built around them, and as such, there's ...

28:55
Learn PowerShell: Episode 4, Types + Methods + Casting

18,945 views

4 years ago

Confreaks
RubyConf 2015 - Extremely Defensive Coding by Sam Phippen

Extremely Defensive Coding by Sam Phippen Defensive programming is one of those abstract ideas that seems great but is often ...

34:56
RubyConf 2015 - Extremely Defensive Coding by Sam Phippen

1,581 views

10 years ago

Camp Films
How to Write Your FIRST Screenplay (Step by Step Guide)

OFF ARC STUDIO SCREENWRITING SOFTWARE: https://www.arcstudiopro.com/?via=ryan-camp Ready to write your first ...

8:12
How to Write Your FIRST Screenplay (Step by Step Guide)

22,974 views

1 year ago

ABMedia
Learn PowerShell: Episode 6, Primitives + Important Types + new

We're nearing the end of the PowerShell video series now! In this episode, we're going to take a look at some very important types ...

31:16
Learn PowerShell: Episode 6, Primitives + Important Types + new

9,287 views

4 years ago

Houston FPUG
Richard Feldman, "New Ways to Roc!"

In the past year, Roc has gotten a new syntax, a new foundational abstraction, and a new compiler. A lot has changed! This talk is ...

2:23:52
Richard Feldman, "New Ways to Roc!"

8,770 views

2 months ago

Jesse Warden
In 60 Seconds: Why Functional Programmers Avoid Exceptions

Caveats; wonderful justifications why Exceptions aren't side effects, at least in Haskell.

1:01
In 60 Seconds: Why Functional Programmers Avoid Exceptions

807 views

4 years ago

parlough
Dart Burst - Printing "Hello World!" In Main Method

A burst explanation of how to print out "Hello World" in a Dart main method. I recommend trying this out in DartPad to write this ...

0:48
Dart Burst - Printing "Hello World!" In Main Method

39 views

4 years ago

Jon Gjengset
Crust of Rust: Build Scripts and Foreign-Function Interfaces (FFI)

This time we go over Cargo build scripts and Rust foreign-function interfaces, including looking at some widely used *-sys crates.

2:15:42
Crust of Rust: Build Scripts and Foreign-Function Interfaces (FFI)

45,729 views

3 years ago

ABMedia
Learn PowerShell: Episode 11 FINALE, Parametered Scripts + Scoping + Modules

After 2 years of making PowerShell videos, we have finally come to the very last episode! In this episode, I cover the final topics I ...

47:27
Learn PowerShell: Episode 11 FINALE, Parametered Scripts + Scoping + Modules

4,317 views

2 years ago

DEFCONConference
DEF CON 23 - Topher Timzen and Ryan Allen - Hijacking Arbitrary NET Application Control F

This speech will demonstrate attacking .NET applications at runtime. I will show how to modify running applications with advanced ...

39:19
DEF CON 23 - Topher Timzen and Ryan Allen - Hijacking Arbitrary NET Application Control F

1,827 views

10 years ago

Confreaks
RubyConf 2018 - Ruby is the Best Javascript by Kevin Kuchta

RubyConf 2018 - Ruby is the Best Javascript by Kevin Kuchta Some people love Ruby and some people love Javascript. Both will ...

35:08
RubyConf 2018 - Ruby is the Best Javascript by Kevin Kuchta

10,595 views

7 years ago

Meri (Engel) Kasprak - programming videos
PRG-105: Creating Simple Functions in Python

Introducing simple functions in Python. View an annotated PDF transcription of the video: ...

5:44
PRG-105: Creating Simple Functions in Python

338 views

8 years ago

CLARK | Cybersecurity Curriculum Digital Library
Lesson4 sql bash p1 default

CLARK URL: https://clark.center/details/caiyusa/Working%20with%20SQL.

5:03
Lesson4 sql bash p1 default

6 views

6 years ago

J David Eisenberg
Chapter 4: Method Calls

What's going on behind the scenes when you call a method in Java? Note: in this video, the call stack grows upwards, like a stack ...

2:32
Chapter 4: Method Calls

615 views

4 years ago

EmacsConf and Emacs hangouts
EmacsConf 2021: Perso-Arabic Input Methods And Making More Emacs Apps BIDI Aware - Mohsen BANAN

You can view this and other resources using free/libre source software at https://emacsconf.org/2021/talks/bidi/ This video is ...

19:52
EmacsConf 2021: Perso-Arabic Input Methods And Making More Emacs Apps BIDI Aware - Mohsen BANAN

453 views

4 years ago

J David Eisenberg
Using the TimedTestFramework for COMSC 076 (Data Structures)

The TimedTestFramework is a Java class that you can extend to implement a doTest() method. Then, you can make an instance of ...

10:35
Using the TimedTestFramework for COMSC 076 (Data Structures)

45 views

1 year ago

Confreaks
RailsConf 2016 - Precompiling Ruby scripts - Myth and Fact By Koichi Sasada

Ruby 2.3 introduced the precompilation feature which compiles Ruby scripts to a binary data format. You can store them to ...

38:18
RailsConf 2016 - Precompiling Ruby scripts - Myth and Fact By Koichi Sasada

1,108 views

9 years ago

Chrome for Developers
Set methods in JavaScript

Learn about the JavaScript Set methods and their use in data handling, including union ( ), intersection ( ), difference ( ), and more ...

1:00
Set methods in JavaScript

881,811 views

1 year ago

Alex Demko
JavaScript Expert Shares Top DOM Manipulation Techniques!

My congratulations! In this video, we'll dive into the fundamentals of working with HTML elements using JavaScript Learn ...

0:26
JavaScript Expert Shares Top DOM Manipulation Techniques!

67 views

1 year ago

tomek7667
EZMD Unintended Solution: DOMPurify Bypass to Puppeteer Escape - 0CTF 2025

Bypassing DOMPurify via replacement patterns and chaining a Puppeteer escape to leak the flag in the ezmd challenge.

11:01
EZMD Unintended Solution: DOMPurify Bypass to Puppeteer Escape - 0CTF 2025

161 views

4 weeks ago

Google for Developers
Google I/O 101:  Dart Editor with Devon Carew

In this Google I/O Tutorial, Devon Carew walks you through how to use the Dart Editor.

18:20
Google I/O 101: Dart Editor with Devon Carew

7,662 views

13 years ago