ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

70,879 results

Indently
How I Make My Successful Coding Shorts On YouTube

Here's how I create my successful coding Shorts on YouTube. If you ever feel like creating a coding channel, this is the perfect ...

7:35
How I Make My Successful Coding Shorts On YouTube

52,074 views

2 years ago

Shawn Wildermuth
Coding Shorts: .NET Aspire - Databases

You ready to learn .NET Aspire? My workshop is coming June 12th: https://shawnl.ink/day-of-aspire Now that I covered the hosting ...

10:52
Coding Shorts: .NET Aspire - Databases

9,878 views

1 year ago

Shawn Wildermuth
Garbage Collector and IDisposable | Coding Shorts 110

Don't miss my upcoming "Pragmatic Architecture for ASP.NET Core" workshop coming November 11th: ...

14:25
Garbage Collector and IDisposable | Coding Shorts 110

7,088 views

1 year ago

Shawn Wildermuth
Let Me Teach You Markdown in Elevenish Minutes | Coding Shorts 118

For more information about my training and coaching, visit: - https://wildermuth.com If you like this video, you might like other ...

11:11
Let Me Teach You Markdown in Elevenish Minutes | Coding Shorts 118

1,306 views

11 months ago

Gerald Stone
Introduction to HTML       #webdesign  #devtips  #techshorts #html  #webdevelopment   #codingshorts

Every website starts here In this video, we cover the Introduction to HTML, the building blocks of the web, and how to structure ...

4:19
Introduction to HTML #webdesign #devtips #techshorts #html #webdevelopment #codingshorts

4 views

2 weeks ago

Saquib Aftab
Learn this CSS Animation in 2024🔥🔥 #codingshorts #cssanimation #ytshorts

Learn this CSS Animation in 2024 #codingshorts #cssanimation #ytshorts In this #CodingShorts video, learn how to create a ...

9:52
Learn this CSS Animation in 2024🔥🔥 #codingshorts #cssanimation #ytshorts

31 views

1 year ago

Shawn Wildermuth
Coding Shorts #103: Using Code Cleanup in Visual Studio

As a project matures, it needs a clean-up from time to time. Visual Studio has you covered with a great tool called "Code Cleanup".

12:30
Coding Shorts #103: Using Code Cleanup in Visual Studio

5,473 views

1 year ago

Saquib Aftab
5 VSCode Extensions Every Coder Needs - #ytshortsvideo #vscode #codingshorts

5 VSCode Extensions | In 1 Minute #ytshortsvideo #vscode #codingshorts In this video, we're going to take a look at 5 vscode ...

5:28
5 VSCode Extensions Every Coder Needs - #ytshortsvideo #vscode #codingshorts

181 views

2 years ago

Shawn Wildermuth
Coding Shorts: Objects and Arrays in JavaScript Might Not Be Real

I've been writing JavaScript for a while now. It wasn't until I started delving into Proxies did I notice that objects and arrays might ...

11:37
Coding Shorts: Objects and Arrays in JavaScript Might Not Be Real

850 views

2 years ago

Shawn Wildermuth
Coding Shorts: Nuxt without Nuxt - Routing

While I think the meta framework Nuxt is a great product, it feels a little too magical and big for many smaller projects. In this first, in ...

7:50
Coding Shorts: Nuxt without Nuxt - Routing

511 views

2 years ago

Shawn Wildermuth
Coding Shorts: Running Async Jobs in ASP.NET Core

I recently needed to run long task in the background in ASP.NET Core. For our particular need, we couldn't do this in a distributed ...

9:52
Coding Shorts: Running Async Jobs in ASP.NET Core

5,275 views

1 year ago

Shawn Wildermuth
Coding Shorts: .NET Aspire - Using OpenTelemetry

You ready to learn .NET Aspire? My workshop is coming June 12th: https://shawnl.ink/day-of-aspire Use the coupon code: ...

10:52
Coding Shorts: .NET Aspire - Using OpenTelemetry

2,550 views

1 year ago

