Recent Posts

How to use Null safety

3 minute read

One of the most common errors in many programming languages, including Java, is that accessing a member without a reference value results in a null reference...