Table of Contents

Web Development Notes

This page aggregates recurring themes about web development: JavaScript, HTML/CSS, backend choices, and databases.

Frontend: JavaScript, HTML & CSS

Common frontend stack elements in the conversations:

Prominent advice: understand the platform first (HTML/JS/CSS) before “jumping straight into framework X”.

Backend: Languages & Frameworks

No single backend was “the only one”; discussions touched on several:

Common backend patterns:

Databases: SQL and Relational Thinking

SQL and relational databases showed up repeatedly:

Typical guidance:

Basic Security Practices for Web Apps

While not always spelled out systematically in the chat, the security mindset was present:

Tooling & Workflow

Recurring tools and practices:

The underlying trend is towards simple, well-understood stacks rather than chasing every new framework.