
After playing around with 1Password for about a week, turns out it's a pretty nice to have - password manager, especially for developers (highly recommended). 1Password touches on every aspect where in most cases a user wants to store any secret text... https://nashintelli.hashnode.dev/1projects-quickly-setup-your-env-file-secrets

Welcome to our tech blog, where we delve into the fascinating world of Flutter and its advanced state management solutions. If you're a Flutter developer seeking to streamline your app's state management, you've come to the right place. In this compr... https://sungod.hashnode.dev/riverpod-part-1

While many people claim that it is a good practice to start by learning the dry programming languages such as C++, and Java my personal opinion is contrary to that. Languages that drain your energy just to print a line vs languages that provide you a... https://musawwer.hashnode.dev/why-flutter-should-be-your-first-programming-language-to-learn

nordigen_integration | Dart Package (pub.dev) Introduction As a freelance developer, I often found myself working on a range of projects for clients around the world. Few years ago, one of my clients commissioned me to develop a high-level API abstra... https://dhi13man.hashnode.dev/open-source-nordigen-integration-dart-flutter

In this blog series, I will be sharing my experiences, challenges, and achievements as I embark on this GSOC adventure. Join me as I dive into Week 4, where I kickstart my work and make significant strides toward my project goals.
How the week start... https://mehulkumar.hashnode.dev/week-4-gsoc23-with-librehealth

Listeners in Flutter are like "ears" that listen for specific events or changes in data. They notify you when something important happens so that you can take appropriate action. Think of it this way: Imagine you have a friend who loves to tell you a... https://dreamspace.hashnode.dev/listeners-in-flutter-a-comprehensive-guide-for-beginners

Looking to build a Flutter app? Learn about the benefits of hiring a Flutter dev team with core contributors. As mobile technology advances, the demand for intuitive and high-performance applications continues to grow. Flutter, an open-source mobile ... https://techblog.geekyants.com/perks-of-hiring-a-flutter-dev-team-with-core-contributors

A mixin is a way to reuse code in multiple classes without the need for inheritance. It allows you to add functionalities to a class without creating a parent-child relationship between classes. Here's an analogy to help you understand mixins better:... https://dreamspace.hashnode.dev/dart-mixins-what-they-are-and-how-to-use-them
FIDO is the (relatively) new authentication framework that allows passwordless sign-in by using passkeys. FIDO is an industry-standard that is supported by anyone that matters and right now is implemented in every browser and by every OS. FIDO is goi... https://blog.onepub.dev/fido-and-flutter-passwordless-sign-in-with-passskeys

Introduction Controllers in the context of software development are components that handle the logic and behavior of specific parts of an application. They act as intermediaries between the user interface and the underlying data or services. Imagine ... https://dreamspace.hashnode.dev/a-beginners-guide-to-controllers-in-flutter