Elian Ortegaelianortega.dev·Sep 30, 2024FlutterCon USA 2024 RecapI wanted to do a quick recap of FlutterCon USA 2024. It was packed with amazing talks, hands-on workshops, and a lot of excitement from the Flutter community. In this post, I’ll share some of my favorite highlights, key takeaways, and a few personal ...43 readsFlutter
frankylee kellyfrankylee.hashnode.dev·Aug 3, 2024Offline support is not just nice, it's necessary.What does offline-first mean? An offline-first app is an app that is able to perform all, or a critical subset of its core functionality without access to the internet. That is, it can perform some or all of its business logic offline. — Android Dev...local first
Nicholasnico237.hashnode.dev·Jun 19, 2024Flutter Offline-First App Development: A Beginner's GuideLet's say you have a portion of your application that requires an internet connection to function properly. Still, you want to have a mechanism where you can cache the latest data received from your server so that the user can still access the latest...10 likes·125 readsFlutter
Emily Kauffmanblog.emilykauffman.com·Jun 18, 2017Dynamic Angular FormsI’ve been spending a lot of time on StackOverflow recently, answering Angular.js questions and earning some reputation and badges. I’ve been working through a problem with a developer that wants to create a dynamic form based on a service response co...Angular
Emily Kauffmanblog.emilykauffman.com·Jun 18, 2017Saving Angular form data without an internet connectionAs I alluded to in my previous article, I have been actively working on a data collection application to be used by archaeologists in the Southwest, USA. Due to the unique requirements that accompany an app that must be used in the middle of a desert...Angular