SVG Demos

Working with SVG documents.

  1. Drop Shadows with SVG filters.

D3 Demos

Let’s learn how to do some fun visualizations with D3.js.

  1. Bouncing Ball
  2. Transitions
  3. Paths
  4. Population Graphs
  5. Paths - Part 2
  6. Sankey Graphs
  7. Merge
  8. SVG Multiline Text with tspan
  9. Mouse Events
  10. Pythagorean Theorem
  11. Sparklines
  12. Viridis Color Palette
  13. Panning & Zooming
  14. Sparklines with Gradients
  15. Highlighting Click Events
  16. Continuous Popluation
  17. Moving Bubbles

RDBMS Fundamentals

Yes, there are rules for database design. Just like there are design patterns for application development and software engineering, there are design patterns for database design. These database patterns encourage table independence, scalability, and help databases be less fragile for future changes.

  1. Keys
  2. First Normal Form
  3. Second Normal Form
  4. Third Normal Form