Anubhav Kumar Guptaanubhav2103.hashnode.dev·Sep 18, 2024Comparing DBMS and Flat Files: Key DifferencesThe Pain Points of Flat Files Before we dive into the wonders of DBMS, let's quickly acknowledge the challenges we faced in the old days with flat files. Imagine trying to manage a massive spreadsheet for your entire company's data. Sounds like a ni...9 likesDBMS
Anubhav Kumar Guptaanubhav2103.hashnode.dev·Sep 16, 2024Database Basics for BeginnersData: The Raw Ingredient. Data is the most basic unit of any information system. It's unprocessed, raw facts that, on their own, might not make much sense. For instance, a list of numbers, names, or dates is just data until it's organized or analyze...6 likes#basics of dbms
Ogunuyo Ogheneruemu Biruemu.hashnode.dev·Jan 31, 2024Using a Flat-File Database in Node.jsIn small-scale applications or scenarios where a full-fledged database management system might be overkill, using a flat-file database is a practical solution. In this article, we'll explore how to create, read, update, and delete (CRUD) data in a JS...38 reads#flatfile