achingachris / Guide-to-Web-Development

Resources and Guides to learning Web/Software Development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guide to Web Development

Topics/Guides

  1. Environment setup
  2. HTML basics
  3. Browser developer tools
  4. CSS
  5. Version control
  6. Libraries and Frameworks
  7. FrontEnd
  8. CMS (Headless CMS)
  9. Backend
  10. Deployment
  11. Developer Tools

Environment Setup (IDE)

An Environment is a collection of tools that developers use when writing, test and deploy their code.

**Online resources:

Windows Dev Environment Setup

Text Editors:

Text Editors

Version Control

  • GitHub/BitBucket
  • Git
  • gh cli
  • mercurial

version control

About

Resources and Guides to learning Web/Software Development