Toki osmantokiosman.hashnode.dev·Oct 25, 2024Understanding Data Redundancy: What It Is and How to Avoid ItData redundancy is a common issue in data management where the same piece of data is stored in multiple locations. While sometimes used intentionally to improve system performance or availability, excessive data redundancy leads to increased storage ...DatabaseBestPractices
Jose gallegojosegallegoen.hashnode.dev·Sep 18, 2024improve Storage in React Native: Comparison Between AsyncStorage and React-Native MMKVHave you ever wondered if you’re using the best storage method in your React Native application? You’ve probably used AsyncStorage to save data. It’s easy and does its job, but is it the best option? I discovered React-Native MMKV, an alternative tha...31 readsReact Native
Jose gallegojosegallego.hashnode.dev·Sep 17, 2024Mejora el almacenamiento en React Native: Comparación entre AsyncStorage y React-Native MMKV¿Alguna vez te has preguntado si estás utilizando el mejor método de almacenamiento en tu aplicación React Native?, probablemente hayas usado AsyncStorage para guardar datos. Es fácil y cumple su función, pero ¿es la mejor opción? Descubrí React-Nati...1 likeReact-native MMKV
Brijesh Prajapatibrijesh360.hashnode.dev·Sep 2, 2024How Data Lakes and Warehouses Are Evolving with Cloud AnalyticsAs businesses generate increasing amounts of data, the demand for efficient storage, management, and analytics solutions has grown. Traditional approaches, such as data lakes and warehouses, have long helped manage large volumes of data. However, the...1 likeCloudAnalytics
Umesh Panditumeshpandit.hashnode.dev·Jul 29, 2024How to Create an Azure Storage Account with Azure Resource Manager (ARM)Have you ever wanted a simple, streamlined way to create Azure Storage Accounts without getting tangled in code? Well, I've got great news! You can use the power of Azure Resource Manager (ARM) right within the Azure Portal, no coding expertise is re...azure storage accounts
Christopher Wilsontechshopper.hashnode.dev·Jul 17, 2024File System Comparison: NTFS, FAT32, and exFATIn the realm of computing, file systems are essential for organizing data on storage devices. Each file system comes with its distinct features and limitations, making them suitable for different applications. This article delves into a comparative a...FAT32
Sridhar Ksridharblogs.hashnode.dev·Jun 17, 2024Introduction to Data and Database FundamentalsIntroduction to Data In today's digitalized world, data plays a major role as it is considered to be a company's asset. Data is information about people, places, animals, and things that is stored, retrieved, and used by computers or other digital sy...1 likeDatabases
Sri Durgesh Vsridurgeshv.hashnode.dev·May 22, 2024Streamlining E-Commerce Operations with Robust Data Handling via Amazon S3Introduction: Welcome back to our journey through the cloud-based elements that power our e-commerce platform Today, we're delving into how we leverage Amazon S3 to streamline the management of order details. Let's explore how S3's features empower u...#modernwebdev
Sameer Sointhewanderingengineer.hashnode.dev·Apr 1, 2024Deep Dive into Data Storage in Databases: The InnoDB EngineIntroduction The way databases store data on disk is both intricate and fascinating. It combines principles of computer science, data management, and software engineering. In this deep dive, we'll expand our focus on InnoDB, a popular storage engine ...10 likes·31 readsDatabases
Aditya Ladadityaladblog.hashnode.dev·Mar 13, 2024Demystifying Consistent Hashing: A Comprehensive GuideWhat is Hashing ? It is a technique to convert data into hash code using a hash function. This hash code is used to uniquely identify the data or map it to a specific memory location. Why use Hashing ? Efficient storage of data by converting ...Hashing