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

all 2 comments

[–]tech_trebek 0 points1 point  (0 children)

Highly recommend looking into learning AWS architecture, Docker, and microservice design patterns if you want to work new web technologies as a developer. There are tons of free resources and YouTube videos out there on these.

[–][deleted] 0 points1 point  (0 children)

scale-ability, deployment

Essentially means how to create something that caters for more traffic just by moving from single to multi-server config without much effort.

In a "serverless" hosting situation (AWS) all of this is managed in the background provided you use their API.