freecodecamp.orgHow to Implement RBAC in a Community Dashboard with NuxtRole Based Access Control (RBAC) is a useful authorization model for users with different access levels, such as those in a community dashboard. In this article, you’ll learn how to integrate this type of authorization with Permit.io in Nuxt. Table o...Nov 22, 2024·10 min read
freecodecamp.orgHow to Use Streams and Services for Flutter StateAmong the many state management architectures in Flutter, combining Dart streams with singleton classes (services) is an unpopular yet easy architecture. In this article, we’ll explore how to achieve this combination for app-wide state in Flutter. Ta...Sep 25, 2024·17 min read
freecodecamp.orgHow is Flutter Platform-Agnostic?Flutter builds applications for multiple platforms (desktop, mobile, and web) from the same codebase. Flutter does this in a pixel-perfect and platform-agnostic manner. In this article, we will explore how Flutter is platform-agnostic through how it...May 7, 2024·9 min read
freecodecamp.orgHow to Always Have A BuildContext in Flutter Outside of UI CodeThe BuildContext provides important app-wide configuration information to all widgets in the widget tree. It is always naturally available in build methods and within State classes. In this article, we will explore how we can obtain a valid BuildCon...Mar 19, 2024·7 min read
blog.obumnwabude.comHosting a Tech Community EventSo you have been planning this event and have put considerable efforts towards promoting it. The event day is getting closer. You are getting ready to host the event. Arrange yourself and put things in order, to execute the best event ever. Have a ch...Aug 6, 2023·9 min read