---
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:
  - webdev
  - thought
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.

!!! note

    This post is a <a href="/thoughts/" class="wikilink" data-title="Thoughts" data-description="These are generally my thoughts on a web page or some sort of url, except a rare few don&#39;t have a link. These are dual published off of my..." data-date="2024-04-01">thought</a>. It's a short note that I make
    about someone else's content online <a href="/tags/thoughts/" class="hashtag-tag" data-tag="thoughts" data-count=2 data-reading-time=3 data-reading-time-text="3 minutes">#thoughts</a>
