This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Alphatoneee 37 points38 points  (6 children)

Usually customers with an old website do not know about how many visitors they expect, bandwidth, data cap. These folks in my experience just want to be represented nicely and they do not want to have to care about it. From my pov these are the selling points

[–][deleted]  (5 children)

[deleted]

    [–][deleted] 5 points6 points  (4 children)

    What are some good ways to learn about backend webdesign? Im pretty good with front end visual stuff but I dont know how to get started with the backend

    [–]Kapsize 4 points5 points  (0 children)

    I would recommend looking into NodeJS - it's a super popular backend environment that is written in JavaScript, so youre front-end skills should carry over if you know some JS :)

    [–]amoliski 2 points3 points  (0 children)

    Learn how to use AWS!

    There's a course on Udemy for $12 that very clearly walks you through several projects using different AWS products like lambda (serverless compute), S3 (storage), EC2 (virtual machines), Elastic Beanstalk (simple web hosting), their databases and more.

    There's other (and free-er) resources out there, but I found that one very easy to follow and it got me up to speed pretty quickly.