An open API service indexing awesome lists of open source software.

https://github.com/ahabhgk/redesigned-octopus-memory

🐙 My Collection of good articles...
https://github.com/ahabhgk/redesigned-octopus-memory

Last synced: 3 months ago
JSON representation

🐙 My Collection of good articles...

Awesome Lists containing this project

README

        

# Redesigned Octopus Memory

My Collection of good articles...

## Programming Language

- [尾递归为啥能优化?](https://zhuanlan.zhihu.com/p/36587160)
- [通用的递归转循环方法](https://zhuanlan.zhihu.com/p/136511316)
- [Continuation 在 JS 中的应用](https://zhuanlan.zhihu.com/p/94611888)

## Front End

### JavaScript

- [进阶必读:深入理解 JavaScript 原型](https://zhuanlan.zhihu.com/p/87667349)
- [JS 面向对象的根基:无类继承@FEDAY_2018](https://www.bilibili.com/video/BV1Tp4y1y74Y) / [PPT](./assets/classless_inheritance_in_javascript.pdf)
- [100 行代码实现 Promises/A+ 规范](https://zhuanlan.zhihu.com/p/83965949)

### TypeScript

- [TypeScript 进阶](https://zhuanlan.zhihu.com/p/370000610)

### Browser

- [菲利普·罗伯茨:到底什么是 Event Loop 呢? | 欧洲 JSConf 2014](https://www.youtube.com/watch?v=8aGhZQkoFbQ&list=PLVJhojzLehVzXw79gwKecDNcHUN7M0CGw&index=5&t=0s)
- [Tasks, microtasks, queues and schedules](https://jakearchibald.com/2015/tasks-microtasks-queues-and-schedules/?utm_source=html5weekly)
- [从输入 URL 到页面加载完成的过程中都发生了什么事情](http://fex.baidu.com/blog/2014/05/what-happen/)

### React

- [All blogs about react in Dan Abramov's Blog](https://overreacted.io/)
- [BetaSu / React on The Way](https://github.com/BetaSu/react-on-the-way)
- [Inside Fiber: in-depth overview of the new reconciliation algorithm in React](https://medium.com/react-in-depth/inside-fiber-in-depth-overview-of-the-new-reconciliation-algorithm-in-react-e1c04700ef6e)
- [Fiber & Algebraic Effects](https://www.yuque.com/docs/share/a142f6d5-114a-4924-8d96-17edea329357)

### Engineering

- [基于 esbuild 的 universal bundler 设计](https://juejin.cn/post/6940250185322725390)
- [SourceMap 与前端异常监控](https://mp.weixin.qq.com/s/BbvJ-OfcS7Sa-e0Zq6iF1w)

## Functional Programming

- [Functors, Applicatives, And Monads In Pictures](http://adit.io/posts/2013-04-17-functors,_applicatives,_and_monads_in_pictures.html#translations)
- [前端中的 Monad](https://zhuanlan.zhihu.com/p/47130217)

## Some Blogs

- [Jake Archibald](https://jakearchibald.com/)
- [André Staltz](https://staltz.com/blog.html)
- [工业聚](https://www.zhihu.com/people/lucifier129)
- [hardfist](https://www.zhihu.com/people/hardfist)