FlutterFlow Stepper Form with Firebase FirestorePhoto by Tony Pepe on Unsplash Introduction I will show you how to create a custom widget in FlutterFlow to show a Stepper widget with form fields. We will submit the data to Firestore. This code is also reusable in non FlutterFlow generated apps. Yo...Oct 2, 2023·7 min read
Flutter Flow: Carousel MenuI am going to discuss how to make a simple carousel menu in the Flutter Flow platform. I will provide the full source code as well. We are going to use the following package to help us achieve this: carousel_slider | Flutter Package*example/lib/main....Sep 27, 2023·4 min read
AWS Fundamentals: Create an Account, Billing Alarm, and BudgetsTable of Contents AWS Fundamentals: Create an Account, Billing Alarm, and Budgets Introduction I am creating a series of articles on my AWS learning journey. I will create a full-stack project to keep me interested in learning and use those skills ...Sep 26, 2023·4 min read
Leetcode: Linked List Cycle (Kotlin)This is an easy Leetcode LinkedList question. I will go over my thought process for solving this. For this, we will use Floyd’s Cycle Detection algorithm. Linked List Cycle - LeetCode*Given head, the head of a linked list, determine if the linked lis...Sep 26, 2023·1 min read