Deon SlabbertProbecomingaprogrammer.blog·Dec 4, 2023Tables & KeysNow that we know about data design and how data in different containers relate to each other via foreign keys, let's look at relational databases and start calling things by their correct names. Please note that everything you will learn here applies...DiscussDatabase Design Fundamentalscandidate keys
Rakesh Kumar Jangidrakeshkumarjangid.hashnode.dev·Dec 3, 2023Unveiling the Power of Docker: Building Seamless WordPress and MySQL Containers on RockyLinuxIntroduction: In this article, we'll guide you through the creation of an impressive Docker project involving the containerization of MySQL and WordPress. Throughout this project, we'll meticulously deploy WordPress entirely from scratch on a RockyLi...DiscussDockerWeb Development
Ahmed Rezaahmedreza.hashnode.dev·Nov 25, 2023The Evolution of Data StorageIn the digital age, data is the new gold. Whether it's managing a small business's inventory or handling global-scale transactions, databases are the backbone of storing, organizing, and retrieving information efficiently. Let's take a deep dive into...Discuss·1 likeDatabases
Ndagi StanleyProblog.md.engineer·Nov 17, 2023Amazon RDS: SimpleAndSuccinct #1SimpleAndSuccinct is a series of succinct explanations Amazon RDS is a service, an RDS standing for Relational Database Service offered by Amazon Web Services; AWS. Context: Relational Databases A lot has changed since the introduction of the relati...DiscussAWS RDS
Komal Kumariclouddiva.hashnode.dev·Nov 13, 2023What is attribute , tuple , horizontal and scaling in RDBMSRelational database A relational database is a data structure that allows you to link information from different ‘tables’ or different types of data buckets. Tables are related to each other All fields must be filled. Best suits for OLTP (Online ...Discuss·29 readsAWS
Dr. Ehoneah Obedehoneahobed.hashnode.dev·Oct 25, 2023Databases 101: What every beginner needs to knowIf you are new to software engineering or web development then the word database may seem like a buzzword to you but there is a reason why it is such a common word among developers at all levels. Almost every website or web application that you build...Discuss·5 likes·116 readsDatabases
강태구ktg0210.hashnode.dev·Oct 14, 2023choosing AWS Database- 개요 AWS에는 다양한 Database가 존재한다. RDBMS, NoSQL, Key value, Time Series, In memory, Wide Column, Ledger 등 다양한 선택지가 있는데, 아래 문서를 참고하면 선택하는 데 큰 도움이 될 수 있다. - 참고 https://aws.amazon.com/ko/getting-started/decision-guides/databases-on-aws-how-to-choose/DiscussAWS BasicAWS
Taehyun Hantoosalty00.hashnode.dev·Sep 21, 2023[Pre-W3] Relational Database Management SystemOverview In today's blog, we will be going over the topic of relational database management system, or RDBMS. It is crucial to understand this system, as this is the core of application database. We will be going over what relational database is, how...DiscussRDBMS
Stephen David-Williamsstephendavidwilliams.com·Sep 9, 2023What is a SQL database?Preface✨ In my previous article “An Introduction to SQL in Data Engineering”, I briefly touched on databases and the objects associated with them. This article aims to dive deeper into what they are, what they contain and how they benefit data engine...Discuss·31 readsSQL
Rupesh Kondurukondururupesh.hashnode.dev·Sep 8, 2023SQL Daily Diaries: Unveiling Databases and Command BasicsPractice! Practice! Practice! Which role can you target after learning SQL: Data Analyst Data Engineer Data Scientist Business Analyst Software Engineer, etc.., Practice Platforms: Leet Code Data Lamer Stratascratch Basic Terminologies: Data: ...Discuss·76 readsSQL