ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

60 results

Tech With Tim
Please Learn How To Write Tests in Python… • Pytest Tutorial

Get started with the Careerist QA Program today! https://crst.co/TECHWITH-2984FB40 In this video, I'm going to teach you how to ...

33:10
Please Learn How To Write Tests in Python… • Pytest Tutorial

142,837 views

10 months ago

Google for Developers
Test Driven Development (TDD) can be a drag, but it doesn’t have to be. Here’s how!

TDD is great in theory, but in practice it can be difficult to work with. The bright side? Gemini can help make TDD a little bit easier ...

0:50
Test Driven Development (TDD) can be a drag, but it doesn’t have to be. Here’s how!

24,512 views

5 months ago

GitHub
Test-driven development with GitHub Copilot: A beginner's practical guide

"Does it work?" That's the core question testing answers for your code. In this GitHub for Beginners episode, you will discover how ...

9:13
Test-driven development with GitHub Copilot: A beginner's practical guide

30,291 views

6 months ago

Python India
Live Coding: Building a Unit Testing Library like Pytest

Live Coding: Building a Unit Testing Library like Pytest by Bhavani Ravi.

27:41
Live Coding: Building a Unit Testing Library like Pytest

118 views

8 months ago

Puget Sound Programming Python - PuPPy
Ivan Schneider - TDD in the AI Era: When Goats Meet Robots

AI coding assistants are everywhere, but how do we ensure the code they generate actually works? Drawing inspiration from the ...

23:52
Ivan Schneider - TDD in the AI Era: When Goats Meet Robots

27 views

2 months ago

CodeRefinery
6.1 Software Testing - CodeRefinery 2025 Mar

Software testing is a fundamental part of modern software development, and especially important for science since results should ...

1:54:26
6.1 Software Testing - CodeRefinery 2025 Mar

49 views

8 months ago

Chuck Conway
Python Unit Testing for Beginners - Create, Mock, and Run

GitHub Repository: https://github.com/chuckconway/yt_2024_getting_starting_unit_testing_python Are you curious about unit ...

19:05
Python Unit Testing for Beginners - Create, Mock, and Run

65 views

11 months ago

Reza Attar
The Benefits of Test-Driven Development

We talk about the benefits of test-driven development (TDD), including how it provides a predictable development process, allows ...

1:44
The Benefits of Test-Driven Development

234 views

8 months ago

AI with Avthar
6 Months of Claude Code Lessons in 27 Minutes

Want to go even deeper on Claude Code with hands-on help? Join my LIVE 9-day course Ship Apps with Claude Code and ...

26:24
6 Months of Claude Code Lessons in 27 Minutes

218,017 views

3 months ago

Stephen Ritchie
Spec-Driven Development Workflow Continued

In this video, I continue my walkthrough of the spec-driven development (SDD) workflow. Continuing from the Overview video, ...

18:41
Spec-Driven Development Workflow Continued

25 views

2 months ago

Semaphore
Unit Testing Made Easy: Unlock the AAA Pattern

Ready to supercharge your test automation skills? Meet the Arrange-Act-Assert (AAA) pattern—your new best friend for writing ...

7:20
Unit Testing Made Easy: Unlock the AAA Pattern

668 views

11 months ago

Shani Codes
Setting Up Tests in My Streamlit Micro SaaS Project - How to Setup Pytest using uv

How I'm setting up the Streamlit micro SaaS testing environment using Pytest and uv, a fast Python package manager. As I build ...

7:22
Setting Up Tests in My Streamlit Micro SaaS Project - How to Setup Pytest using uv

17 views

3 months ago

coderbin
Inverting the Test Pyramid

Conventional wisdom says to have many unit tests, some integration tests, and a few end to end tests. In a microservice ...

41:13
Inverting the Test Pyramid

13 views

9 months ago

Code Collider
15 FastAPI Best Practices For Production

I've curated a list of 15 FastAPI best practices and anti-patterns that every FastAPI developer should know to build ...

12:19
15 FastAPI Best Practices For Production

26,003 views

5 months ago

GitHub
Building a REST API with GitHub Copilot: A beginner's guide

In this episode, we're taking GitHub Copilot to the next level by building a full backend REST API using Python, FLask and ...

26:49
Building a REST API with GitHub Copilot: A beginner's guide

17,499 views

7 months ago

Anthropic
Claude Code best practices | Code w/ Claude

Presented at Code w/ Claude by @anthropic-ai on May 22, 2025 in San Francisco, CA, USA. Speakers: Cal Rueb, Member of ...

25:53
Claude Code best practices | Code w/ Claude

322,929 views

4 months ago

Visual Studio Code
Claude Sonnet 4.5 is here in VS Code!

Claude Sonnet 4.5 just dropped in VS Code, and we've got your first preview of it. Check out the GitHub changelog for more ...

0:55
Claude Sonnet 4.5 is here in VS Code!

46,240 views

2 months ago

Greg Isenberg
Cursor AI Agents Work Like 10 Developers (Cursor VP Live Demo)

Join me as I chat with Lee Robinson, VP of Developer Experience at Cursor, as he shares practical tips for maximizing productivity ...

29:42
Cursor AI Agents Work Like 10 Developers (Cursor VP Live Demo)

124,172 views

3 months ago

GitHub
How to use GitHub Copilot (the complete beginner's guide)

Learn everything you need to know about GitHub Copilot in a single video. This compilation of our entire beginner series on ...

1:33:24
How to use GitHub Copilot (the complete beginner's guide)

69,465 views

4 months ago

Chong-U — AI Oriented Dev
I asked 5 Claude Code Subagents to build my app for me from ONE file. This happened.

Get the Claude Code Builder Pack (sub-agent files + demo app) ▻ https://rebrand.ly/0c001a ( Includes router config + ALL custom ...

25:15
I asked 5 Claude Code Subagents to build my app for me from ONE file. This happened.

11,162 views

4 months ago

Quality Coding
Stop letting AI lose its mind in Xcode builds #swiftlang #aiprogramming #iosdevelopment #agenticai

The `if` will fail if there are failing tests, right? So if there are no failing tests, it will silently absorb all that information into the ...

1:33
Stop letting AI lose its mind in Xcode builds #swiftlang #aiprogramming #iosdevelopment #agenticai

957 views

1 month ago

James Montemagno
How I Code with GitHub Copilot in Visual Studio 2022 to Boost Productivity Everyday

Edit mode is gone, Agent mode is here! Read more - https://devblogs.microsoft.com/dotnet/ask-mode-vs-agent-mode/ Want to see ...

24:04
How I Code with GitHub Copilot in Visual Studio 2022 to Boost Productivity Everyday

168,041 views

9 months ago

Data Slayer
You’ve Never Seen Cellular Like This

Big Telco will hate this... This video explores Walter, a new open-source cellular board that combines GPS, LTE-M, NB-IoT, WiFi, ...

15:31
You’ve Never Seen Cellular Like This

575,063 views

7 months ago

GitHub
Code review & refactoring with GitHub Copilot: A beginner's guide

Better code quality with GitHub Copilot. A tutorial for how Copilot assists in both the code review process and refactoring efforts.

8:33
Code review & refactoring with GitHub Copilot: A beginner's guide

34,030 views

6 months ago

Software Engineering
ET Revision Session - SE (Week 9-11)

We call it as a TDD test driven development so the The. Steps are little different from the traditional approach. So in traditional ...

46:46
ET Revision Session - SE (Week 9-11)

174 views

Streamed 9 days ago