ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

514 results

Deepak Vaid
Using Shell Commands To SPEED UP File Editing in Claude

Ever watched Claude take 5+ minutes to edit a large text file, or just give up entirely? There's a much faster way using shell ...

6:12
Using Shell Commands To SPEED UP File Editing in Claude

61 views

7 months ago

DevOpsDays DC
Benjie De Groot - What the Makefile got right (49 years later)

Back in 1976, the Makefile made it easy to compile C programs. In 2025, it's used for automating just about everything, from shell ...

5:18
Benjie De Groot - What the Makefile got right (49 years later)

5 views

1 month ago

Coding with Verrol
Fabric AI CLI Tutorial: Boost Productivity with AI Patterns (Setup & Use Cases) - Ep011

Welcome back to "How I Use A.I. Tools"! In Episode 011, we're diving into a game-changing command-line tool that will ...

18:41
Fabric AI CLI Tutorial: Boost Productivity with AI Patterns (Setup & Use Cases) - Ep011

1,238 views

6 months ago

Bald. Bearded. Builder.
Stop Using == null: The Safer C# Pattern You Need Today!

Two operators, one confused codebase: we break down the real differences between C#'s != and the pattern-matching "is not".

11:41
Stop Using == null: The Safer C# Pattern You Need Today!

14,453 views

4 months ago

NERSC
Julia library for SF API

... you know we have uh the same ls uh um option u interface as the pattern API however if we want to actually execute commands ...

25:30
Julia library for SF API

15 views

7 months ago

Code Master
Patrón Command en Java 〔〕

Aprende cómo usar el patrón Command en Java para crear comandos que puedan ser reutilizados y lanzados en el momento ...

12:06
Patrón Command en Java 〔〕

56 views

11 months ago

The Debug Zone
Triggering CanExecute in PostSharp Command on Document Change: A Guide

In this video, we delve into the intricacies of using PostSharp commands and how to effectively trigger the CanExecute method ...

1:30
Triggering CanExecute in PostSharp Command on Document Change: A Guide

1 view

5 months ago

Missing Semester
Lecture 1: Course Overview + Introduction to the Shell

You can find the lecture notes and exercises for this lecture at https://missing.csail.mit.edu/2026/course-shell/ 0:00:00 ...

1:14:44
Lecture 1: Course Overview + Introduction to the Shell

24,781 views

6 days ago

Godot Engine
Events Are The Way To Go(dot) – Eric Peterson – GodotCon 2025

Very quickly into the development of a game, any developer will find themselves thinking about how to best "hook everything up".

28:46
Events Are The Way To Go(dot) – Eric Peterson – GodotCon 2025

21,102 views

6 months ago

Peter Schneider
Codereview: Game Design Patterns Command implementation

Game Design Patterns Command implementation I hope you found a solution that worked for you :) The Content is licensed under ...

5:37
Codereview: Game Design Patterns Command implementation

0 views

6 months ago

The Debug Zone
Implementing Factory Design Pattern in Java: A Complete Guide and Solutions

In this video, we delve into the Factory Design Pattern, a fundamental concept in object-oriented programming that promotes ...

4:13
Implementing Factory Design Pattern in Java: A Complete Guide and Solutions

13 views

5 months ago

Huskie Robotics FIRST Team 3061
TeleopSwerve and ArcadeDrive Commands

Screencast in which 3061-lib is described in depth to provide more context than reflected in the comments and rationale for ...

5:19
TeleopSwerve and ArcadeDrive Commands

10 views

7 months ago

n(ell)
live code with me! (coding from scratch in strudel)

Hi! I'm Nell, a musician and sound designer based in London. This summer, I got the opportunity to do a 6 session course with ...

28:19
live code with me! (coding from scratch in strudel)

264 views

2 months ago

DistroTube
'grep' - search for patterns in files - Video Man Pages

The 'grep' command is used to search for patterns within files. - Search for pattern within a file: grep "search pattern" path/to/file ...

9:12
'grep' - search for patterns in files - Video Man Pages

2,264 views

5 months ago

Phalcon PHP Framework
Code with Me - REST API - 11

Refactoring folders, Container definitions, Update Validators, TokenManager, Facades/Command pattern, CommandBus, User ...

3:27:11
Code with Me - REST API - 11

77 views

1 month ago

Huskie Robotics FIRST Team 3061
AutonomousCommandFactory

Screencast in which 3061-lib is described in depth to provide more context than reflected in the comments and rationale for ...

10:43
AutonomousCommandFactory

13 views

6 months ago

The Debug Zone
How to Use If-Else with Pattern Matching in AWK: A Step-by-Step Guide

In this video, we delve into the powerful capabilities of AWK, a versatile text processing tool commonly used in data manipulation ...

1:31
How to Use If-Else with Pattern Matching in AWK: A Step-by-Step Guide

3 views

7 months ago

DistroTube
'sed' - filter and transform text - Video Man Pages

The 'sed' command is a very powerful shell utility that is used to filter and transform text. - Replace first instance on each line of ...

14:04
'sed' - filter and transform text - Video Man Pages

4,049 views

4 months ago

The Debug Zone
Using awk gsub with Variables for Pattern Matching: A Complete Guide

In this comprehensive guide, we delve into the powerful capabilities of `awk` and its `gsub` function for pattern matching and text ...

1:55
Using awk gsub with Variables for Pattern Matching: A Complete Guide

2 views

1 month ago

TutsKGR OS
Linux CLI 63 🐧 case command in shell scripts

Thanks for watching. Any thoughts? Write a comment. If you liked the video, Like and Subscribe. It helps to create more videos!

1:11
Linux CLI 63 🐧 case command in shell scripts

2 views

7 months ago

The Debug Zone
Mastering Bash Script Pattern Matching: Tips, Tricks, and Common Challenges

In this video, we dive into the powerful world of Bash scripting, focusing on pattern matching—a crucial skill for any developer or ...

1:31
Mastering Bash Script Pattern Matching: Tips, Tricks, and Common Challenges

3 views

8 months ago

The Debug Zone
How to Avoid Incomplete Pattern Matches in Your Code: Tips & Solutions

In this video, we delve into the common challenge of incomplete pattern matches in coding, a frequent source of bugs and ...

2:27
How to Avoid Incomplete Pattern Matches in Your Code: Tips & Solutions

1 view

6 months ago

E-Tədris
SolidWorks Linear Pattern (Intro 1.22)

In this lesson we'll examine the linear pattern command first click on the linear pattern command in the features menu here we're ...

3:14
SolidWorks Linear Pattern (Intro 1.22)

9 views

7 months ago

The Debug Zone
How to Check if Two Patterns Match: A Guide to Pattern Matching Techniques

In this video, we delve into the fascinating world of pattern matching techniques, essential tools for anyone working with data, ...

5:03
How to Check if Two Patterns Match: A Guide to Pattern Matching Techniques

1 view

7 months ago

The Debug Zone
Elixir Ecto Error Handling: Mastering Pattern Matching Techniques

In this video, we dive into the world of Elixir Ecto and explore the essential techniques for effective error handling. Understanding ...

1:54
Elixir Ecto Error Handling: Mastering Pattern Matching Techniques

16 views

5 months ago