Shawn Wildermuth
Coding Shorts: Making Sense of Stack vs. Heap

This is a different kind of video that I usually make. The topic of how memory is handled in a variety of languages is a key concept ...

5:33
Coding Shorts: Making Sense of Stack vs. Heap

3,776 views

1 year ago

Shawn Wildermuth
Coding Shorts: Use Open Telemetry in ASP.NET Core

Before I dig into Aspire, I wanted to make sure I understood some of the related technologies. One of the parts of the Aspire ...

15:32
Coding Shorts: Use Open Telemetry in ASP.NET Core

10,183 views

1 year ago

Shawn Wildermuth
Coding Shorts: Nuxt without Nuxt - Components and Imports

In this last video about Nuxt without Nuxt, I show how to auto-import Components and remove imports if you really need to.

9:28
Coding Shorts: Nuxt without Nuxt - Components and Imports

525 views

1 year ago

Shawn Wildermuth
Coding Shorts: Ahead-of-Time Compilation in C# (AOT)

I've been looking at Source Generators as a solution to reflection. This is important for AOT compilation. So, I thought it might be ...

12:03
Coding Shorts: Ahead-of-Time Compilation in C# (AOT)

4,535 views

1 year ago

Shawn Wildermuth
Coding Shorts #106: In-Memory or Distributed Cache: In .NET 9 You Can Have Both

I'm holding a one-day workshop on August 26th - "Pragmatic Architecture for .NET Core". Enroll today!

9:58
Coding Shorts #106: In-Memory or Distributed Cache: In .NET 9 You Can Have Both

2,454 views

1 year ago

Shawn Wildermuth
Coding Shorts: Required Viewing About Required Members

Newly added to C#, required members are a new feature for supporting object construction syntax, not just through controllers.

5:28
Coding Shorts: Required Viewing About Required Members

1,990 views

2 years ago

Life Skills with Durga Sir
Coding #Shorts Python Tips

Learn quick and useful Python coding tips in short and simple lessons. These Python tips help you write clean and smart code in ...

5:19
Coding #Shorts Python Tips

0 views

3 days ago

Shawn Wildermuth
Coding Shorts: Changes Coming to Startup in .NET 6

NET 6 is coming and if you're doing ASP.NET Core, you'll want to see some of the interesting changes that are on the way. In this ...

14:08
Coding Shorts: Changes Coming to Startup in .NET 6

6,593 views

4 years ago

Shawn Wildermuth
Coding Shorts: C# 12 - Preview Features to Worry About

With .NET 8 coming, the C# team is pushing out the first of its preview features. This video shows you several features that are ...

13:20
Coding Shorts: C# 12 - Preview Features to Worry About

11,200 views

2 years ago

Shawn Wildermuth
Coding Shorts: IDisposable and IAsyncDisposable in C#

Deterministic destruction in .NET is a key skill that every developer needs. In this video, I walk through how to implement and use ...

12:21
Coding Shorts: IDisposable and IAsyncDisposable in C#

4,537 views

4 years ago

Adamu Miracle
Create React App        #reactjs  #webdevelopment  #javascript  #codingshorts  #devtips  #learnreact

Your React journey starts here This video covers Create React App, how to quickly set up a React project, understand the ...

7:02
Create React App #reactjs #webdevelopment #javascript #codingshorts #devtips #learnreact

21 views

3 weeks ago

stepUP
Satisfying Matrix - html/css/javascript #CodingShorts #Romeo

Satisfying Matrix Display - html/css/javascript. Please Like this video and Subscribe my YouTube Channel. #CodingShorts ...

4:01
Satisfying Matrix - html/css/javascript #CodingShorts #Romeo

85 views

4 years ago

Shawn Wildermuth
Coding Shorts: Nuxt without Nuxt - Paged Based Routing and Layouts

After the first video in this series using unplugin's auto routing, I found out it was incompatible with several of these other plugins.

14:12
Coding Shorts: Nuxt without Nuxt - Paged Based Routing and Layouts

438 views

2 years ago