Skip to content

Commit 1d25724

Browse files
committed
Improve courses concepts
1 parent 324df84 commit 1d25724

1 file changed

Lines changed: 19 additions & 20 deletions

File tree

src/components/Resume.astro

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -365,17 +365,17 @@ contest"
365365
</p>
366366

367367
<p>
368-
C++ data structures • C++ file handling • Cmake • C++ pointers • C++
369-
data types • C++ polymorphism • Encapsulation • Access specifiers •
370-
Inheritance • Abstraction • Generic programming • Computer memory
371-
architecture • Dynamic memory allocation • C++ copy and move semantics •
372-
Heap memory • Memory management in c++ • R-values • Smart pointers •
373-
Buffer overruns • Memory-efficient programming • Call-by-value • Rule of
374-
three • Memory leaks • L-values • Code debugging • Automatic memory
375-
allocation • Variable scope • Call-by-reference • Rule of five • Stack
376-
memory • Ownership in memory management • Call stacks • Raii • Threading
377-
Concurrent computing • Futures and promises • Parallel computing •
378-
Data races • Message queues
368+
C++ data structures • CMake • C++ pointers • C++ data types • C++
369+
polymorphism • Encapsulation • Access specifiers • Inheritance
370+
Abstraction • Generic programming • Computer memory architecture •
371+
Dynamic memory allocation • C++ copy and move semantics • Heap memory
372+
Memory management in C++ • R-values • Smart pointers • Buffer overruns
373+
Memory-efficient programming • Call-by-value • Rule of three • Memory
374+
leaks • L-values • Code debugging • Automatic memory allocation •
375+
Variable scope • Call-by-reference • Rule of five • Stack memory •
376+
Ownership in memory management • Call stacks • RAII • Threading
377+
Concurrent computing • Futures and promises • Parallel computing • Data
378+
races • Message queues
379379
</p>
380380
</ResumeBlock>
381381
<ResumeBlock
@@ -393,15 +393,14 @@ contest"
393393

394394
<p>
395395
File I/O • Functional programming concepts • Python data structures •
396-
Python exception handling • Python data types • Code debugging • Magic
397-
methods • Python namespaces • Pythonic design patterns • Python
398-
decorator functions • Object-oriented design patterns • Object creation
399-
design patterns • Python virtual environments • Web services •
400-
Application servers • Pythonic design patterns • Object creation design
401-
patterns • PIP • Abstraction • Flask • PEP 8 • Modular code •
402-
Application routing • Python package management • Inheritance •
403-
Application dependency management • Python modules • Fetching data •
404-
REST APIs
396+
Python exception handling • Python data types • Magic methods • Python
397+
namespaces • Pythonic design patterns • Python decorator functions •
398+
Object-oriented design patterns • Object creation design patterns •
399+
Python virtual environments • Web services • Application servers •
400+
Pythonic design patterns • Object creation design patterns • PIP •
401+
Abstraction • Flask • PEP 8 • Modular code • Application routing •
402+
Python package management • Inheritance • Application dependency
403+
management • Python modules • Fetching data • REST APIs
405404
</p>
406405
</ResumeBlock>
407406

0 commit comments

Comments
 (0)