Skip to content

Commit 9c76dbc

Browse files
committed
Thank You for Choosing to Learn from in28Minutes
1 parent 748e413 commit 9c76dbc

File tree

1 file changed

+22
-69
lines changed

1 file changed

+22
-69
lines changed

README.md

Lines changed: 22 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,31 @@ In this course, lets combine these awesome frameworks to create your first full
1919

2020
## Installation Guides
2121

22-
#### Required Tools
22+
### Our Recommendations
2323

24+
- Use **latest version** of Java
25+
- Use **latest version** of "Eclipse IDE for Enterprise Java Developers"
26+
- Remember: Spring Boot 3+ works only with Java 17+
2427
- Node v8+ for npm
2528
- Visual Studio Code - Latest Version
26-
- Java 8+
27-
- Eclipse - Oxygen+ - (Embedded Maven From Eclipse)
29+
30+
### Installing Java
31+
32+
- Windows - https://www.youtube.com/watch?v=I0SBRWVS0ok
33+
- Linux - https://www.youtube.com/watch?v=mHvFpyHK97A
34+
- Mac - https://www.youtube.com/watch?v=U3kTdMPlgsY
35+
36+
#### Troubleshooting
37+
38+
- Troubleshooting Java Installation - https://www.youtube.com/watch?v=UI_PabQ1YB0
39+
40+
### Installing Eclipse
41+
42+
- Windows - https://www.youtube.com/watch?v=toY06tsME-M
43+
- Others - https://www.youtube.com/watch?v=XveQ9Gq41UM
44+
45+
#### Troubleshooting
46+
- Configuring Java in Eclipse - https://www.youtube.com/watch?v=8i0r_fcE3L0
2847

2948
#### Installing Node Js (npm) & Visual Studio Code
3049

@@ -34,16 +53,6 @@ In this course, lets combine these awesome frameworks to create your first full
3453
- Step 02 - Quick Introduction to NPM
3554
- Step 03 - Installing Visual Studio Code - Front End Java Script Editor
3655

37-
#### Installing Java, Eclipse & Embedded Maven
38-
39-
- Playlist - https://www.youtube.com/playlist?list=PLBBog2r6uMCSmMVTW_QmDLyASBvovyAO3
40-
- Steps
41-
- 0 - Overview - Installation Java, Eclipse and Maven
42-
- 1 - Installing Java JDK
43-
- 2 - Installing Eclipse IDE
44-
- 3 - Using Embedded Maven in Eclipse
45-
- 4 - Troubleshooting Java, Eclipse and Maven
46-
4756
#### Troubleshooting Installations
4857

4958
- Node JS and NPM
@@ -1496,62 +1505,6 @@ AutomationTests -- Protractor
14961505
14971506
```
14981507

1499-
## Todo
1500-
- JavaScript
1501-
- Object Review {property1, property2}
1502-
- Object Clone overview
1503-
- Arrow Operator
1504-
- What is npm?
1505-
- What is WebPack?
1506-
- Common Error Handling and Server Side Validation and Other REST API Features?
1507-
- Common Message Component for RESTful Calls
1508-
- Moving @CrossOrigin to a Common Location
1509-
- What is Bundling? What are runtime.js, polyfills.js, styles.js, vendor.js, main.js? How are they generated? ```\src\main.ts```, ```\src\polyfills.ts```, ```\src\styles.css```, ```\src\**\*.component.css```
1510-
- How can I rollback changes made by Angular CLI?
1511-
- How can you learn to write tests for Angular?
1512-
- How can you learn to write end to end tests for Angular?
1513-
- What are Dependency Injection Options other than root?
1514-
- Spring Security Authorization
1515-
- What are the different kinds of Data Binding?
1516-
- /blog/src/app/basics/basics.component.html
1517-
- Angular Specific Syntax
1518-
- [class.active]="isActive()"
1519-
- [style.font]="determineFont"
1520-
- How do you build various form elements in Angular?
1521-
- /blog/src/app/box/box.component.html
1522-
- /blog/src/app/form/form.component.html
1523-
- What is a Child Component?
1524-
- person-row.component.html, person.component.html
1525-
- How can you configure environment configuration in Angular Projects? src\environments folder
1526-
- How do you create a production deployment? What are the production optimizations that are? What is Uglification? What is Minification?
1527-
- https://medium.com/frontend-coach/7-must-have-visual-studio-code-extensions-for-angular-af9c476147fd
1528-
- Dev vs Prod Configuration
1529-
- Deployment
1530-
- Seperate vs Together
1531-
- Deploying to Cloud
1532-
- Material Design
1533-
- Debugging with Visual Studio Code
1534-
- To debug the client side Angular code, we'll need to install the Debugger for Chrome extension - https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome
1535-
- Open the Extensions view (⇧⌘X or Ctrl+Shift+X)
1536-
- Type Debugger for Chrome
1537-
- Install
1538-
- Reload
1539-
- Go to the Debug view (⇧⌘D or Ctrl+Shift+D)
1540-
- Click on gear button to create launch.json
1541-
- Choose Chrome from the Select Environment dropdown
1542-
- Set URL to "url": "http://localhost:4200"
1543-
- Running Examples
1544-
- Download the zip or clone the Git repository.
1545-
- Unzip the zip file (if you downloaded one)
1546-
- Open Command Prompt and Change directory (cd) to folder containing pom.xml
1547-
- Open Eclipse
1548-
- File -> Import -> Existing Maven Project -> Navigate to the folder where you unzipped the zip
1549-
- Select the right project
1550-
- Choose the Spring Boot Application file (search for file with @SpringBootApplication)
1551-
- Right Click on the file and Run as Java Application
1552-
- You are all Set
1553-
- For help : use our installation guide - https://www.youtube.com/playlist?list=PLBBog2r6uMCSmMVTW_QmDLyASBvovyAO3
1554-
15551508
## Next Steps
15561509
- Angular
15571510
- https://angular.io/guide/quickstart

0 commit comments

Comments
 (0)