Memoization in Javascript
Memoization is an optimization technique used primarily to speed up computer programs by storing the results of expensive function calls and returning the cached result when the same inputs occur again.
Program lifecycle
Program lifecycle phases are the stages a computer program undergoes, from initial creation to deployment and execution.
Iterator Pattern
Introduction about the iterator pattern.
Redux Optimization
A short guide about how to optimize react/redux application.
Rip
May the angels protect you and heaven accept you.
2017年过去了,我很怀念它
感慨归感概,总结还是要总结一下的。
Basic concepts of functional programming
Functional programming is a programming paradigm that treats computation as the evaluation of mathematical functions and avoids changing-state and mutable data. It is a declarative programming paradigm, which means programming is done with expressions or declarations instead of statements.
The Great Wall
互联网的建立是人类的幸运,但可惜最终只怕会和那一小撮建立者们的初衷渐行渐远。
noname
Some anxiety still lurked in my mind and I just need relax.
React开发中的一些重要概念
记录一些React开发相关的重要概念...