How to Build a Weather Forecast App in Flutter using Geolocator and OpenWeather APIJun 26, 2023·12 min read
Setting up User Authentication with Twitter OAuth in Your Flutter AppIntroduction OAuth, or Open Authorization, is more than just a technical term; it's the key to the seamless and secure user authentication found in most modern applications. In this ever-connected digital world, protecting user data while providing a...Oct 11, 2023·7 min read
A Beginners Guide to Controllers in FlutterIntroduction 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 ...Jun 22, 2023·7 min read
How To Conduct Usability Testing with MazeUsability testing often requires laborious procedures that get some designers discouraged at the mere thought of conducting one. Nonetheless, it is arguably one of the most crucial tasks user experience designers perform. Without usability tests, the...Nov 20, 2022·10 min read