Dinko Marinacdinkomarinac.dev·Jan 27, 2025Best Local Database for Flutter Apps: A Complete GuideIntroduction When building Flutter applications with any type of offline support, choosing the right local database is crucial for performance and maintainability. As far as persistence goes, the official docs recommend 3 choices: shared_preferences...15 likes·2.8K readsFlutter
Amjad AHblog.amjad.codes·Jan 25, 2025ACID and BASE in Databases: Key Differences ExplainedACID and BASE are acronyms for different database properties, describing how the database behaves during processing a transaction, ACID: A: Atomicity: it ensures that all steps or statements in a transaction are fully applied committed, or fully rev...database
Adekunle Fatundecore-architectural-components-of-azure.hashnode.dev·Jan 22, 2025Azure Cosmos DB for NoSQLWHAT IS AZURE COSMOS DB? Azure Cosmos DB is a distributed, fully managed NoSQL and relational database solution made for contemporary app development. It supports open-source databases including PostgreSQL, MongoDB, and Apache Cassandra2 and provides...#AzureCosmosDB
Code Skycodesky.cloudhero.in·Jan 22, 2025From VB6.0 to Today: A Journey Through the Evolution of Software DevelopmentIf you started your programming career with Microsoft Visual Basic 6.0 (VB6.0), you're part of an era that revolutionized desktop application development. VB6.0 was a gateway for many to enter the world of programming. It was simple, visual, and powe...#vb6.0
Mohd Ajmal Razaajmalraza.hashnode.dev·Jan 22, 2025SQL vs NoSQL Databases: Key Differences and Real-World Use CasesUnderstanding the differences between SQL and NoSQL databases is essential for modern software development. Recently, I attended a session on this topic, and here’s what I learned about these two types of databases, their use cases, and how companies...29 readsSQL vs NoSQL
Lakshay Dhoundiyallakshaydhoundiyal.hashnode.dev·Jan 17, 2025How MongoDB Helped Zepto Achieve Faster Response Times: Real World Case StudyIn the world of e-commerce, speed is everything. Zepto, a fast-growing e-commerce platform, was determined to deliver the best user experience with minimal latency and maximum scalability. Initially relying on Redis, a powerful in-memory database, Ze...51 likesdatabase comparison.
Rupam Dasrejisterjack.hashnode.dev·Jan 4, 2025SQL vs NoSQL: Picking the Right Side in the Database ShowdownAlright, let’s talk about databases. If you’re a developer, at some point, you’ve probably wrestled with the question: SQL vs NoSQL? It’s one of those debates that can turn a coffee break into a heated discussion.Let me break it down in a way that ma...4 likes·95 readsSQL
SOHAM TRIPATHYsql-vs-nosql.hashnode.dev·Jan 4, 2025SQL VS No SQLToday’s discussion is all about SQL vs No SQL .In industry which type of database will be used by the company that is most important. To figure out We need to understand what type of data we have, specifically if we want to store some data which can ...General Programming
Arka Infotecharkainfotech.hashnode.dev·Dec 31, 2024How MongoDB Powers the MERN Stack: Understanding NoSQLIn the ever-evolving world of web development, the MERN stack has emerged as a go-to solution for building robust, scalable, and modern applications. At the heart of the MERN stack lies MongoDB, a NoSQL database that revolutionizes data storage and m...MongoDB
Ovilash Jaluijaluiovilash.hashnode.dev·Dec 31, 2024Optimizing MongoDB Queries for High-Performance ApplicationsIntroduction MongoDB has gained immense popularity as a NoSQL database for its flexibility, scalability, and performance. However, like any database, MongoDB’s performance can degrade if queries are not optimized effectively. For high-performance app...MongoDB