Skip to content

vwkd/code-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Notes For Web Developers

My personal collection of notes about Web Development.

Examples: JavaScript: Objects, Functions, CSS: Flex Layout, Grid Layout.

Introduction

The goal is to cover a topic as precisely and concisely as possible, include only the most current point of view, and give a hollistic understanding.

Please note, that these notes are, by matter of their selection, subjective. They aren't meant to cover anything, but cover what I want to learn. I select what I learn or likewise don't learn. For example, for authentication standards there are notes about OAuth but not the SAML because it's more up-to-date, for client-side Web framework there are notes about Svelte but not React because it's more declarative, modern, and intuitive.

This is a constant work in progress. Maybe I'll put the notes up on a web page some day to make them easier to browse. Until then, they are available as markdown files in the respective directories. The most complete are on JavaScript, TypeScript and CSS in the Languages directory.

Symbol reference

  • 👍 / 👎 new / old way of doing things, prefer new way
  • 🚫 deprecated, should not be used
  • ❗️important, make sure you understand this
  • ⚠️ attention, make sure you definitely understand this
  • ❓unconfirmed statement, not sure yet

Contributing

Contributions are always welcome if you like to write in the same style. For a detailed style guide see CONTRIBUTING.