I want to make a website from scratch…it’s more about the coding learning experience then having anything important to promote…would Linode work for this?

  • @SpeedDart1@lemmy.ml
    link
    fedilink
    2
    edit-2
    1 year ago

    What kind of website? Static or application? Let’s start with tooling. For static site builders there’s all sorts of stuff like Nextjs, Hugo, and Wordpress. For web applications the task gets more complex and is going to depend on personal preference and what kind of architecture you want.

    Linode is a good solution for hosting a web application, but unnecessary for a static website. For a static website you can use something like github pages or netlify for free.

    If you don’t know how to code you’ll need to do that before you touch any of this.