Skip to content

Commit 83121c6

Browse files
Update README.md
1 parent 22a7b36 commit 83121c6

File tree

1 file changed

+91
-1
lines changed
  • _notes_others/zothers_java_todolater

1 file changed

+91
-1
lines changed

_notes_others/zothers_java_todolater/README.md

Lines changed: 91 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- *Software Engineering*
55
- *StackOverflow Questions*
66
- *Interview Questions*
7-
7+
- *Spring Boot REST API (Java & Kotlin)*
88
.
99

1010
### Java - Threads
@@ -82,3 +82,93 @@
8282
#### Interview Questions (java)
8383

8484
#### Puzzles & HR Questions
85+
86+
87+
88+
89+
90+
91+
<!--
92+
## Intro to Databases & Spring boot Develpment (Java & Kotlin)
93+
94+
<details>
95+
<summary><b>To be done later</b></summary>
96+
97+
![Springboot](https://user-images.githubusercontent.com/2780145/109139875-051a5e00-7782-11eb-9d56-65bad2dcf23c.png)
98+
#### JDBC (Java Database Connectivity)
99+
100+
#### SQL Basics (DDL,DML,DQL)
101+
102+
#### MySQL (SQL Database)
103+
104+
#### MongoDB (NoSQL Database)
105+
106+
#### SQL Intermediate (DCL,TCL)
107+
108+
#### ORM (Object-Relational Mapping)
109+
110+
#### Hibernate 5 (ORM Library)
111+
112+
</details>
113+
114+
.
115+
116+
## Intro to Developer-Side Testing (JUnit)
117+
118+
<details>
119+
<summary><b>To be done later</b></summary>
120+
121+
![Junit5](https://user-images.githubusercontent.com/2780145/109352486-eced3080-78a0-11eb-98ca-e10ae5edb116.png)
122+
123+
#### [Basics of Testing in Java](_notes_others/testing)
124+
125+
#### JUnit 5 (Unit Testing Library)
126+
127+
#### Mockito 2 (Test Doubling Library)
128+
129+
#### Understanding Test Driven Development
130+
131+
</details>
132+
133+
.
134+
135+
## Java - Software Development
136+
137+
<details>
138+
<summary><b>To be done later</b></summary>
139+
140+
#### Java Best Practices
141+
142+
#### Class Relationships (Design Basics)
143+
144+
#### SE Funadamentals
145+
146+
#### OOAD Funadamentals
147+
148+
#### Refactoring & Regression
149+
150+
#### Behaviour Driven Development
151+
152+
</details>
153+
154+
.
155+
156+
## Technical Diagrams for Developers
157+
158+
<details>
159+
<summary><b>To be done later</b></summary>
160+
161+
#### Database Schema
162+
163+
#### Entity-Relationship Diagram (ERD)
164+
165+
#### Unified Modeling Language (UML)
166+
167+
#### Control-Flow Diagram (CFD)
168+
169+
#### Data-Flow Diagram (DFD)
170+
171+
</details>
172+
173+
.
174+
-->

0 commit comments

Comments
 (0)