# RDBMS

  • DB-Normalization
    • 1NF, 2NF, 3NF
  • ACID Properties
  • CAP Theorem

# POSTGRES-SQL

# Relationships

# Many-2-Many Relationbship

# Polymorphic Association

# Polymorphic Joins

Join table per relationship type is an improvement over polymorphic joins, but at the cost of an extra table per relationship. In addition, it doesn't do anything that either of the belongs-to models can't do better.

# DB Table Inheritance

# Problems with RDBMS

  • Missing join Resources, wrong/incorrect key when referential integrity is NOT enforced by Fk
    • A resource can be missing an acl and an acl can point to a missing resource.

# Web Frameworks Benchmarks

ASGI >> WSGI

Subscribe to our Newsletter

If you like my work and think it was helpful kindly support my work


Buy Me A Coffee