Dart
here are some interesting topics in dart
Null Safety defines how we cannot use null in Dart and the code does not compile
Late variables on how to define lazy initialization of variables in Dart
- consider looking into the arrow syntax ❌ 2025-06-03
- look into https://dart.dev/language/functions#generators streams and generators ❌ 2025-06-03
- discuss with https://dart.dev/language/classes#instance-variables with Tarun from Nebulogic Technologies ❌ 2025-06-03
- try to understand what static means in Object Oriented Programming - OOP ❌ 2025-06-03
- see if the Mixin is being used in any codebase in Nebulogic Technologies ❌ 2025-06-03
- look more into Concurrency in Dart ❌ 2025-06-03
- learn more about Isolates, they look fucking sick!! ❌ 2025-06-03
Refer This again to refresh about downcasts and improve null safety
Refer to the Effective Dart Guide for tips to write more readable and maintainable Dart Code