Earn Money as a Developer – 7 Ways To Make More Money
Intro Earning extra money is on everyone’s mind. As a developer, you have a bunch of opportunities that others may not. In this article, I share with you the 7 best ways I’ve found to make money as a developer. I’ve personally tried every single…
How To: Build Your First Twitch Bot in 10 Minutes
What is a Twitch Bot? Twitch Bots can be used by a streamer on the Twitch platform for a variety of reasons. One of the more common use cases for a bot is to moderate the chat in real-time; a bot is not always as…
JSON Encode / Decode with Flutter
Summary Are you working on a Flutter app and need to interact with structured data that is not local to your project? Most likely, you will be fetching it from a web service API or a file. For the purpose of this guide, we’ll assume…
Flutter Provider Examples – Change, Future, Stream
What is Flutter Provider? Provider is a Flutter library used for DI and State Management. Provider was originally created by the community and soon became the preferred method for state management, in Google’s 2019 Flutter Meetup they urged developers to use Provider instead of the…