/TechStack

The roadmap to build your techstack

Primary LanguageShell

TechStack

每个人都有自己的技术栈,这是我的技术笔记和学习资料,边学边完善,大部分来自浏览的网站以及阅读的书,一些内容比较多的整理成markdown,部分内容已发表在我的blog中。

目录结构

.
├── Algorithms
│   └── 算法.md
├── DataBase
│   └── mongo-note.md
├── Design
│   ├── DMMT思维导图.png
│   ├── books.md
│   └── design-note.md
├── Env
│   ├── README.md
│   ├── docker-file-note.md
│   └── docker-note.md
├── FrontEnd
│   ├── 3-web-designs-in-3-weeks.pdf
│   ├── README.md
│   ├── angularjs-note.md
│   ├── css-note.md
│   ├── ejs-note.md
│   ├── emmet-note.md
│   ├── fe-note.md
│   ├── html-note.md
│   ├── html5_cheatsheet.jpg
│   ├── meteor-note.md
│   └── sass-note.md
├── Languages
│   ├── README.md
│   ├── books.md
│   ├── c-note.md
│   ├── cpp-note.md
│   ├── fe_skill_set.jpeg
│   ├── js in one pic.png
│   └── js-note.md
├── Mobile
│   ├── README.md
│   ├── adb-note.md
│   ├── ios-note.md
│   └── producter_1.5.pdf
├── Nodejs
│   ├── books.md
│   ├── express-note.md
│   ├── flash-note.md
│   ├── lodash-note.md
│   ├── nodejs-note.md
│   └── srqc-nodejs.md
├── Others
│   ├── hadoop-note.md
│   ├── happy-note.md
│   └── webGL-note.md
├── README.md
├── Shell
│   ├── README.md
│   ├── abs-note.md
│   ├── bash-note.md
│   ├── books.md
│   ├── busybox-note.md
│   ├── makefile-note.md
│   ├── scripts
│   │   ├── 2_2_2.sh
│   │   ├── cleanup.sh
│   │   ├── cleanup1.sh
│   │   ├── cleanup2.sh
│   │   ├── log
│   │   └── log.txt
│   └── shell-note.md
├── Test
│   ├── appium-note.md
│   ├── mocha-test.md
│   ├── monkey-note.md
│   └── test-note.md
├── Tools
│   ├── README.md
│   ├── atom-note.md
│   ├── docker-create-nodejs-mongodb-image.md
│   ├── docker-file-note.md
│   ├── docker-note.md
│   ├── framer-note.md
│   ├── git-note.md
│   ├── gulp-note.md
│   ├── mac-latex-note.md
│   ├── nginx-note.md
│   ├── pm2-note.md
│   ├── sketch-note.md
│   ├── sublime-note.md
│   ├── vgod-vim-cheat-sheet-full.pdf
│   └── vim-note.md
└── readme.sh

14 directories, 72 files