this post was submitted on 08 Nov 2022
14 points (100.0% liked)

Asklemmy

43400 readers
763 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] SpeedDart1@lemmy.ml 2 points 2 years ago* (last edited 2 years 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.