---
title: "How to Build a Website or App"
description: "!https://syntax.fm/show/696/how-to-build-a-website-or-app"
date: 2023-11-28
published: true
tags:
  - dev
  - thought
  - webdev
template: link
---


<div class="embed-card embed-card-external">
  <a href="https://syntax.fm/show/696/how-to-build-a-website-or-app" class="embed-card-link" target="_blank" rel="noopener noreferrer">
    <div class="embed-card-image">
      <img src="https://syntax.fm/og/696.jpg" alt="How to Build a Website or App - Syntax #696 — This podcast episode covers a wide range of topics related to building a website or web application from start to finish." loading="lazy">
    </div>
    <div class="embed-card-content">
      <div class="embed-card-title">How to Build a Website or App - Syntax #696</div>
      <div class="embed-card-description">This podcast episode covers a wide range of topics related to building a website or web application from start to finish.</div>
      <div class="embed-card-meta">syntax.fm</div>
    </div>
  </a>
</div>


        Great tips in this one.  They discuss everything from front end to backend, databases and ORMS, here are a few of my favorite points.

* Use good data or good fake data
  * make it have some variation like long and short text
* Don't use a database if you need one, static content is eaiser to manage
* end to end test, (does the site load page x)
* You DONT NEED all this complexity, you can deploy a site with HTML and CSS.
