Trending

#NullSafety

Latest posts tagged with #NullSafety on Bluesky

Latest Top
Trending

Posts tagged #NullSafety

Preview
Evite NullPointerExceptions com essa nova feature do Spring Boot 4 Para contextualizar, NullPointerException pode ocorrer quando é chamado um método de um objeto e a referência é null. Por isso o nome da…

Spring Boot 4 trouxe suporte a nullability com JSpecify. No artigo explico como usar @NullMarked e @Nullable para reduzir NullPointerException e deixar o código mais seguro e explícito:
medium.com/@valdemarjun...

#java #springboot #springframework #nullsafety

1 1 0 0
⛔ Stop NullPointerExceptions Before Production in Spring Boot 4 with Null Safety
⛔ Stop NullPointerExceptions Before Production in Spring Boot 4 with Null Safety YouTube video by Dan Vega

Just published a new video on Spring Boot 4's null safety features with JSpecify! Finally, nullness is explicit in your APIs, no more guessing what might return null. Your future self will thank you.

Watch: youtu.be/QlGnaRoujL8

#SpringBoot #Java #NullSafety

10 2 0 0

🚀 Kotlin Tips ✨

**Null Safety**
• Use sealed over nullable
• Prevents crashes & when

**Structured Concurrency**
• viewModelScope > GlobalScope
• Prevents memory leaks

**Extension Functions**
• Add functionality without inherit
• Idiomatic code

#Kotlin #AndroidDev #NullSafety #Coroutines #DevTips

1 0 0 0
Preview
Opérateurs de gestion des valeurs “nulles” en JavaScript/TypeScript Les opérateurs à notre disposition pour gérer proprement les valeurs “nulles” en JS/TS

Sur le blog de #norsys, je viens de publier un billet qui présente les opérateurs pour gérer proprement les valeurs “nulles” en JavaScript et TypeScript.

medium.com/@christophe....

#TypeScript #JavaScript #NullSafety

0 0 0 0
Post image

Unlock Kotlin’s power & eliminate NullPointerExceptions! Its null-safe system catches issues at compile time. Enjoy coding with extension functions & smart casts-making Kotlin a modern Java alternative. Boost development with its streamlined syntax #Kotlin #NullSafety
mobiuscode.dev/posts/Advant...

1 0 0 0
The road to Dart 3: A fully sound, null safe language Preparing for the next major release, where Dart only sup...

The road to Dart 3: A fully sound, null safe language.

#dart #flutter #nullsafety #programming #dartlang
medium.com/dartlang/the-road-to-dar...

0 0 0 0