# h-blog **Repository Path**: LiQiang0307/h-blog ## Basic Information - **Project Name**: h-blog - **Description**: js, javascript, blog, typescript, node, koa... - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hooper's blog. ![......](./resource/bg.png) 自律, 警醒. ******************************** FBI WARNING ******************************** __PS:如有问题,或者错误,欢迎提 ISSUE ,共同成长__ - [掘金 link](https://juejin.im/user/58f06f7a5c497d006c7bc766/shares) - [掘金 专栏](https://juejin.im/user/58f06f7a5c497d006c7bc766/posts) - [segmentfault 主页](https://segmentfault.com/u/hooperhu) ******************************** FBI WARNING ******************************** ---- ### 极力推荐 > 社长推荐 - [深度解析 [] == ![]](./interesting/in5.md) - [有趣的注释,总有你喜欢的那款(如果有更好的欢迎 pr)](./interesting/hehe.js) - [TypeScript 全梳理(近20篇博客)](./TS/readme.md) - [koa2 全览(使用,源码,机制,生态...)](./source/koa2/readme.md) - [generator 详解](./js/syncAndAsync/generator/readme.md) ### TypeScript > 精品 - [TypeScript 全梳理(近20篇博客)](./TS/readme.md) - [基于 Typescript 的设计模式总览](./design/pattern/readme.md) - 单例模式: [Singleton](./design/pattern/singleton/readme.md) ### Javascript 1. 异步处理方案简史(cb, cps, thunk,deferred, promise,generator + co, async-await) - [generator 详解](./js/syncAndAsync/generator/readme.md) ### 趣味 > 有趣是一种调味剂 - [有趣的注释,总有你喜欢的那款(如果有更好的欢迎 pr)](./interesting/hehe.js) - [深度解析 [] == ![],从 ECMAScript 规范说起](./interesting/in5.md) - [如何使 (aᅠ==1 && a== 2 && ᅠa==3) 返回 true](./interesting/in1.md) - [巧用异步事件队列](./interesting/in2.md) - [n 道 JavaScript 难题](./interesting/in3.md) - [JS 中经常使用的小技巧,更简短的实现(长期更新)](./interesting/in4.md) ### 源码阅读 > 知其然知其所以然 - [koa2 全览(使用,源码,机制,生态...)](./source/koa2/readme.md) - [委托库 delegates 源码分析](./source/delegates/readme.md) - [工具库 Underscore 源码分析](./source/Underscore.js/readme.md) - [工具库 lodash 源码分析](./source/Lodash/readme.md) - CO - module[amd,cmd,umd] - Ramdajs - reflect-metadata ### 算法 > 不设边界,前端也要精通算法 - [leecode 算法 js 版本](./algorithm/leecode/readme.md) | | | | | | | | ------ | ------ | ------ | ------ | ------ | ------ | | [lee1.js](./algorithm/leecode/lee1.js) | [lee2.js](./algorithm/leecode/lee2.js) | [lee7.js](./algorithm/leecode/lee7.js) | [lee9.js](./algorithm/leecode/lee9.js) | [lee14.js](./algorithm/leecode/lee14.js) | [lee27.js](./algorithm/leecode/lee27.js) | | [lee28.js](./algorithm/leecode/lee28.js) | [lee35.js](./algorithm/leecode/lee35.js) | [lee118.js](./algorithm/leecode/lee118.js) | [lee119.js](./algorithm/leecode/lee119.js) | [lee136.js](./algorithm/leecode/lee136.js) | [lee169.js](./algorithm/leecode/lee169.js) | | [lee189.js](./algorithm/leecode/lee189.js) | [lee190.js](./algorithm/leecode/lee190.js) | [lee191.js](./algorithm/leecode/lee191.js) | [lee231.js](./algorithm/leecode/lee231.js) | [lee258.js](./algorithm/leecode/lee258.js) | [lee268.js](./algorithm/leecode/lee268.js) | | [lee326.js](./algorithm/leecode/lee326.js) | [lee371.js](./algorithm/leecode/lee371.js) | [lee389.js](./algorithm/leecode/lee389.js) | [lee461.js](./algorithm/leecode/lee461.js) | [lee485.js](./algorithm/leecode/lee485.js) | [lee560.js](./algorithm/leecode/lee560.js) | | [lee605.js](./algorithm/leecode/lee605.js) | [lee657.js](./algorithm/leecode/lee657.js) | [lee709.js](./algorithm/leecode/lee709.js) | [lee728.js](./algorithm/leecode/lee728.js) | [lee771.js](./algorithm/leecode/lee771.js) | [lee896.js](./algorithm/leecode/lee896.js) | | [lee905.js](./algorithm/leecode/lee905.js) | [lee929.js](./algorithm/leecode/lee929.js) ### 优秀博客 & 站点 & github > 读书破万卷 - [好站:前端收藏夹](http://collect.w3ctrain.com/?from=https://github.com/HCThink/h-blog) - [package.json 全解析](https://www.cnblogs.com/tzyy/p/5193811.html?from=https://github.com/HCThink/h-blog) - [编写高质量代码:改善JavaScript程序的188个建议](https://book.2cto.com/201211/9239.html?from=https://github.com/HCThink/h-blog) - [js函数式编程指南](https://llh911001.gitbooks.io/mostly-adequate-guide-chinese/content/ch4.html#不仅仅是双关语咖喱?from=https://github.com/HCThink/h-blog) - [js 中实用小技巧](https://segmentfault.com/a/1190000012405845?from=https://github.com/HCThink/h-blog) - [0.1 + 0.2 = ?](http://www.cnblogs.com/hustskyking/p/ieee754-operation-in-js.html?from=https://github.com/HCThink/h-blog) - [Koa2进阶学习笔记](https://github.com/chenshenhai/koa2-note?from=https://github.com/HCThink/h-blog) - [基于Koa2搭建Node.js实战项目教程](https://github.com/ikcamp/koa2-tutorial?from=https://github.com/HCThink/h-blog) - [ES6 Generator函数实现协同程序](https://github.com/Jocs/jocs.github.io/issues/12?from=https://github.com/HCThink/h-blog) - [荐 协程(Coroutine)-ES中关于Generator/async/await的学习思考](https://blog.csdn.net/shenlei19911210/article/details/61194617?from=https://github.com/HCThink/h-blog) - [git 学习工具](https://learngitbranching.js.org/?demo&from=https://github.com/HCThink/h-blog) - [chrome 调试相关(系列)](https://juejin.im/post/5c0ee12551882545e24ef291?utm_source=gold_browser_extension&from=https://github.com/HCThink/h-blog) - [奇思妙想: the e](https://github.com/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee/blob/eeeeeeeeeeeeeeeeeeeeeeee/e.py?from=https://github.com/HCThink/h-blog) - [λ演算](http://www.jianshu.com/p/e7db2f50b012?from=https://github.com/HCThink/h-blog) > 系列博客 - [小胡子哥](http://www.barretlee.com/?from=https://github.com/HCThink/h-blog) - [穆乙](http://www.cnblogs.com/pigtail/?from=https://github.com/HCThink/h-blog) - [haorooms](https://www.haorooms.com/?from=https://github.com/HCThink/h-blog) ### 开源[敬请期待] - H-Notice [前端友好的 notice 工具集(API + command)] - H-Line [工程化工具(command)] - H-OD [文档自动化(command)] --- ### 🐳 🐳 🐳 🐳 🐳 🐳 🐳 🐳 🐳 🐳 🐳 🐳 🐳 🐳 🐳 🐳 🐳 🐳 🐳 🐳 🐳 ```javascript ========================================================== +++++++++++++++++ 不 star 就走,会变弯的 😂 +++++++++++++++++ _____ ________ ____ ______ _______ / ____\ (___ ___) ( ) ( __ \ \ / ( (___ ) ) / /\ \ ) (__) ) \ / \___ \ ( ( ( (__) ) ( __/ ) ( ) ) ) ) ) ( ) \ \ _ \_/ ___/ / ( ( / /\ \ ( ( \ \_)) _ /____/ /__\ /__( )__\ )_) \__/ (_) +++++++++++++++++ 开玩笑的啦 +++++++++++++++++ =========================================================== ``` > 节目的最后附上本人照片,以表诚意! ![wk](./resource/img/wk.png) [...](./interesting/hehe.js)