Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PacktPublishing/How-to-Become-a-Software-Developer-From-Scratch
How to Become a Software Developer From Scratch, by Packt Publishing
https://github.com/PacktPublishing/How-to-Become-a-Software-Developer-From-Scratch
Last synced: 9 days ago
JSON representation
How to Become a Software Developer From Scratch, by Packt Publishing
- Host: GitHub
- URL: https://github.com/PacktPublishing/How-to-Become-a-Software-Developer-From-Scratch
- Owner: PacktPublishing
- License: mit
- Created: 2021-07-14T08:25:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-30T09:22:08.000Z (almost 2 years ago)
- Last Synced: 2024-07-27T01:39:49.526Z (4 months ago)
- Language: Java
- Size: 18.7 MB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://www.udemy.com/course/how-to-become-a-software-developer-from-scratch/?referralCode=FDFA9FC121D27830A15E).
1. Module 3, *The Project*
1. Source code available in a dedicated GitHub repository: [NrgyInvoicR](https://github.com/bkaminnski/NrgyInvoicR)
1. Module 4, *Basics of Software Development*
1. Section 2, *Java Programming Part 1 - Maven*: [Maven Hello World](M4S2_MavenHelloWorld)
1. Section 2, *Java Programming Part 2 - Programming Tasks*: [Reading Values](M4S2_ReadingValues)
1. Section 2, *Java Programming Part 2 - Programming Tasks* and *Part 3 - Unit Testing*: [Invoice](M4S2_Invoice)
1. Section 3, *Spring Framework*: [Invoices in Spring](M4S3_InvoicesInSpring)
1. Section 4, *Frontend Development*: [Invoices in Angular](M4S4_InvoicesInAngular)
1. Section 5, *Version Control System: Git*: [Hello Git (Alice's project)](https://github.com/AliceSWP/HelloGit), [Hello Git (Bob's account)](https://github.com/BobSWP)
1. Section 6, *Databases*: [SQL](M4S6_SQL)
1. Module 5, *Advanced Software Development*
1. Section 5, *Programming Task*: [Electricity Plans](M5S5_ElectricityPlans)
1. Section 6, *More Fun with Refactoring, IDE, and Testing*: [Electricity Plans Improved](M5S6_ElectricityPlansImproved)