I have been using nushell as my primary shell for the last 8 months and I don't see myself going back to bash or zsh or powershell
From the moment I saw the intro video, I found it very appealing. It takes the best of bash and powershell
Dart 3 is here, but we cannot adopt it unless our entire codebase is null safe. Here are few strategies we have been using to slowly migrate our codebase
Important aspect to any framework that relies on functions is to understand when they are invoked. Read along to get a crystal clear understanding
Simple things you can do to improve your gradle/android dependency management
Simple things you can do to improve your gradle/android build time a lot
You probably know what the map operator is. This post discussed mostly about FlatMap and that probably will remove the confusion between map and flatMap operators if any
A cleaner way to define support library dependencies which makes updating their version number a whole lot easier
A deep dive into requesting permissions in Android Marshmallow and handling extreme cases