Skip to content

Commit e6c3077

Browse files
Educational plan
1 parent 1df0ca0 commit e6c3077

File tree

2 files changed

+73
-7
lines changed

2 files changed

+73
-7
lines changed

.obsidian/workspace.json

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,21 @@
1818
"source": false
1919
}
2020
}
21+
},
22+
{
23+
"id": "c883daf045c08995",
24+
"type": "leaf",
25+
"state": {
26+
"type": "markdown",
27+
"state": {
28+
"file": "Plan.md",
29+
"mode": "source",
30+
"source": false
31+
}
32+
}
2133
}
22-
]
34+
],
35+
"currentTab": 1
2336
}
2437
],
2538
"direction": "vertical"
@@ -85,7 +98,7 @@
8598
"state": {
8699
"type": "backlink",
87100
"state": {
88-
"file": "README.md",
101+
"file": "Plan.md",
89102
"collapseAll": false,
90103
"extraContext": false,
91104
"sortOrder": "alphabetical",
@@ -102,7 +115,7 @@
102115
"state": {
103116
"type": "outgoing-link",
104117
"state": {
105-
"file": "README.md",
118+
"file": "Plan.md",
106119
"linksCollapsed": false,
107120
"unlinkedCollapsed": true
108121
}
@@ -125,7 +138,7 @@
125138
"state": {
126139
"type": "outline",
127140
"state": {
128-
"file": "README.md"
141+
"file": "Plan.md"
129142
}
130143
}
131144
}
@@ -146,9 +159,10 @@
146159
"command-palette:Open command palette": false
147160
}
148161
},
149-
"active": "e89ca2a43d842725",
162+
"active": "c883daf045c08995",
150163
"lastOpenFiles": [
151-
"Kvai Gon Jinn and Obivan Kenobe.png",
152-
"README.md"
164+
"README.md",
165+
"Plan.md",
166+
"Kvai Gon Jinn and Obivan Kenobe.png"
153167
]
154168
}

Plan.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
## План
2+
3+
Теоретическая и практическая части разделены на несколько модулей.
4+
Первая содержит в конце каждой части этап онлайн обсуждения с преподавателем с вопросами - ответами в свободной форме по пройденным материалам, тестирование.
5+
6+
Практическая часть заключается в фиксации знаний, в частности - это домашнее задание, тестовое задание,
7+
8+
1. Computer Science
9+
1. Connections & networks:
10+
1. Connection levels
11+
2. Data exchange:
12+
1. Protocols
13+
2. Data types
14+
3. Data structures
15+
2. Abstractions & Programming principles, programming paradigms
16+
1. Programming languages
17+
2. Abstractions
18+
3. Programming principles
19+
4. Programming paradigms
20+
1. Procedural programming
21+
2. Logical programming
22+
3. Imperative programming
23+
4. Declarative programming
24+
5. Functional programming
25+
6. Object oriented programming
26+
3. WEB working environment
27+
1. Client-server WEB applications architecture
28+
2. Server
29+
1. CDN
30+
3. Browser
31+
1. HTML
32+
2. CSS
33+
3. SEO
34+
4. Statics & Media
35+
5. API
36+
6. Dev tools
37+
4. ECMAScript (JavaScript)
38+
1. JS core
39+
2. JS advanced
40+
5. Programmer tools
41+
1. GIT
42+
2. Package managers
43+
3. Environment
44+
4. Hosts
45+
5. Builders
46+
6. Application Development
47+
1. Node
48+
2. React
49+
3. Docker
50+
4. Contracts
51+
5. Testing
52+
6. Redux & other browser-side state managers

0 commit comments

Comments
 (0)