Important web development concepts from my experience so far from many articles I’ve read online. Links are provided for most of them.
- HTML
- CSS
- JavaScript
- HTML Object Model
- CSS Object Model
- Search Engine Optimization
- Server Side Rendering
- Client Side Rendering
- Static Site Generation
- Lazy Loading, a Design Pattern
- HTTP Caching
- HTTP
- Retrieval of files over the internet
- Retrieval of HTML, CSS, and JavaScript files over the internet
- Requesting JavaScript files through HTML script tag
- Requesting CSS style sheets through HTML link element
- JavaScript micro tasks and macro tasks
- Performance of loading images through the img tag
- Size of an HTTP response in bytes, kilobytes, megabytes…
- Response size of JavaScript files over the internet
- Critical Rendering Path
- JavaScript versions
- JavaScript compilation