GOGeorge Onyangoinsnowsnippets.hashnode.dev·Mar 5, 2025 · 3 min readFirebase Storage CORS in Flutter for WebWoop woop I recently found a solution for a bugging problem in the flutterverse. That is getting images to render on web from firebase storage. What is CORS ? CORS stands for Cross-Origin Resource sharing. This allows for files folders to be shared a...00
GOGeorge Onyangoinsnowsnippets.hashnode.dev·Jun 4, 2024 · 3 min readFlutter with Riverpod State ManagementBack at it, this time we are doing flutter. So there are several state management tools that can be used in flutter that can manage both local and global state. Riverpod is one such management tool. It was recently introduced and the whole scope of r...00
GOGeorge Onyangoinsnowsnippets.hashnode.dev·Jun 3, 2024 · 6 min readReact Typescript Application with OpenApiHi guys, We are back after a long-needed break I am back to breaking down tech at its best. Today we will work with OpenApi and Redux toolkit. This is a great approach that I learnt that helps with the creation of services to handle application uses ...00
GOGeorge Onyangoinsnowsnippets.hashnode.dev·Mar 10, 2024 · 3 min readReact Dynamic RoutingHello, So today we are going to handle routing in react. There are several ways that this can be achieved but today I will show you a clean way that I handle my routing. Having routes in you App file can get messy really fast especially if the projec...00
GOGeorge Onyangoinsnowsnippets.hashnode.dev·Nov 2, 2023 · 2 min readDynamic API Switching With ReactSo I came across a situation that piqued my interest. What if you want to try something new in not only your application but also your API? You can not afford to mess up your API right? Here is an idea have 2 "production grade" APIs. You can achieve ...00