May 20, 2024 · 10 min read · Hello devs, So in today's article, we talk about different types of data storage in Flutter. Flutter offers several options for storing data locally on the device. Each option has its strengths and use cases, so it's essential to choose the right one...
Join discussion
Jul 17, 2023 · 3 min read · Hey there, fellow data enthusiasts! Have you ever wondered how massive amounts of data can be stored efficiently, making it easily accessible for analysis? Well, let me introduce you to the superheroes of data storage: Parquet files! Choosing the rig...
Join discussion
Jun 10, 2023 · 2 min read · Let's understand today what is AWS Amplify Datastore and Understand how Amplify Datastore is working. What is AWS Datastore? AWS DataStore is a fully managed NoSQL document data store that provides fast and predictable performance with seamless scala...
PPRATAP commentedFeb 15, 2023 · 5 min read · Jetpack DataStore is a popular and powerful data storage solution for Android apps. It allows us to store either key-value pairs, or strongly typed objects with protocol buffer. In this article, we will explore how to test our DataStore. Setup Kotlin...
AAndy commented