gitextract_r5n11ch_/ ├── .gitignore ├── README.md ├── css/ │ └── style.css ├── data/ │ ├── Preview-source-skillmap-PNG.md │ ├── map-AngularJS2.md │ ├── map-Apollo.md │ ├── map-Architect.md │ ├── map-BigDataEngineer.md │ ├── map-CDN.md │ ├── map-CTO.md │ ├── map-CloudComputing.md │ ├── map-Container.md │ ├── map-DBA.md │ ├── map-DevLang-Clojure.md │ ├── map-DevLang-Golang.md │ ├── map-DevLang-Haskell.md │ ├── map-DevLang-Java.md │ ├── map-DevLang-Nodejs.md │ ├── map-DevLang-PHP.md │ ├── map-DevLang-Python.md │ ├── map-DevLang-Ruby.md │ ├── map-DevLang-Total.md │ ├── map-DevOps.md │ ├── map-EmbeddedEngineer.md │ ├── map-FrontEndEngineer.md │ ├── map-Git.md │ ├── map-HTML5.md │ ├── map-Hadoop.md │ ├── map-IntelligentDevOps.md │ ├── map-Kubernetes.md │ ├── map-LiveTelecast.md │ ├── map-MachineLearning.md │ ├── map-Microservice.md │ ├── map-MobileDev-AndroidArchitect.md │ ├── map-MobileDev-AndroidDev.md │ ├── map-MobileDev-AndroidROMDev.md │ ├── map-MobileDev-iOSDev.md │ ├── map-MobilePerformanceOptimization.md │ ├── map-MobileWirelessTesting.md │ ├── map-OpenResty.md │ ├── map-SecurityEngineer.md │ ├── map-Serverless.md │ ├── map-dns-troubleshoot.md │ └── map-testing.md ├── gulpfile.js ├── index.html ├── js/ │ └── script.js ├── package.json ├── sass/ │ ├── _base.sass │ └── style.sass ├── test.md └── xmind/ ├── DBA.xmind ├── HTML5.xmind ├── IOAM.xmind ├── Java.xmind ├── big-data.xmind ├── cloudComputing.xmind ├── dev-lang-Go.xmind ├── dev-lang-total.xmind ├── frontEnd.xmind ├── micro-service.xmind └── security.xmind