/TheGuide

Source code for the course "How to Become a Software Developer From Scratch".

Primary LanguageJavaScript

How to Become a Software Developer From Scratch

This project contains source code for my on-line course How to Become a Software Developer From Scratch.

  1. Module 3, The Project
    1. Source code available in a dedicated GitHub repository: NrgyInvoicR
  2. Module 4, Basics of Software Development
    1. Section 2, Java Programming Part 1 - Maven: Maven Hello World
    2. Section 2, Java Programming Part 2 - Programming Tasks: Reading Values
    3. Section 2, Java Programming Part 2 - Programming Tasks and Part 3 - Unit Testing: Invoice
    4. Section 3, Spring Framework: Invoices in Spring
    5. Section 4, Frontend Development: Invoices in Angular
    6. Section 5, Version Control System: Git: Hello Git (Alice's project), Hello Git (Bob's account)
    7. Section 6, Databases: SQL
  3. Module 5, Advanced Software Development
    1. Section 5, Programming Task: Electricity Plans
    2. Section 6, More Fun with Refactoring, IDE, and Testing: Electricity Plans Improved