Welcome to my personal tech journal, where I record everything I've learned from the workplace, studies, and job interviews. I believe in learning something new every month, confident that someday this knowledge will prove useful.
Here is the directory tree:
.
├── README.md
├── ai
│ ├── Kazemi_One_Millisecond_Face_2014_CVPR_paper.pdf
│ ├── machine-learning
│ └── nlp
├── backend
│ ├── c#.net
│ ├── elasticsearch
│ ├── go
│ ├── java
│ ├── javascript.md
│ ├── nats.md
│ ├── nodejs
│ ├── oop.md
│ ├── python
│ ├── rabbitmq.md
│ └── typescript.md
├── blockchain
│ ├── Avalanche-Platform-Whitepaper.pdf
│ ├── Ethereum_white_paper.pdf
│ ├── GHOST-protocol-paper.pdf
│ ├── avax.md
│ ├── bitcoin.pdf
│ ├── chainlink-whitepaper-v2.pdf
│ ├── core.md
│ ├── ghast-protocol.pdf
│ ├── layer2.md
│ └── security.md
├── caching
│ └── redis.md
├── cloud
│ ├── alicloud.md
│ └── aws.md
├── config
│ ├── bash_profile
│ └── vscode.md
├── data-structure-algorithm
│ ├── algoritm.md
│ └── data-structure.md
├── db
│ ├── core.md
│ ├── dirty-read-write.md
│ ├── locking.md
│ ├── mongodb
│ ├── mysql
│ ├── percona.md
│ └── postgresql
├── devops
│ ├── docker.md
│ └── k8s
├── frontend
│ ├── jest
│ ├── reactjs.md
│ └── vuejs.md
├── git.md
├── math
│ ├── integration
│ ├── linear-algebra
│ └── multivariate-calculus
├── message-queue
│ ├── rabbitmq
│ └── solace.md
├── networking
│ ├── cdn.md
│ └── http-header.md
├── os
│ └── windows.md
├── others
│ ├── gpu-computing
│ └── others.md
├── payment
│ └── paypal
├── project-management
│ ├── agile.md
│ └── project-management.md
├── system-design
│ ├── GraphQL
│ ├── centralised-crypto-exchange.md
│ ├── grpc
│ ├── microservices.md
│ └── pagination.md
└── web
├── common.md
├── nginx.md
└── security.md
41 directories, 45 files
The tree directory could be generated from the cmd:
tree -L 2