Hieu VuforDwarves Foundation's Team Blogdwarvesf.hashnode.net·Mar 31, 2023Database Designs for Multilingual AppsThis story comes from the necessity of multi-language support across our applications. Dwarves Foundation handles a lot of international clients and there is always some level of concern for supporting multiple languages for certain apps. This is a c...Discuss·20 likes·63 readsdatabase design
Ronald BlüthlforRonald Blüthl's Blogdevoted.hashnode.net·Jan 5, 2023The only constant is an IDI claim that all (user) data in a database should be mutable by default. Always. Well, almost all data. There are only four exceptions. 1. The primary key A dedicated column that serves as the unique identifier of the record (ideally, a GUID or a con...Discuss·10 likes·153 readsDatabases
Omar MorsyforOmar Morsy3omar.hashnode.net·Aug 8, 2022Database Design: From Novice to Professional [Ch.2: Guided Tour of the Development Process]In the previous chapter we talked about how bad design can lead to problems in the future in the two incoming chapters we will talk about the process you can follow that may help you in designing your database. before we start we need to know that f...Discuss·4 likes·149 readsDatabase Design: From Novice to ProfessionalDatabases
Diego Velezforvelez.hashnode.net·Apr 21, 2023Database vs Data Warehouse vs Data LakeIn today’s digital world, data is becoming increasingly valuable for organizations. To manage and utilize this data, there are several technologies available, including databases, data lakes, and data warehouses. In this blog, we will explore the dif...DiscussDatabases
Ebi Kpemi-OgokimiforEbi's Dev Life ebixx.hashnode.net·Apr 20, 2023Designing and building a structured storage solutionI saw an open role for a software engineer (online storage) and decided to do some research on what the role is about, would require and what I need to work on. What is a storage solution? A storage solution is a system or technology used to store a...DiscussSoftware Engineering
CSAdrielforBackEndBitsbackendbites.hashnode.net·Apr 15, 2023Getting Started with Relational Databases: A Basic GuideIntroduction A relational database, the superior iteration of its previous hierarchical sibling, is a powerful invention that revolutionized the way corporations stored and managed data. One of the founding fathers of SQL, Edgar Frank Codd was a pio...DiscussSQL
Ahsan Noor.forAhsan's Bloganoor.hashnode.net·Apr 7, 2023SPL: a database language featuring easy writing and fast runningThe objective of database language To clarify this objective, we need to first understand what the database does. When it comes to databases, it always makes people think that it is primarily for storage since their name has a part “base”. But in fac...DiscussDatabases
Scale-Dev HQforScale-DEV engineeringscaledevhq.hashnode.net·Apr 2, 2023Database ParadigmsKV Storage let's start with the simplest database type of all, key-value storage that only stores key and their values this type of database is highly performant.mainly we use this database to store simple data with no complex data access patterns an...DiscussDatabases
Hieu VuforDwarves Foundation's Team Blogdwarvesf.hashnode.net·Mar 31, 2023Database Designs for Multilingual AppsThis story comes from the necessity of multi-language support across our applications. Dwarves Foundation handles a lot of international clients and there is always some level of concern for supporting multiple languages for certain apps. This is a c...Discuss·20 likes·63 readsdatabase design
Kareem OlawaleforThe Database Monasterydatabasemonk.hashnode.net·Feb 7, 2023User Tables and System TablesUser Tables User tables are the primary repository of data in a database management system (DBMS). They are created and managed by the database administrator (DBA) or the end-users themselves and store the data that is relevant to their business or p...Discuss·34 readsDatabases
Kareem OlawaleforThe Database Monasterydatabasemonk.hashnode.net·Feb 4, 2023Stored ProceduresStored procedures are a powerful tool for improving the efficiency and scalability of your database system. In this article, we'll explore what stored procedures are, how they work, and why they are a crucial component for optimizing database perform...Discuss·1 like·41 readsDatabases
Gary Bisaga aka BigBandSingerforTechnology from the Stagebigbandsinger.hashnode.net·Jan 18, 2023Let's Stop Using "Down" MigrationsSeemed like a good idea at the time Let's say you are writing an application that requires a database with schema. Whether the database has an actual schema (e.g. relational) or just the set of required attributes and their formats (e.g. DynamoDB) is...DiscussDatabases
Ronald BlüthlforRonald Blüthl's Blogdevoted.hashnode.net·Jan 5, 2023The only constant is an IDI claim that all (user) data in a database should be mutable by default. Always. Well, almost all data. There are only four exceptions. 1. The primary key A dedicated column that serves as the unique identifier of the record (ideally, a GUID or a con...Discuss·10 likes·153 readsDatabases