coffeebytez.hashnode.devFlutterFlow 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
coffeebytez.hashnode.devAWS Fundamentals: IAM, GitHub, and AWS CLITable of Contents AWS Fundamentals: Create an Account, Billing Alarm, and Budgets AWS Fundamentals: IAM user, GitHub, and AWS CLI Introduction In this article, we will create an Admin user in AWS. We will also install the AWS CLI to create AWS Bi...Oct 1, 2023·5 min read
coffeebytez.hashnode.devLeetcode: Single Number (Kotlin)Single Number is an easy question on Leetcode. I will discuss the problem and my solution below. Single Number - LeetCode*Given a non-empty array of integers nums, every element appears twice except for one. Find that single one. You must…*leetcode.c...Sep 30, 2023·1 min read
coffeebytez.hashnode.devMonitor Android’s filesystem with fsmon to detect insecure storageI’m diving deeper into security and wanted to document my process along the way. First I am going over the process of monitoring an Android device’s filesystem. Download Android Studio or Android command line tools You have two options to get the And...Sep 29, 2023·3 min read
coffeebytez.hashnode.devHow To Set Up a Free Business Email Using Your DomainPhoto by Brett Jordan on Unsplash Setting up a professional email will help you stand out with your career and business. So instead of chris@gmail.com, I can use chris@mycompanyname.com. I personally have a professional email that I use on my portfol...Sep 28, 2023·3 min read