Solving incorrect timestamps as a result of incorrect device time
Blog

DIY node_modules cache for Docker in your CI
A custom solution for speeding up docker builds within your CI using a custom node_modules cache container.

Widget testing: Dealing with Renderflex Overflow Errors
A simple solution to dealing with "A RenderFlex overflowed by…" in unit testing…

Flutter: Up your testing game
Let's take a look at how find.byPredicate can help write some bulletporrf tests!

Weekend App: 3D Print Cost Calculator
A small app I built to solve a really simply problem I had, while testing form_bloc and VG CLI

Automated Unit Testing with GitHub Actions
How to automate your flutter unit testing with GitHub Actions

Learning, by solving a “problem”
We going to take a quick look at how we as developers can better learn new things

Why choose Flutter?
We go through some of the reasons and thinkings behind choose Flutter for your next project

Changing your debugging browser for Flutter (MacOS)
A quick walkthrough on how to go about changing your default debugging browser to something other than Chrome on MacOs

My essential tools as a Flutter Developer
Here are some of the tools that I find essential in my day to day as a Flutter developer

Unit testing DateTime.now() with the help of Dart extensions
A quick guide on how we can use Darts extension methods to easily be able to test DateTIme.now();

Flutter Web: Should I use it? (Part 4— I believe so)
The final part of the series, let's go through suggestions on what to do when you are planning on using Flutter Web

Flutter Web: Should I use it? (Part 3 — Other considerations)
Many times online the question has been asked “Is flutter good for web”, and what many developers fail to truly understand is that is a very broad and open question and there are many factors that go into saying yes, no or maybe.

Flutter Web: Should I use it? (Part 2 — Performance)
Many times online the question has been asked “Is flutter good for web”, and what many developers fail to truly understand is that is a very broad and open question and there are many factors that go into saying yes, no or maybe.

Flutter Web: Should I use it? (Part 1 — SEO)
Many times online the question has been asked “Is flutter good for web”, and what many developers fail to truly understand is that is a very broad and open question and there are many factors that go into saying yes, no or maybe.

IFTTT filters are actually quite capable
I have been on the pro subscription for [IFTTT](http://ifttt.com), and was not until recently that I decided to actually take in and take a look at just what it could do.

Developing on an M1 Mac (Flutter)
I recently started working with Flutter during an RnD phase at work after Ionic which had been the planned direction revealed itself to be a non-viable option given the businesses requirement.

React to Flutter: One Developers Journey — Part 2
Almost 2 years ago while working at Wyzetalk, we decided to build a [Flutter](https://flutter.dev) application, this was the beginning of my journey to a whole new world.

React to Flutter: One Developers Journey — Part 1
Almost 2 years ago while working at Wyzetalk, we decided to build a [Flutter](https://flutter.dev) application, this was the beginning of my journey to a whole new world.

Unit Testing a Utility function that returns a Widget
Probably not too common a use case, but for me I have a utility function for

Validating commit messages with dart and Lefthook
Something I had been trying to work out for my Flutter project for some time

Unit Testing your http.MultipartRequest network method
Recently I had to implement image uploading which required form data that

Widget testing when your app needs access to directories.
Many times in an application you would have a need to store files, temporarily

Bringing localization into your Widget testing
The more accurate you make your test, the higher the quality of the test itself.

Widget testing passed in function
In this post, we going to go through how, at least in my opinion, one would go

Improving User Experience through simple OTA updates in Flutter
Background When I started building out the new mobile app for Wyztalk there

Deploying a Flutter App on Azure Pipeline
Recently I decided it was time to remove the build process from my own machine, I had looked at codemagic.io, but cost wise it would not have been feasible when we already had a full azure setup for the rest of our products.

Flutter: Using Self Signed SSL Certificates in Development
I recently started working with Flutter during an RnD phase at work after Ionic which had been the planned direction revealed itself to be a non-viable option given the businesses requirement.

Handling race conditions with redux-thunk
One very important feature included in many modern web applications is search, our users always need to be able to find something, recently I had to hook up a “real-time” search