Dec 23, 20221 min readAndroid Studio’s new Logcat — learning to use this powerful tool.Android Studio has a new Logcat. When I first saw it I was really confused how I can use it. It didn’t really seem intuitive to me. After...
Dec 27, 20207 min readDart streams. An introduction with examples.What is a Stream? From Wikipedia: A stream is a sequence of data elements made available over time. A stream can be thought of as items...
Dec 27, 20205 min readAn Introduction to Dart’s FuturesAsynchronous operations are a core part of any programming language and play a huge role in the development of modern mobile apps. The...