ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

276 results

Roel Van de Paar
Software Engineering: Java Coding standards via common and open source tools? (2 Solutions!!)

Software Engineering: Java Coding standards via common and open source tools? Helpful? Please support me on Patreon: ...

2:54
Software Engineering: Java Coding standards via common and open source tools? (2 Solutions!!)

0 views

3 years ago

dotNetDave
David McCarter's .NET Coding Standards

This book is a consolidation of many of the .NET coding standards available today in one easy to read and understand book.

0:48
David McCarter's .NET Coding Standards

192 views

9 years ago

The Debug Zone
Why Use Objects.requireNonNull() in Java? Benefits and Best Practices

In this video, we delve into the importance of using `Objects.requireNonNull()` in Java programming. This powerful utility method ...

3:03
Why Use Objects.requireNonNull() in Java? Benefits and Best Practices

3 views

1 month ago

Interview DOT
DONT TALK TO STRANGERS | CLEAN CODE | GOOD PROGRAMMING PRACTICE | JAVA CODE EXAMPLE | InterviewDOT

JAVACODE #CLEANCODE #JAVAPROGRAMMING Click here ...

2:32
DONT TALK TO STRANGERS | CLEAN CODE | GOOD PROGRAMMING PRACTICE | JAVA CODE EXAMPLE | InterviewDOT

328 views

4 years ago

The Debug Zone
Understanding Type-Safety Issues with Instance Methods in Java

In this video, we delve into the intricacies of type-safety issues that can arise when using instance methods in Java. As Java ...

2:32
Understanding Type-Safety Issues with Instance Methods in Java

0 views

10 months ago

Interview DOT
WHY DO WE USE HELLO WORLD IN FIRST SOFTWARE CODING EXAMPLE | WHAT ARE THE REASONS InterviewDOT

Click here - https://www.youtube.com/channel/UCd0U_xlQxdZynq09knDszXA?sub_confirmation=1 to get notifications. WHY DO ...

0:53
WHY DO WE USE HELLO WORLD IN FIRST SOFTWARE CODING EXAMPLE | WHAT ARE THE REASONS InterviewDOT

49 views

2 years ago

Roel Van de Paar
Enforce coding standards in all files of a project at build (4 Solutions!!)

Enforce coding standards in all files of a project at build Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

3:14
Enforce coding standards in all files of a project at build (4 Solutions!!)

18 views

2 years ago

Roel Van de Paar
Code Review: Check style found code duplication in factory

Code Review: Check style found code duplication in factory Helpful? Please support me on Patreon: ...

2:33
Code Review: Check style found code duplication in factory

4 views

3 years ago

The Debug Zone
When to Skip Null Checks in Java: Best Practices and Guidelines

In this video, we delve into the often-debated topic of null checks in Java programming. While null checks are a common practice ...

2:18
When to Skip Null Checks in Java: Best Practices and Guidelines

8 views

3 months ago

The Debug Zone
How to Generate HTML5 Valid Javadoc: A Step-by-Step Guide for Developers

In this video, we'll explore the essential process of generating HTML5 valid Javadoc, a crucial skill for developers looking to ...

1:54
How to Generate HTML5 Valid Javadoc: A Step-by-Step Guide for Developers

2 views

10 months ago

Interview DOT
#SHORTS WHAT ARE THE KEY PRINCIPLES OF CLEAN CODING | CLEAN CODING PRACTICES  InterviewDOT

Use the same naming conventions, coding style, and commenting style throughout your code. Avoid using global variables.

0:20
#SHORTS WHAT ARE THE KEY PRINCIPLES OF CLEAN CODING | CLEAN CODING PRACTICES InterviewDOT

109 views

2 years ago

GitLab
GitLab Duo Code Review

GitLab Duo Code Review GitLab Duo Code Review performs a review of your code updates and responds with feedback right in ...

2:10
GitLab Duo Code Review

3,530 views

3 months ago

Chrome for Developers
Web Assembly - (The Standard, Ep. 13)

Web Assembly (WASM) is a binary file with its own format, in which you can turn any programming language, such as C and C++, ...

3:01
Web Assembly - (The Standard, Ep. 13)

9,351 views

7 years ago

Roel Van de Paar
Coding style and best practice regarding exception-handling (2 Solutions!!)

Coding style and best practice regarding exception-handling Helpful? Please support me on Patreon: ...

3:01
Coding style and best practice regarding exception-handling (2 Solutions!!)

4 views

3 years ago

The Debug Zone
Essential OOP Object Creation Guidelines: Best Practices for Developers

... #programmingguidelines, #developers, #codingstandards, #designpatterns, #encapsulation, #inheritance, #polymorphism, ...

2:44
Essential OOP Object Creation Guidelines: Best Practices for Developers

3 views

7 months ago

The Debug Zone
How to Enable Recursion Warnings in Your Code: A Step-by-Step Guide

... #programmingtechniques, #softwareengineering, #codingstandards, #recursioninprogramming, #warningmessagesincode.

2:52
How to Enable Recursion Warnings in Your Code: A Step-by-Step Guide

0 views

4 months ago

The Debug Zone
Best Practices for Implementing a Copy Method in Your Class: A Guide

... #programmingbestpractices, #softwareengineering, #classdesign, #methodimplementation, #developertips, #codingstandards, ...

1:40
Best Practices for Implementing a Copy Method in Your Class: A Guide

11 views

5 months ago

Roel Van de Paar
Software Engineering: When should I design a class library using java bean standards?

Software Engineering: When should I design a class library using java bean standards? Helpful? Please support me on Patreon: ...

2:16
Software Engineering: When should I design a class library using java bean standards?

1 view

3 years ago

The Debug Zone
Fixing 'Catching Exception is Not Allowed' Checkstyle Report Error

Whether you're a beginner or an experienced developer, this guide will help you enhance your coding standards and improve ...

1:54
Fixing 'Catching Exception is Not Allowed' Checkstyle Report Error

11 views

4 months ago

The Debug Zone
Managing Different Dependency Versions in Java Platform Modules Effectively

... #projectmanagement, #javalibraries, #moduledependencies, #softwarearchitecture, #codingstandards, #javadevelopmenttools, ...

1:53
Managing Different Dependency Versions in Java Platform Modules Effectively

3 views

3 months ago

The Debug Zone
SonarQube Warning: Avoiding ResponseEntity with Wildcards in Java

In this video, we delve into a critical aspect of Java development: the use of ResponseEntity with wildcards in your API responses.

2:18
SonarQube Warning: Avoiding ResponseEntity with Wildcards in Java

3 views

5 months ago

The Debug Zone
Eclipse SonarQube Integration: Handling Checkstyle, PMD, and FindBugs Issues

Whether you're a developer looking to enhance your coding standards or a team lead aiming to streamline your code review ...

1:53
Eclipse SonarQube Integration: Handling Checkstyle, PMD, and FindBugs Issues

27 views

9 months ago

M. van Dam
PHP Code Sniffer example

An example run of phpcs for validating coding standards.

0:31
PHP Code Sniffer example

2,829 views

14 years ago

termMed
Browsing the IHTSDO Workbench from a Web Client

The IHTSDO terminology editor ("Workbench") is a Java Swing desktop application using an Oracle Berkeley database for ...

0:41
Browsing the IHTSDO Workbench from a Web Client

311 views

13 years ago

The Debug Zone
How to Configure Visual Studio Code for Java Document Formatting and Braces

In this video, we'll explore how to optimize your Visual Studio Code environment for Java development by configuring document ...

2:13
How to Configure Visual Studio Code for Java Document Formatting and Braces

7 views

7 months ago