Study Blockchain
한국어 문서
This is a collection of articles that I studied and organized about computer science during the 18 months I spent in the Korean army.
Finally, I made a study plan with the goal of developing a blockchain.
Blockchain is a suitable goal to study various fields for a long time because it requires overall knowledge of computer science.
:checkered_flag: Computer Network September ~ October
- Ehternet Bridge
(21-09-11)
- Ip: Class
(21-09-18)
- IP: Subnetting
(21-09-20)
- Switch Spanning Tree Protocol
(21-09-25)
- Switch VLan
(21-10-02)
- Router & Routing Protocol
(21-09-25)
- NAT (Network Address Translation)
(21-10-02)
- DNS (Domain Name System)
(21-10-09)
🦕OS (Operating System) November December
- Computer Strcture
(21-11-28)
- Process and Thread
(21-12-04)
- Synchronization
(21-12-11)
- Memory
(21-12-16)
- Virture Memory
(21-12-19)
- Storage
(21-12-26)
- File System
(21-01-02)
📦 OOP (Object Orient Programming) January ~ March
Code Hub
- Programming design was difficult
(22-01-31)
- Clean Architecture
(22-02-01)
- Polymorphism & Type
(22-02-02)
- Interface
(22-02-13)
- Responsibility
(22-02-13)
- Message
(22-02-20)
- Dependency
(22-02-27)
- Extends
(22-03-06)
🔒 Number-theory & Cryptography May
📦 Set theory & Relational Database June
🌲 Data sturcture & Algorithm June ~ August
- [Linked List]()
(2022-06-18)
- [Stack]()
(2022-07-16)
- [Queue]()
(2022-07-15)
- Regular expression
(2022-07-15)
- DFS (Depth-First-Search)
(2022-07-23)
- BFS (Breadth-Fistch-Search)
(2022-07-30)
:computer: Cloud and Infra August
- Linux basic command
- Nginx & SSL
- Firewall
- PM2
- Screen
- Docker
⛓️ BlockChain September ~ October
- [Using the HyperLedger Indy, Develop DID]()
- [Using the HyperLedger Fabic, Develop Private Blockchain]()
- [Using the Remix IDE, Solidity]()