Skip to content

Commit 9b651e8

Browse files
authored
Spelling
1 parent 97d088f commit 9b651e8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Practice/Projects.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
# Projects for 1st year
1+
# Practical projects
22

33
- Abstractions (class, prototype, function, functor, module, pattern, on other complex abstraction) for:
44
- Data structures: specific lists, trees, or graphs with methods for traversal and iteration
5-
- Algorythms: implementation of known math or phisics calculations, data manipulations, etc.
5+
- Algorithms: implementation of known math or physics calculations, data manipulations, etc.
66
- Access to I/O devices, operation system, other applications, timers and different sensors
7-
- Syntax sugar for any programming language to express domain processes in expessive and simple way
7+
- Syntax sugar for any programming language to express domain processes in expressive and simple way
88
- DSL (Domain specific language) runtime, interpreter, compiler, linter, style fixers and tools
99
- Games: web, console, mobile of any kind but with good patterns, project structure and code style
1010
- Parsing tools for any formal or informal language
1111
- Crawler and search engines
1212
- Examples, tests and documentation for lectures, frameworks, and libraries
13-
- Fixes, contribution, features, and bug-reproduction reports for open-soouce projects
13+
- Fixes, contribution, features, and bug-reproduction reports for open-source projects
1414
- System programming
1515
- Data access abstractions, repository implementation, query builder for persistent queue, column or relational db
1616
- Network protocols for message passing, rpc, api, rest or stateful,
17-
- Reactive abstarctions
17+
- Reactive abstractions
1818
- Asynchronous programming abstractions
1919
- Parallel programming abstractions
2020
- Applied applications, their subsystems, or separate modules

0 commit comments

Comments
 (0)