ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,142 results

CodeTV
Going further with tests and cleaner code

Part 2: an exploration of TDD as a way to clean up our code — and our thinking. Cory Speisman returns. Upcoming episodes: ...

1:32:19
Going further with tests and cleaner code

1,182 views

Streamed 11 months ago

Lavafroth
Two Decades of Hardware Optimizations Down The Drain

Credits: Christian Mutti's original blog post: https://chrs.dev/blog/clean-code-rust/ Rust code used in the video: ...

10:20
Two Decades of Hardware Optimizations Down The Drain

116,317 views

1 year ago

MMqd
Make Systems Not Games

This shift helped me stay motivated, actually finish projects, write cleaner code, test ideas faster, and slowly build a personal asset ...

11:12
Make Systems Not Games

282,745 views

6 months ago

Matthew Renze
Clean Architecture: Patterns, Practices, and Principles

View the full online course here: pluralsight.pxf.io/clean-architecture.

1:27
Clean Architecture: Patterns, Practices, and Principles

3,160 views

7 years ago

ArchiLab
Text Adventure mit SOLID und Clean Code (Teil 2)

Im zweiten Teil des Text-Adventure-Videos schauen wir auf die Schritte 8 - 19. Man sieht, wie sich Entwicklungs- und ...

23:47
Text Adventure mit SOLID und Clean Code (Teil 2)

753 views

4 years ago

Otavio Santana
The Power of Java Enum - Take advantage of it to make your code more readable and efficient

It is helpful to list delimited items in your code, such as the seasons. And we can go beyond it with Java! It permits clean code ...

20:26
The Power of Java Enum - Take advantage of it to make your code more readable and efficient

2,966 views

3 years ago

More Little Man Builds
STOP writing BUTTON code (do THIS instead).

A beginner-friendly guide to clean, scalable button handling for real ESP32 projects. ⁉️ Questions? Let's continue the ...

20:04
STOP writing BUTTON code (do THIS instead).

6,888 views

1 month ago

DeepSource
DeepSource Reports: Visualize code health & security of your entire codebase

What gets measured gets managed, indeed. Every repository on DeepSource now has a 'Reports' section with 6 brand-new ...

3:33
DeepSource Reports: Visualize code health & security of your entire codebase

1,219 views

3 years ago

Otavio Santana
CDI Introduction and Exploring Polymorphism

We seek several articles, books, videos, and literature to archive this, such as Effective Java, Clean Code, Design Pattern by GOF, ...

20:34
CDI Introduction and Exploring Polymorphism

265 views

3 years ago

Otavio Santana
The essencial Java books for seniors engineers

... of each book, including "Effective Java" by Joshua Bloch, "Java Concurrency in Practice" by Brian Goetz, and "Clean Code" by ...

7:35
The essencial Java books for seniors engineers

867 views

2 years ago

Palestras Traduzidas
10 dicas para um código limpo [LEGENDADO] - Michael Toppa, Wordcamp US 2015

FONTE: Michael Toppa: 10 Tips for Clean Code @WordPress https://www.youtube.com/watch?v=ls4iAtOCH8g.

11:18
10 dicas para um código limpo [LEGENDADO] - Michael Toppa, Wordcamp US 2015

18 views

4 years ago

ArchiLab
Clean Code Rules

Das Clean Code Buch von Robert Martin a.k.a. Uncle Bob bietet eine umfassende Sammlung von Do's und Dont's in der ...

31:41
Clean Code Rules

3,209 views

4 years ago

Glenn Raya
Achieve Flexible, Robust Code: A Practical Look at SOLID Principles — with Laravel Examples

In this video, we'll explore how SOLID principles can transform your coding process, making your projects easier to maintain and ...

43:43
Achieve Flexible, Robust Code: A Practical Look at SOLID Principles — with Laravel Examples

5,778 views

1 year ago

Advance in Coding
Why Devs SHOULD Learn Multiple Programming Languages

Engineering: Clean Code - Rober C. Martin (Uncle Bob) https://amzn.to/4c91Jw8 Design Patterns - Erich Gamma, and others ...

5:00
Why Devs SHOULD Learn Multiple Programming Languages

526 views

1 year ago

Confreaks
RailsConf 2018: Keynote - Livable Code by Sarah Mei

Keynote - Livable Code by Sarah Mei.

42:27
RailsConf 2018: Keynote - Livable Code by Sarah Mei

8,388 views

7 years ago

The Dr. Gundry Podcast
The Ultimate 4-Day Gut Health Reset | Dr. Steven Gundry

Discover the ultimate post-holiday reset in just 4 days with a focus on activating Fibroblast Growth Factor 21 (FGF21). Learn how ...

10:54
The Ultimate 4-Day Gut Health Reset | Dr. Steven Gundry

462,530 views

2 years ago

Otavio Santana
Creating your Swiss army knife on Java Test Stack

... https://github.com/otavio-santana-expert/java-videos-code/tree/main/2023/03-java-doc-test #java #test #cleancode #software ...

19:10
Creating your Swiss army knife on Java Test Stack

428 views

2 years ago

Microsoft Visual Studio
Managing User Secrets

In this episode, Robert is joined by Andrew Cheung (https://twitter.com/AndrewCMSFT) and Alicia Chan, who show how Visual ...

22:01
Managing User Secrets

32,546 views

7 years ago

Jon Gjengset
impl Rust: Avro IDL tool in Rust via LLM

Some of you may be familiar with Avro, the Apache take on Google's Protocol Buffers. Where Protobuf has just one file format, ...

4:54:38
impl Rust: Avro IDL tool in Rust via LLM

8,894 views

5 days ago

Programming threads
Python List Performance: Optimize List Creation for Faster Code

Let's explore the performance of Python list creation and see how different approaches can affect execution speed — right down ...

1:38
Python List Performance: Optimize List Creation for Faster Code

648 views

1 year ago

Playful Python
A clean way to compare multiple values

A nice, clean way to compare multiple values in an "if condition" is to use tuples. Check out this short to see how. #python ...

1:28
A clean way to compare multiple values

127 views

3 years ago

Alex Demko
JS Anti-Patterns: The JavaScript Mistakes You’re Still Making 🤯

Unlock the secrets behind the most common JavaScript anti-patterns and discover how to write cleaner, faster code every day ...

28:19
JS Anti-Patterns: The JavaScript Mistakes You’re Still Making 🤯

1,316 views

3 months ago

Otavio Santana
Java Record, exploring the feature beyond the DTO

This post will explain more about the Java record feature, what it is, and how to apply it in several cases beyond DTOs.

32:04
Java Record, exploring the feature beyond the DTO

1,476 views

3 years ago

Advance in Coding
Software Engineering In a Nutshell

Engineering: Clean Code - Rober C. Martin (Uncle Bob) https://amzn.to/4c91Jw8 Design Patterns - Erich Gamma, and others ...

3:30
Software Engineering In a Nutshell

151 views

2 years ago

Programming threads
Test Driven Development Explained: Red-Green-Refactor Cycle in Python

Learn Test Driven Development (TDD) step by step and understand why this software development method can transform the way ...

15:26
Test Driven Development Explained: Red-Green-Refactor Cycle in Python

63 views

1 year ago