|
13 | 13 | </p>
|
14 | 14 |
|
15 | 15 | <h3> Content: </h3>
|
16 |
| - [<i>Introduction with Ruby</i>](https://github.com/StrongerProgrammer7/Design-patterns/files/11524651/1_._2022-2023.pdf) |
| 16 | +<h4>[<i>Introduction with Ruby</i>](https://github.com/StrongerProgrammer7/Design-patterns/files/11524651/1_._2022-2023.pdf) </h4> |
17 | 17 | <ul>
|
18 | 18 | <li>Introduction to Ruby</li>
|
19 | 19 | <li>Algorithms for working with numbers and loops</li>
|
20 | 20 | <li>Arrays</li>
|
21 | 21 | <li>Methods that take a block as an argument</li>
|
22 | 22 | </ul>
|
23 |
| - [<i>Kernel classes and models</i>](https://github.com/StrongerProgrammer7/Design-patterns/files/11524661/2_._2022-2023.pdf) |
| 23 | + <h4>[<i>Kernel classes and models</i>](https://github.com/StrongerProgrammer7/Design-patterns/files/11524661/2_._2022-2023.pdf) </h4> |
24 | 24 | <h4>Using pattern Strategy</h4>
|
25 | 25 | <ul>
|
26 | 26 | <li>Objects and classes</li>
|
27 | 27 | <li>Reading, Viewing, and Writing Entities</li>
|
28 | 28 | <li>Model classes.</li>
|
29 | 29 | <li>Classes: JSON,YAML,TXT <strong>(pattern Strategy)</strong></li>
|
30 | 30 | </ul>
|
31 |
| - [<i>Single Entity Model</i>](https://github.com/StrongerProgrammer7/Design-patterns/files/11524667/3_._2022-2023.pdf) |
| 31 | + <h4> [<i>Single Entity Model</i>](https://github.com/StrongerProgrammer7/Design-patterns/files/11524667/3_._2022-2023.pdf)</h4> |
32 | 32 | <h4>Using pattern Singleton && Adapter && MVC && Observer</h4>
|
33 | 33 | <ul>
|
34 | 34 | <li>Connecting a database to a model (pattern Singleton)</li>
|
35 | 35 | <li>Serialization (pattern Adapter) </li>
|
36 | 36 | <li>Building a window.(pattern MVC)</li>
|
37 | 37 | <li>MVC – CRUD - read. (pattern Observer - View)</li>
|
38 | 38 | </ul>
|
39 |
| - [<i>MVC</i>](https://github.com/StrongerProgrammer7/Design-patterns/files/11524681/4_._2022-2023.pdf) |
| 39 | + <h4>[<i>MVC</i>](https://github.com/StrongerProgrammer7/Design-patterns/files/11524681/4_._2022-2023.pdf)</h4> |
40 | 40 | <h4>Using pattern Factory</h4>
|
41 | 41 | <ul>
|
42 | 42 | <li>Create implementation.</li>
|
43 | 43 | <li>Update implementation.</li>
|
44 | 44 | <li>Factory. (pattern Factory)</li>
|
45 | 45 | <li>Delete implementation.</li>
|
46 | 46 | </ul>
|
47 |
| - [<i>Create software </i>](https://github.com/StrongerProgrammer7/Design-patterns/files/11524687/5_._2022-2023.pdf) |
| 47 | + <h4>[<i>Create software </i>](https://github.com/StrongerProgrammer7/Design-patterns/files/11524687/5_._2022-2023.pdf)</h4> |
48 | 48 | <ul>
|
49 | 49 | <li>Unit-test</li>
|
50 | 50 | <li>Logger</li>
|
51 | 51 | <li>Gem</li>
|
52 | 52 | <li>Synatra(not realise)</li>
|
53 | 53 | </ul>
|
54 |
| - [<i>Filtering and sorting</i>](https://github.com/StrongerProgrammer7/Design-patterns/files/11524693/6_._2022-2023.pdf) |
| 54 | + <h4>[<i>Filtering and sorting</i>](https://github.com/StrongerProgrammer7/Design-patterns/files/11524693/6_._2022-2023.pdf)</h4> |
55 | 55 | <h4>Using pattern Wrapper</h4>
|
56 | 56 | <ul>
|
57 | 57 | <li>Filtering by one field.</li>
|
58 | 58 | <li>Filtering by all fields in the database.(pattern Wrapper- realise to IW) - not realise</li>
|
59 | 59 | <li>File filtering. - not realise</li>
|
60 | 60 | <li>Sort - not realise</li>
|
61 | 61 | </ul>
|
62 |
| - [<i>Working with the list of labs</i>](https://github.com/StrongerProgrammer7/Design-patterns/files/11524698/7_._2022-2023.pdf) |
| 62 | + <h4>[<i>Working with the list of labs</i>](https://github.com/StrongerProgrammer7/Design-patterns/files/11524698/7_._2022-2023.pdf)</h4> |
63 | 63 | <ul>
|
64 | 64 | <li>Scenario 1 - create modal</li>
|
65 | 65 | <li>Scenario 2 - realise add </li>
|
66 | 66 | <li>Scenario 3 - realise update </li>
|
67 | 67 | <li>Scenario 4 - realise delete</li>
|
68 | 68 | </ul>
|
69 |
| - [<i>Individual work</i>](https://github.com/StrongerProgrammer7/Design-patterns/files/11524701/2022-2023._.pdf) |
| 69 | + <h4> [<i>Individual work</i>](https://github.com/StrongerProgrammer7/Design-patterns/files/11524701/2022-2023._.pdf)</h4> |
70 | 70 | <h2> Diagramm class (labs) </h2>
|
71 | 71 | <img src="" alt="diagramm labs"/>
|
72 | 72 | <p> Show view program </p>
|
|
0 commit comments