Search Articles — Sudonull

Search Results

In this project

How to Choose Between SQL and NoSQL Databases: Practical Guide

https://sudonull.com/how-to-choose-between-sql-and-nosql-databases-practical-guide

Learn how to choose between SQL and NoSQL databases for a project with this practical guide. Compare ACID, scalability, use cases, and make the right database decision.

Data Types for Passport and Identifiers in SQL: Storage Errors

https://sudonull.com/data-types-for-passport-and-identifiers-in-sql-storage-errors

Learn why passport and other identifiers should be stored as strings, not numbers in SQL. Avoid loss of leading zeros and data errors. Read the guide for developers.

Designing OLTP DB on Rust: principles

https://sudonull.com/designing-oltp-db-on-rust-principles

Learn the principles of creating an OLTP database from scratch: restrictive by default, contract-first, Rust traits, hybrid async/sync. Real trade-offs for middle/senior dev. Study the architecture.

How to Design a Scalable Web Application Architecture

https://sudonull.com/how-to-design-a-scalable-web-application-architecture

Learn how to design a scalable web application architecture with practical strategies for statelessness, database sharding, caching, and observability. Expert guide with actionable steps.

How to Design a Scalable System Architecture: Step-by-Step Guide

https://sudonull.com/how-to-design-a-scalable-system-architecture-step-by-step-guide

Learn how to design a scalable system architecture with a step-by-step framework. Master scaling principles, microservices, and database strategies for resilient systems.

From other projects

AlphaFold DB: How AI Predicted 200 Million Proteins

https://ymaho.com/alphafold-db-how-ai-predicted-200-million-proteins

DeepMind's AlphaFold database contains over 200 million protein structures. Learn how this accelerates drug discovery and transforms science. Read more in the article.

Women's Health Centers Moscow: A New Standard

https://ymaho.com/women-s-health-centers-moscow-a-new-standard

How the Reform of Women's Health Centers in Moscow Is Changing the Market: Free IVF, Cryopreservation, and a Unified Database. Find Out What Awaits Private Medicine.

From the web

Jul 23, 2025 ·

https://www.geeksforgeeks.org/dbms/database-design-ultimate-guide/

Jul 23, 2025 · In this database design post, we'll cover the basics of database design , including how to plan your data structure, organize your tables, and follow best practices to avoid common mistakes.

May 1, 2026 ·

https://www.geeksforgeeks.org/dbms/database-design-in-dbms/

May 1, 2026 · Database design is a systematic process that involves a set of procedures and tasks to implement a database effectively . It focuses on organizing and structuring data in a way that ensures efficiency, accuracy, and usability.

Sep 22, 2025 ·

https://medium.com/@artemkhrenov/database-design-patterns-the-complete-developers-guide-to-modern-data-architecture-8b4f06e646ce

Sep 22, 2025 · Think of design patterns as your database ’s playbook, proven strategies that help you tackle common problems without reinventing the wheel every single time. Over the next several months, we’re...

Feb 12, 2026 ·

https://www.exasol.com/hub/database/design-step-by-step/

Feb 12, 2026 · Learn everything about designing a database : step by step, examples, and a complete DB design tutorial.

Searches related to database design

https://drawsql.app/

Your database , diagrammed. The database schema diagram tool where teams design , review, and evolve together.

Trending Now