ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

851 results

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

31,835 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

33 views

4 months ago

Synadia
Meet NATS: How NATS solves communication in code and radically simplifies the developer experience

Discover how NATS radically simplifies communication between microservices of any kind and simplifies your developer ...

10:35
Meet NATS: How NATS solves communication in code and radically simplifies the developer experience

10,235 views

11 months ago

Adventures in Generative AI
Spec-Driven Development with Kiro: From Requirements to Production in 6 Hours

Ever built software exactly as the customer asked for… only to realize it's not what they actually needed? In this video, you'll ...

12:27
Spec-Driven Development with Kiro: From Requirements to Production in 6 Hours

2,361 views

3 months ago

SparkFun Electronics
Why MicroPython is a Game Changer for Embedded Engineers

Ready to jump into embedded systems without the C/C++ learning curve? In this video, Malcolm, an embedded software engineer ...

8:04
Why MicroPython is a Game Changer for Embedded Engineers

71,127 views

10 months ago

Tech With Tim
Build a Python AI Agent in 10 Minutes

Try Notion for free → https://ntn.so/techwithtim Check out PyCharm, the only Python IDE you need. Built for web, data, and ...

10:32
Build a Python AI Agent in 10 Minutes

83,703 views

3 months ago

Ramiro Gallo
How I Avoid Falling into Technical Rabbit Holes

00:10:14 Going back to the focus point 00:11:00 Use TDD 00:11:33 Left comments on the code 00:12:53 Pair Up 00:13:32 ...

15:09
How I Avoid Falling into Technical Rabbit Holes

62 views

7 months ago

Adventures in Generative AI
Your AI Generated Tests Might Be Lying to You

What if I told you that your AI-generated tests might be lying to you? When AI generates both your code AND your tests, they can ...

14:28
Your AI Generated Tests Might Be Lying to You

122 views

2 months ago

Tech With Tim
Do THIS instead of watching endless tutorials - how I’d learn Python FAST…

These are two of the best beginner-friendly Python resources I recommend: Python Programming Fundamentals (Datacamp) ...

10:34
Do THIS instead of watching endless tutorials - how I’d learn Python FAST…

529,679 views

9 months ago

Tech With Tim
Build an AI Agent From Scratch in Python - Tutorial for Beginners

Thanks to Microsoft for sponsoring this video! Submit your #CodingWithCopilot story for a chance to be featured in an upcoming ...

34:20
Build an AI Agent From Scratch in Python - Tutorial for Beginners

567,569 views

11 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

55 views

10 months ago

CodeRefinery
8.2 Automated Testing - CodeRefinery 2025 Sep

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

1:31:27
8.2 Automated Testing - CodeRefinery 2025 Sep

13 views

1 month ago

Stephen Ritchie
Translate and Revamp Specs

Here we take the reverse engineered docs from the C# application in the previous video and use them to translate and revamp ...

5:36
Translate and Revamp Specs

0 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

121 views

10 months ago

Tech With Tim
How to Write Production Python Code

Click this link https://www.boot.dev?promo=TECHWITHTIM and use my code TECHWITHTIM to get 25% off your first payment for ...

29:09
How to Write Production Python Code

63,025 views

4 months ago

WealCome
Ce que les développeurs n’ont pas compris au sujet du TDD - par Michaël AZERHAD

Le grand quiproquo du TDD Quand on parle de Test-Driven Development, beaucoup pensent "assurer la robustesse du ...

11:36
Ce que les développeurs n’ont pas compris au sujet du TDD - par Michaël AZERHAD

1,690 views

6 months ago

Tech With Tim
How to become a Python developer FAST

These are two of the best beginner-friendly Python resources I recommend: Python Programming Fundamentals (Datacamp) ...

11:08
How to become a Python developer FAST

85,856 views

7 months ago

EmacsConf and Emacs hangouts
EmacsConf 2025: Interactive Python programming in Emacs - David Vujic (he/him)

https://emacsconf.org/2025/talks/python You can view this and other resources using free/libre software at ...

19:53
EmacsConf 2025: Interactive Python programming in Emacs - David Vujic (he/him)

911 views

2 months ago

Alta3 Research
Python Project for Beginners: Make a Text-Based RPG Game!

Try Alta3 Academy FREE for 3 days!

30:46
Python Project for Beginners: Make a Text-Based RPG Game!

12,125 views

10 months ago

Tech With Tim
Build Anything With a CUSTOM MCP Server - Python Tutorial

Download PyCharm and use it for free forever with one month of Pro included: https://www.jetbrains.com/pycharm/ In this video, ...

26:01
Build Anything With a CUSTOM MCP Server - Python Tutorial

176,040 views

10 months ago

Adventures in Generative AI
What is Property Based Testing & How it Works in KIRO

In this video, I break down the evolution from Spec-Driven Development to Property-Based Testing, using a practical traffic light ...

5:47
What is Property Based Testing & How it Works in KIRO

245 views

2 months ago

Tech With Tim
How to Build a Local AI Agent With Python (Ollama, LangChain & RAG)

Thanks to Microsoft for sponsoring this video! Submit your #CodingWithCopilot stories so I can review them! I'm excited to check ...

28:09
How to Build a Local AI Agent With Python (Ollama, LangChain & RAG)

399,617 views

10 months ago

Tech With Tim
How to Prepare for a Python Interview: A Complete Guide

Check out this free guide on "How to Land a Developer Job in The World of AI" from myself and HubSpot ...

23:57
How to Prepare for a Python Interview: A Complete Guide

44,448 views

10 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

27 views

4 months ago

coderbin
Inverting the Test Pyramid

In a microservice architecture though, I say to have 100% end to end tests. In this video I TDD up a bunch of API endpoints. This is ...

41:13
Inverting the Test Pyramid

13 views

11 months ago