ERD Video Series

Entity Relationship Diagrams (ERDs) are visual design tools for databases, crucial before table creation. This series teaches using Lucid Chart, an accessible browser-based tool with exportable SQL code capabilities. Instructions range from setting up workspaces and creating abstract entities to defining one-to-many and many-to-many relationships. It also covers adding field details like key types and data types. The series culminates with exporting ERD as SQL commands, demonstrating Lucid Chart’s efficiency in converting diagrams into databases.

Creating a Template for a Bootstrap Enabled Website

When building a site, you want consistency. It helps in the design, and makes it easier to communicate with your intended audience. You might call it repetition. The easiest way to do that is via a template. Now different development environments allow you different methods. WordPress has themes, some content management systems (CMS) call them…