Samana Butool Mirzafrom-procrastination-to-progress.hashnode.dev·Dec 11, 2024Navigating Databases: From SQL to NoSQLHey Folks! In the world of development, understanding which database system to use for a project can make a huge difference in performance, scalability, and flexibility. As a developer who’s worked extensively with both SQL Server and MongoDB, I’ve e...SQL
Ankur sainiankur0213.hashnode.dev·Nov 17, 2024SQL Unleashed: Mastering Data with Precision and PowerThis sounds odd when i say that i am a Backend Developer with no knowledge of SQL database. But it true when i start learning MERN tech stack i had learn MongoDB for tech stack and have to start working on MongoDB. Which follow NoSQL architecture. Bu...#slq
Arturcode-with-arthur.hashnode.dev·Oct 28, 2024Building and Testing a Node.js API with MongoDB Atlas and PostmanIntroduction Hey, have you ever worked with Node.js and needed a reliable place to store data? Sometimes, you want a quick, easy way to save and retrieve information without dealing with complicated databases. That’s where MongoDB Atlas comes in—a fu...MongoDB
OBULIPURUSOTHAMAN Kobulipurusothaman.hashnode.dev·Oct 24, 2024Database IndexesDatabase Indexes :Consider a large Book of 1000 pages.Suppose you’re trying to find the page which contains information related to a certain word.Without an index page, you would have to go through every page, which could take hours or even days.But ...SQL
OBULIPURUSOTHAMAN Kobulipurusothaman.hashnode.dev·Oct 22, 2024Sql (vs) NosqlSQL (VS) NOSQL :One of the biggest decisions we make while designing a system is choosing between a Relational (SQL) or Non-Relational (NoSQL) database. Both have their strengths and use cases, but they differ significantly in their approach to data ...SQL
Tran Tuanwww.tranit.co·Sep 26, 2024Discover Dockit: Best GUI Tool for NoSQL and NewSQL DatabasesIn the ever-evolving landscape of database management, the need for efficient, user-friendly tools has never been more critical. As organizations increasingly adopt NoSQL and NewSQL databases to handle their diverse data needs, the demand for robust ...dockit
Adarsh Kumar Debataadarshh.hashnode.dev·Aug 2, 2024Understanding Apache CassandraIntroduction to Apache Cassandra Apache Cassandra is a highly scalable, distributed NoSQL database designed to handle large amounts of data across many commodity servers. It provides high availability with no single point of failure, making it ideal ...CQL
Nahidnahidislam.hashnode.dev·Jul 26, 2024DatabasesWhat is Data? Data is a collection of a distinct small unit of information. It can be used in a variety of forms like text, numbers, media, bytes, etc. it can be stored in pieces of paper or electronic memory, etc. What is Database? A database is an ...1 likeDatabases
Mritunjay Kumarcodecomponents.hashnode.dev·Jul 12, 2024SQL Server TutorialsSQL Server is a database management system developed by Microsoft for storing and retrieving data as requested by other software applications. Database: A database is a collection of related data. For example, a university database includes informati...182 readsORDBMS
Sofiane BOUMEDINEblog.sofiane-boumedine.com·Jun 24, 2024Comprendre les opérations unwind et lookup dans MongoDB & MongooseComprendre les Opérations unwind et lookup dans MongoDB Salut à tous ! Aujourd'hui, on va plonger dans deux fonctionnalités vraiment cool de MongoDB : les opérations unwind et lookup. Si vous avez déjà eu à manipuler des données imbriquées ou à combi...MongoDB