-
Notifications
You must be signed in to change notification settings - Fork 4
Lessons by Ximvu
Weston Pace edited this page Jun 29, 2019
·
2 revisions
This will be a series of videos that go over the basics of web development. It goes over all the technologies at a very high level and assumes very little prior knowledge other than basic programming skills. Later I plan to go into a little more depth into the various C# technologies and frameworks involved.
I describe the basic problem of web development (using the browser as a UI for a remote server) and go over the various ways that data is rendered to pixels (HTML/CSS, Canvas, WebGL).