个人主页
MrFool

MrFool (@MrFool)

  • 加入网站 1024
  • 连续签到 1
  • 最高连签 294
  • 累计签到 508
  • 今日阅读 0 小时 00 分钟
  • 本周阅读 0 小时 00 分钟
  • 本月阅读 0 小时 00 分钟
  • 累计阅读 25 小时 53 分钟
  • TypeScript Deep Dive(英文)

    The definitive guide to TypeScript and possibly the best TypeScript book
  • You Don't Know JS: Scope & Closures(1st edition)

    You Don't Know JS: Scope & Closures
  • You Don't Know JS: this & Object Prototypes(1st edition)

    You Don't Know JS: this & Object Prototypes
  • You Don't Know JS: Types & Grammar(1st edition)

    You Don't Know JS: Types & Grammar
  • 前端开发规范手册

    此手册主要实现的目标:代码一致性和最佳实践。通过代码风格的一致性,降低维护代码的成本以及改善多人协作的效率。同时遵守最佳实践,确保页面性能得到最佳优化和高效的代码。 此手册是在开发中积累下来的经验和参考其它规范/指南制定的,它只是起指导作用,除个别条目强制之外,大多数为非强制约束,开发者可根据自己的实际情况自行决定是否要遵守 该指南只是保证大方向一致性和最佳实践的阶段性总结,不是最后结论,它会随着时间而变化。
  • 沉浸式学 Git(笨办法学 Git)

    本书强调通过实践来掌握 Git 的基本用法,其中包含 52 个动手实验。这些实验经过精心设计,篇幅皆十分短小,只需数分钟时间便可完成。对于想要快速学习 Git 的朋友而言,这是一份难得的指南。
  • JS 函数式编程指南(英文版)

    This is a book on the functional paradigm in general. We'll use the world's most popular functional programming language: JavaScript. Some may feel this is a poor choice as it's against the grain of the current culture which, at the moment, feels predominately imperative.