Aseem is a seasoned software engineer with over 10 years of expertise and leadership experience. Who combines technical proficiency with strategic insight to deliver impactful solutions and guide teams toward success.
Posts by this author
FFI Programming: Using FFIGen in Dart 2.18 (Foreign Function Interface)
FFI Programming: Learn how to use FFI inside Dart. See how FFI Gen, a tool that helps us in generating these bindings, can be utilized for FFI in Dart.
Using Redis Caching and the Redis CLI to Improve API Performance
Let's learn how to use Redis caching and the redis CLI! Redis is simple, fast, and easy-to-use, and supports a variety of data structures.
Using MVVM Architecture in Flutter
Model-View-ViewModel (MVVM) Architecture is a software pattern that supports separating the UI (which is View) from the backend (Model).
Google Pay in Flutter
Google Pay is a digital wallet platform and online payment system developed by Google for contactless payments. Learn how to integrate it with your Flutter apps in this article!