posting-study / blockchain_study

BlockChain Study 2021 ~ 2022
1 stars 1 forks source link

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

  1. Ehternet Bridge (21-09-11)
  2. Ip: Class (21-09-18)
  3. IP: Subnetting (21-09-20)
  4. Switch Spanning Tree Protocol (21-09-25)
  5. Switch VLan (21-10-02)
  6. Router & Routing Protocol (21-09-25)
  7. NAT (Network Address Translation) (21-10-02)
  8. DNS (Domain Name System) (21-10-09)

🦕OS (Operating System) November December

  1. Computer Strcture (21-11-28)
  2. Process and Thread (21-12-04)
  3. Synchronization (21-12-11)
  4. Memory (21-12-16)
  5. Virture Memory (21-12-19)
  6. Storage (21-12-26)
  7. File System (21-01-02)

📦 OOP (Object Orient Programming) January ~ March

Code Hub

  1. Programming design was difficult (22-01-31)
  2. Clean Architecture (22-02-01)
  3. Polymorphism & Type (22-02-02)
  4. Interface (22-02-13)
  5. Responsibility (22-02-13)
  6. Message (22-02-20)
  7. Dependency (22-02-27)
  8. Extends (22-03-06)

🔒 Number-theory & Cryptography May

📦 Set theory & Relational Database June

🌲 Data sturcture & Algorithm June ~ August

  1. [Linked List]() (2022-06-18)
  2. [Stack]() (2022-07-16)
  3. [Queue]() (2022-07-15)
  4. Regular expression (2022-07-15)
  5. DFS (Depth-First-Search) (2022-07-23)
  6. BFS (Breadth-Fistch-Search) (2022-07-30)

:computer: Cloud and Infra August

  1. Linux basic command
  2. Nginx & SSL
  3. Firewall
  4. PM2
  5. Screen
  6. Docker

⛓️ BlockChain September ~ October

  1. [Using the HyperLedger Indy, Develop DID]()
  2. [Using the HyperLedger Fabic, Develop Private Blockchain]()
  3. [Using the Remix IDE, Solidity]()