Let's Learn

Moving into Software Engineering/Developing to me starts with learning Front End Development.


This will include HTML, CSS, JavaScript, React, and Bootstrap.

Manage source code using Github repositories. interface with external and back-end services like databases, and become familiar with DevOps and Agile practices and methodologies like CI/CD and Scrum.

HTML

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)

URL: MDN HTML Documentation

--------------------------------------------------------

W3Schools

URL: W3Schools HTML Tutorial

--------------------------------------------------------

WHATWG HTML Living Standard

URL: WHATWG HTML Living Standard

CSS

CSS (Cascading Style Sheets) is essential for styling and laying out web pages.


MDN Web Docs (by Mozilla)

URL: MDN CSS Documentation

--------------------------------------------------------

W3Schools

URL: W3Schools CSS Tutorial

--------------------------------------------------------

CSS Reference - MDN Web Docs

URL: WHATWG HTML Living Standard

JavaScript

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

React is a popular JavaScript library for building user interfaces


React Official Documentation

URL: React Official Documentation

--------------------------------------------------------

W3Schools React Tutorial

URL: W3Schools React Tutorial

--------------------------------------------------------

DevDocs

URL: DevDocs React

--------------------------------------------------------

GitHub Repository

URL: React GitHub Repository

Bootstrap

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

URL: Bootstrap 5.3 Documentation

GitHub

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

URL: GitHub Docs Repository

Databases

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