Deploy Flutter Android Apps to Firebase using Semaphore
Building features and beautiful UIs is a satisfying feeling, but shipping them to users should be the goal to keep in mind. Having your app tested by real users before public release is a critical part of the software development cycle.
Build and Test Flutter Apps using Semaphore
Building beautiful and functional apps in Flutter is easy, but how do we make sure that we deliver a great user experience at scale? We can do it by integrating and running automated tests for every new change pushed to our codebase.
Five Key Areas For Personal Growth As A Software Developer
It's been a few years since I started working as a professional software developer. I was lucky enough to join companies that operate at a different scale – from startups and SMEs to public companies. All while balancing my personal life with work and the developer community.
10 Tips to Secure Your Flutter Mobile Apps
Most of us depend on our devices daily for almost everything we do. Whether it's for taking photos of our WFH setup, ordering food, shopping online, and banking, a lot of us do this using our mobile phones.
Migrate Github Pages and Jekyll URL Redirects
Six months ago, I decided to self-publish some of my articles. These articles were hosted on Github Pages, using a Jekyll template. Last week, I decided to self-host Ghost, here's how you can manage to redirect the old URLs of your website.
Deploy Your Flutter iOS Apps Using Fastlane and Github Actions
This article will guide you on how you can automate the CI/CD workflow of your Flutter’s iOS app.
Automate Your Flutter Android Apps Using Fastlane and Github Actions
This article will guide you on how you can automate the CI/CD workflow of your Flutter’s Android app.
Getting Start with CI/CD for Flutter using Github Actions
Have you ever experienced waiting long hours to deploy a build of your app, only to know in the end, it failed because of that one little mistake that you did?
Integrate GraphQL and MobX to your Flutter apps
Introduction
I stumbled upon the following questions and issues on the web when I was trying to do the same thing for my work—Integrate GraphQL and MobX in Flutter:
* Does anyone use MobX with GraphQL?
* Example of Mobx + GraphQL #200
* Write doc comments for all public API #308
I
Integrating GraphQL in Flutter using graphql_flutter
Ever wonder how the big guys like Facebook, Twitter, Airbnb create robust frontend applications for their platforms? Well, one of the key ingredients in their success is the use of GraphQL.