Sanjit Gawadesanjit.hashnode.dev·Nov 6, 2024Observations on Data Types in SQL and NoSQL DatabasesIntroduction I was revising database management, I've noticed some patterns regarding data types and their storage in SQL and NoSQL databases. Here's what I've observed: SQL and Primitive Data Types Structured Data: SQL databases are designed for da...Discuss·1 likeDatabases
Muhammad Zaeem Chaudharytrailofbytes.com·Nov 4, 2024Not a Productivity AppAs a college student, I'm constantly searching for the most effective ways to prepare for the never-ending series of exams that come my way each week. I experiment with various study techniques, whether it's last-minute strategies, getting a friend t...Discuss·147 readsProductivity
Agboola Vincentvinnietec.hashnode.dev·Nov 1, 2024Introduction to Databases: SQL vs NoSQLHi there✋! Here in this article, I'm writing on what I refer to as the base of data, others call it the warehouse of data. Data simply refers to information, facts, or records, and the word Base implies a foundation or repository. When you put these ...Discuss·10 likesDatabases
BotanicalCoderbotanicalcodersblog.hashnode.dev·Oct 30, 2024Database Basic TermsThis short article describes certain database terms that you would hear thrown around a lot if you work with software developers. Computers make accessing data easy and faster, so storing information on computers is a no-brainer. There are two types ...DiscussPROGRAMMING SIMPLIFIEDDatabases
Gyuhang Shimplto001.hashnode.dev·Oct 28, 2024NewSQL in Data Engineering (Korean)Introduction 전통적인 RDBMS 의 특성을 유지하면서도 NoSQL 시스템이 제공하는 확장성과 성능을 제공하기 위한 새로운 유형의 Database 기술입니다. 전통적인 RDBMS 는 ACID (Atomicity, Consistency, Isolation, Durability) 특성을 잘 지원하고, 데이터 Consistency 와 Transaction 을 보장하지만, Horizontal Scaling (즉, 여러 서버로 쉽게 확장하는...DiscussACID Transaction
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...DiscussMongoDB
Favedevfavedev.hashnode.dev·Oct 25, 2024Backend Developer! SQL or NoSQL?Let me share a story with you about a developer friend named Alex. You see, Alex is just like many of us—someone who's passionate about building the best backend possible, but often caught in the middle of choices that can make or break a project. On...Discusssoftware development
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 ...DiscussSQL
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 ...DiscussSQL
Anish Agrawalanish29801.hashnode.dev·Oct 18, 2024Databases: SQL and NoSQLIn the world of software development, databases are the backbone of data storage and management. Every application, from a simple website to complex enterprise software, requires efficient data handling mechanisms. Two major types of databases that d...DiscussSQL