ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

785 results

Filip Hráček
Let's migrate a Dart package or two to null safety (long livestream)

First livestream since I left Google. New office, new focus, new rules. I'll spend the day migrating a package or two to latest Dart.

3:51:01
Let's migrate a Dart package or two to null safety (long livestream)

3,711 views

Streamed 4 years ago

Mawuli Azameti
Null Safety in Kotlin Explained – Never Crash Your App Again! (Kotlin Beginner Tutorial)

Have you ever seen your Kotlin app suddenly crash for no reason? Most of the time, that happens because of a Null Pointer ...

5:50
Null Safety in Kotlin Explained – Never Crash Your App Again! (Kotlin Beginner Tutorial)

34 views

4 months ago

Filip Hráček
Filip migrates to Dart null safety

WARNING: This is more of a ZOO exhibit than live streaming. You're welcome to watch me smash my head against the wall, but ...

2:46:35
Filip migrates to Dart null safety

1,359 views

Streamed 5 years ago

Filip Hráček
How to migrate Dart packages to null safety

It's end of December and that means only one thing: it's time to migrate your pub.dev packages to null safety. Here's me doing it for ...

10:25
How to migrate Dart packages to null safety

44,586 views

5 years ago

Bald. Bearded. Builder.
Stop Using == null: The Safer C# Pattern You Need Today!

Two operators, one confused codebase: we break down the real differences between C#'s != and the pattern-matching "is not".

11:41
Stop Using == null: The Safer C# Pattern You Need Today!

14,715 views

5 months ago

Filip Hráček
Filip's home office livestream #4 - Null safety tech preview

Filip is live streaming while working from home on Flutter stuff. This is an experiment.

1:18:11
Filip's home office livestream #4 - Null safety tech preview

770 views

Streamed 5 years ago

Peter Sommerhoff
Kotlin for Android Developers #4: Null Safety

COMING IN NOV 2020: Join my free 6-part video series to become a confident software developer: ...

8:56
Kotlin for Android Developers #4: Null Safety

659 views

8 years ago

Mawuli Azameti
Kotlin Crash Course #8 - NULL SAFETY IN KOTLIN

Struggling with frustrating app crashes caused by null values? In this video, we'll dive into Kotlin's Null Safety-the ultimate solution ...

8:58
Kotlin Crash Course #8 - NULL SAFETY IN KOTLIN

98 views

1 year ago

Code With Richard
Android | Kotlin | Training : Kotlin Null Safety

Kotlin Beginner | Kotlin | Training | Learn Kotlin By Making App | Kotlin Null Safety FREE Course: ...

11:40
Android | Kotlin | Training : Kotlin Null Safety

25 views

6 years ago

CS 125 @ Illinois
Joyful Kotlin 9: Null Safety

Null safety in Kotlin: https://kotlin.cs.illinois.edu/lessons/null_safety/

54:58
Joyful Kotlin 9: Null Safety

82 views

5 years ago

The Debug Zone
Handling Null Safety in Legacy Java Libraries for Kotlin Projects

In this video, we delve into the challenges of integrating legacy Java libraries into modern Kotlin projects, with a particular focus ...

2:36
Handling Null Safety in Legacy Java Libraries for Kotlin Projects

4 views

10 months ago

Denis R
Flutter Null Safety

Review Flutter Null Safety recommendation Step by step convert.

26:46
Flutter Null Safety

14 views

5 years ago

Raveesh Agarwal
Taking Dart Null Safety for A Spin

Null safety in dart is awesome! This is perfectly crafted. Apart from a couple of suggestions, things just work awesome.

19:49
Taking Dart Null Safety for A Spin

99 views

5 years ago

Roel Van de Paar
null safety in flutter

null safety in flutter Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

2:36
null safety in flutter

11 views

12 days ago

Peter Sommerhoff
Kotlin Tutorial #9: Nullable Variables

referralCode=DC98D1E2CC21399ED406 Kotlin has this really really cool thing called null safety - and that prevents us from ...

7:23
Kotlin Tutorial #9: Nullable Variables

5,434 views

10 years ago

Brighton Java
Talks Night: Kotlin makes Java null and void - Chetan Padia

For this months talk we explore the alternatives to Java on the JVM and dive into the JetBrains developed language, Kotlin.

37:00
Talks Night: Kotlin makes Java null and void - Chetan Padia

111 views

Streamed 7 years ago

Roel Van de Paar
How to handle generated code with Flutter null safety? (2 Solutions!!)

How to handle generated code with Flutter null safety? Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

1:32
How to handle generated code with Flutter null safety? (2 Solutions!!)

8 views

3 years ago

The Debug Zone
Using Java 8 Optional to Avoid Null Returns: Best Practices and Examples

Related to: #java8, #optional, #avoidnullreturns, #bestpractices, #javaprogramming, #nullsafety, #functionalprogramming, ...

5:26
Using Java 8 Optional to Avoid Null Returns: Best Practices and Examples

15 views

1 year ago

The Debug Zone
Understanding Null-Conditional Operator and != in C#: Common Issues Explained

... #programmingconcepts, #c#languagefeatures, #errorhandling, #c#nullsafety, #advancedc#techniques, #codingtutorials.

1:32
Understanding Null-Conditional Operator and != in C#: Common Issues Explained

15 views

8 months ago

The Debug Zone
Understanding Unsafe .run() on Null in Kotlin: A Technical Deep Dive

Join us as we explore the nuances of null safety, the potential pitfalls of unsafe calls, and best practices to handle such scenarios ...

1:53
Understanding Unsafe .run() on Null in Kotlin: A Technical Deep Dive

0 views

3 months ago

MoureDev by Brais Moure
KOTLIN: Curso ANDROID desde CERO - NULL SAFETY - Lección 8 [2020]

Curso ANDROID desde CERO. Si quieres aprender a programar en KOTLIN para crear apps Android, este es tu tutorial. En esta ...

12:58
KOTLIN: Curso ANDROID desde CERO - NULL SAFETY - Lección 8 [2020]

32,109 views

6 years ago

Alejandro Vidal Domínguez
PMDM. Kotlin Null Safety & Scoped Functions

Por que todo bueno todo el ámbito esto llaman seguridad el agente de 269 safety que es recordamos esto es un debate ...

59:07
PMDM. Kotlin Null Safety & Scoped Functions

14 views

3 years ago

The Debug Zone
Passing Null to Nullable Type in RxJava 2 with Kotlin: A Complete Guide

As Kotlin emphasizes null safety, understanding how to effectively pass null to nullable types in reactive programming is crucial for ...

3:07
Passing Null to Nullable Type in RxJava 2 with Kotlin: A Complete Guide

1 view

5 months ago

Nico Develop
Migration de Flutter en Null Safety #FlutterEngage

Conseils et formations : https://nico-develop.com/formations.

11:15
Migration de Flutter en Null Safety #FlutterEngage

808 views

4 years ago

The Debug Zone
Understanding Optional.orElseGet() Returning Null and Setting Response Values

... #optionalclass, #errorhandling, #nullsafety, #functionalprogramming, #javabestpractices, #optionalmethods, #orelsegetusage, ...

1:29
Understanding Optional.orElseGet() Returning Null and Setting Response Values

0 views

4 months ago