Web Development Quickstart
Overview
A variety of tasks are required to build websites, including design, programming, and delivering it to users. While web design is an often crucial step, web development usually refers to the latter two of those tasks. This guide provides an overview of the technologies YETI uses to develop websites, along with resources for learning more about them.
Resources
This guide goes over the YETI Robotics web tech-stack and provides resources for getting started with them.
To learn web development, you need to know HTML, CSS, and JavaScript (to start out with). Below are my recommended resources for doing so.
HTML/CSS.
For HTML and CSS, W3Schools and MDN are good. Then you can move onto TailwindCSS.TailwindCSS
JavaScript
I find Javascript.info to be the best place to learn javascript thoroughly. Other notable mentions:
The Odin Project where you can also learn server side programming and other JS topics.
Typescript
React/Next.js
Straight from the horse's mouth, React, and then learn Next.js