Moving into Software Engineering/Developing to me starts with learning Front End Development.
HTML documentation provides detailed information on how to use the elements, attributes, and APIs of HTML (HyperText Markup Language), which is the standard language for creating web pages.
MDN Web Docs (by Mozilla)
--------------------------------------------------------
W3Schools
--------------------------------------------------------
WHATWG HTML Living Standard
CSS (Cascading Style Sheets) is essential for styling and laying out web pages.
MDN Web Docs (by Mozilla)
--------------------------------------------------------
W3Schools
--------------------------------------------------------
CSS Reference - MDN Web Docs
JavaScript is key to making web pages interactive.
MDN Web Docs (by Mozilla)
URL: MDN JavaScript Documentation
--------------------------------------------------------
W3Schools
URL: W3Schools JavaScript Tutorial
--------------------------------------------------------
ECMAScript 2023 Language Specification
URL: ECMAScript 2023
--------------------------------------------------------
JavaScript.info
URL: JavaScript.info
React is a popular JavaScript library for building user interfaces
React Official Documentation
URL: React Official Documentation
--------------------------------------------------------
W3Schools React Tutorial
--------------------------------------------------------
DevDocs
URL: DevDocs React
--------------------------------------------------------
GitHub Repository
Bootstrap is a popular front-end framework for building responsive and mobile-first websites.
Bootstrap Official Documentation
URL: Bootstrap Official Documentation
--------------------------------------------------------
Bootstrap GitHub Repository
URL: Bootstrap GitHub Repository
--------------------------------------------------------
Bootstrap 5.3 Documentation
GitHub offers extensive documentation to help users get started, collaborate, and manage projects effectively.
GitHub Docs
URL: GitHub Docs
--------------------------------------------------------
GitHub Actions Documentation
URL: GitHub Actions Documentation
--------------------------------------------------------
GitHub Docs Repository
Database documentation is crucial for understanding and managing databases effectively.
dbdocs.io
URL: dbdocs.io
--------------------------------------------------------
Comparitech's List of Database Documentation Tools
URL: Comparitech
--------------------------------------------------------
DbSchema
URL: DbSchema
--------------------------------------------------------
GeeksforGeeks Best Practices for Documenting Database Design
URL: GeeksforGeeks