Muhammad Affan KhanProcessing Background Jobs Using Sidekiq Gem in Rails 7 (Part-I)As a Rails developer, writing code that executes in the background asynchronously is a very common task that every backend developer…Jul 6, 20231Jul 6, 20231
Muhammad Affan KhanScheduling Tasks in Ruby on Rails using Whenever GemAs a back-end developer, most of your time is dedicated to either creating APIs that will be utilized by web or mobile clients or…May 1, 2023May 1, 2023
Muhammad Affan KhanA Quick Ruby Recap — IIn today's fast-paced software development, one has to work on multiple stacks that include multiple languages and frameworks. Hence…May 10, 2022May 10, 2022
Muhammad Affan KhanHow To Create Web App In Flutter 2.0Flutter has recently released version 2.0. The good news is that in this release, web support is now available on the stable channel.Mar 23, 2021Mar 23, 2021
Muhammad Affan KhanImplementing Pull-to-refresh in FlutterHere we go again with some more amazing stuff on Flutter. Previously we looked into the way how you can fetch data from an API over a…Jan 19, 20201Jan 19, 20201
Muhammad Affan KhanHow To Fetch Data using API Calls in FlutterWelcome to the first Flutter story of 2020. In my previous story, I discussed screen navigation in Flutter. You can check it here.Jan 11, 20205Jan 11, 20205
Muhammad Affan KhanScreen Navigation in Flutter Apps with Data HandlingWelcome to another blog of my Flutter blog series. In the last blog, I discussed how you can build a side menu in a Flutter app.Sep 15, 2019Sep 15, 2019
Muhammad Affan KhanHow to Create a Side menu in FlutterWelcome to another blog on Flutter. In this blog, I’ll show you how you can easily create a side menu in Flutter which is also referred to…Aug 25, 20194Aug 25, 20194
Muhammad Affan KhanHow to make a Dismissible ListView in FlutterIn this story, We’ll look at how we can build a dismissable list view in Flutter. You can think off dismissible widget a draggable piece…Mar 31, 20192Mar 31, 20192
Muhammad Affan KhanHow to Use Shared preferences in FlutterWhen building a mobile application, sooner or later, you come across a situation where you need to store your app’s settings or…Mar 27, 20193Mar 27, 20193