#nullsafety
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
⛔ Stop NullPointerExceptions Before Production in Spring Boot 4 with Null Safety
YouTube video by Dan Vega
youtu.be
November 5, 2025 at 4:34 PM
JSpecify and NullAway: A fresh take on nullsafety in the Java world
buff.ly/DmeUMJa
#Java
JSpecify and NullAway: A fresh take on nullsafety in the Java world
Introduction Sir Antony Hoare[1] introduced the concept of Null-references or Null pointer[2] back in 1965 with the release of ALGOL W. In 2009 he spoke about it as his “Billion Dollar Mistake”[3].…
buff.ly
September 27, 2025 at 10:00 AM
lol no nullsafety
June 14, 2025 at 7:53 PM
ALSO WHAT IF WE BOTHER TO ENFORCE NULLSAFETY
October 3, 2023 at 3:33 AM
あとDartがダサいというか機能が足りなくてせめてUnionTypeくらいはほしいとかNullSafetyのためにはletなりguardなりないとやってられない😂
July 26, 2023 at 2:28 AM
🚀 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
November 3, 2025 at 6:33 AM
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...
February 12, 2025 at 7:37 PM
J'adore #Kotlin notamment pour le NullSafety.... Mais pourquoi pas avoir ça en Java ? C'est justement le sujet que @seb.deleuze.fr viendra présenter à #MiXiT #tech. Il parlera #JSpecify et #NullAway et comment ce sera au coeur des prochaines versions des frameworks mixitconf.org/2025/null-sa...
February 19, 2025 at 11:04 AM
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
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
medium.com
May 14, 2025 at 9:20 AM