|
122 | 122 | ## [5] Java - Software Design [WIP]
|
123 | 123 | 
|
124 | 124 | ### NOTES [Useful Info] :
|
125 |
| -*[-> Design Patterns & Examples in JDK](_moreReadMe/design_patterns_intro)* |
| 125 | +*[-> Design Patterns & Examples in JDK](_notes_others/design_patterns_intro)* |
126 | 126 |
|
127 | 127 | *-> Creational Patterns: [Singleton](https://medium.com/geekculture/918194310419), [Builder](https://medium.com/geekculture/9c85f65696e5), [Factory Method](https://medium.com/geekculture/895f93cb4b43), [Prototype](https://medium.com/geekculture/cb4209342a2c)*
|
128 | 128 |
|
129 | 129 | *-> Structural Patterns*
|
130 | 130 |
|
131 | 131 | *-> Behavioral Patterns*
|
132 | 132 |
|
133 |
| -*[-> Design Patterns Cheat Sheet](_moreReadMe/design_patterns_cheatsheet)* |
| 133 | +*[-> Design Patterns Cheat Sheet](_notes_others/design_patterns_cheatsheet)* |
134 | 134 |
|
135 | 135 | ### PROGRAMS :
|
136 | 136 |
|
|
152 | 152 | 
|
153 | 153 |
|
154 | 154 | ### NOTES [Useful Info] :
|
155 |
| -*[-> Common Data Structures](_moreReadMe/ds)* |
| 155 | +*[-> Common Data Structures](_notes_others/ds)* |
156 | 156 |
|
157 |
| -*[-> Searching and Sorting Algorithms](_moreReadMe/search_sort)* |
| 157 | +*[-> Searching and Sorting Algorithms](_notes_others/search_sort)* |
158 | 158 |
|
159 |
| -*[-> Tree and Graph Algorithms](_moreReadMe/tree_graph)* |
| 159 | +*[-> Tree and Graph Algorithms](_notes_others/tree_graph)* |
160 | 160 |
|
161 |
| -*[-> Concepts of Dynamic Programming](_moreReadMe/dp)* |
| 161 | +*[-> Concepts of Dynamic Programming](_notes_others/dp)* |
162 | 162 |
|
163 |
| -*[-> Big O Cheat Sheet](_moreReadMe/bigO)* |
| 163 | +*[-> Big O Cheat Sheet](_notes_others/bigO)* |
164 | 164 |
|
165 |
| -*[-> LeetCode Data Structures & Algorithms Patterns](_moreReadMe/leetcode_dsa_patterns)* |
| 165 | +*[-> LeetCode Data Structures & Algorithms Patterns](_notes_others/leetcode_dsa_patterns)* |
166 | 166 |
|
167 | 167 | ### PROGRAMS :
|
168 | 168 | #### [Basic Programs](_programs_java/java_datastructures_algorithms/basic_programs) | [Recursion Programs](_programs_java/java_datastructures_algorithms/recursion_programs)
|
|
247 | 247 |
|
248 | 248 | ### NOTES [Useful Info] :
|
249 | 249 |
|
250 |
| -*[-> Retrofit](_moreReadMe/android_retrofit) - type-safe HTTP client for Java & Android* |
| 250 | +*[-> Retrofit](_notes_others/android_retrofit) - type-safe HTTP client for Java & Android* |
251 | 251 |
|
252 |
| -*[-> Glide](_moreReadMe/android_glide) - efficient image loading lib with media decoding, memory & disk caching* |
| 252 | +*[-> Glide](_notes_others/android_glide) - efficient image loading lib with media decoding, memory & disk caching* |
253 | 253 |
|
254 |
| -*[-> RoomDB](_moreReadMe/android_roomdb) - ORM based SQLite wrapper for fluent db access* |
| 254 | +*[-> RoomDB](_notes_others/android_roomdb) - ORM based SQLite wrapper for fluent db access* |
255 | 255 |
|
256 |
| -*[-> WorkManager](_moreReadMe/android_workmanager) - schedule deferrable, asynchronous tasks* |
| 256 | +*[-> WorkManager](_notes_others/android_workmanager) - schedule deferrable, asynchronous tasks* |
257 | 257 |
|
258 | 258 | *-> ViewModel - store & and manage UI-related data in lifecycle-aware way*
|
259 | 259 |
|
|
303 | 303 |
|
304 | 304 | 
|
305 | 305 |
|
306 |
| -#### [Basics of Testing in Java](_moreReadMe/testing) |
| 306 | +#### [Basics of Testing in Java](_notes_others/testing) |
307 | 307 |
|
308 | 308 | #### JUnit 5 (Unit Testing Library)
|
309 | 309 |
|
|
357 | 357 | -->
|
358 | 358 | ## Relation of Java and Others Languages
|
359 | 359 | ### NOTES [Useful Info] :
|
360 |
| -*[-> Comparisons between C, C++, C# and Java Language](_moreReadMe/cplusplus)* |
| 360 | +*[-> Comparisons between C, C++, C# and Java Language](_notes_others/cplusplus)* |
361 | 361 |
|
362 |
| -*[-> CheatSheet | C# for Java Developers](_moreReadMe/csharp)* |
| 362 | +*[-> CheatSheet | C# for Java Developers](_notes_others/csharp)* |
363 | 363 |
|
364 |
| -*[-> Java and Python](_moreReadMe/python)* |
| 364 | +*[-> Java and Python](_notes_others/python)* |
365 | 365 |
|
366 | 366 | .
|
367 | 367 |
|
368 | 368 | ## Extras
|
369 | 369 | ### NOTES :
|
370 |
| -*[[USEFUL INFO - Good Java & Computer Science Books for Reference]](_moreReadMe/books)* |
| 370 | +*[[USEFUL INFO - Good Java & Computer Science Books for Reference]](_notes_others/books)* |
371 | 371 |
|
372 |
| -*[[USEFUL INFO - Great Websites for Learning Java & Computer Science]](_moreReadMe/websites)* |
| 372 | +*[[USEFUL INFO - Great Websites for Learning Java & Computer Science]](_notes_others/websites)* |
373 | 373 |
|
374 | 374 | .
|
375 | 375 |
|
|
0 commit comments