“That Missing Guide: How to use Dagger2” https://medium.com/@Zhuinden/that-missing-guide-how-to-use-dagger2-ef116fbea97
Medium
That Missing Guide: How to use Dagger2
Dagger is a dependency injection framework, which makes it easier to manage the dependencies between the classes in our app. If you’ve…
“Regular Expressions Demystified: RegEx isn’t as hard as it looks” https://medium.freecodecamp.org/regular-expressions-demystified-regex-isnt-as-hard-as-it-looks-617b55cf787
freeCodeCamp.org
Regular Expressions Demystified: RegEx isn’t as hard as it looks
Are you one of those people who stays away from regular expressions because it looks like a foreign language? I was one. Not anymore.