Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pkc918/blog
收录博客
https://github.com/pkc918/blog
interview
Last synced: 11 days ago
JSON representation
收录博客
- Host: GitHub
- URL: https://github.com/pkc918/blog
- Owner: pkc918
- Created: 2022-09-05T02:11:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-20T08:11:12.000Z (about 1 year ago)
- Last Synced: 2024-10-11T12:18:32.465Z (about 1 month ago)
- Topics: interview
- Homepage:
- Size: 38.1 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blog
> 收集所有好的博客,包括(前端,后端,数据库,计算机网络,操作系统,算法与数据结构等等)
1. 🍔 更容易理解掌握某一个知识点
2. 🍔 提供一个便捷的博客入口
3. 🍔 对优质博客的收集整理学习### 前端学习路线
- [roadmap](https://roadmap.sh/)
- [阿里前端知识图谱]( https://f2e.tech/)### JavaScript 系列
- [this 的值到底是什么?一次说清楚](https://zhuanlan.zhihu.com/p/23804247)
- [前端面试之彻底搞懂this指向](https://mp.weixin.qq.com/s/hYm0JgBI25grNG_2sCRlTA)
- [详解JavaScript中的Event Loop(事件循环)机制](https://zhuanlan.zhihu.com/p/33058983)### TypeScript 系列
- [Ts高手篇:22个示例深入讲解Ts最晦涩难懂的高级类型工具](https://juejin.cn/post/6994102811218673700)
### Vue 系列
- [哇,好像真的理解vue3的diff了](https://juejin.cn/post/7287961549142655015)
### React 系列
- [React技术揭秘](https://react.iamkasong.com/)
### Node.js 系列
- [《深入理解Node.js:核心思想与源码分析》](https://yjhjstz.gitbooks.io/deep-into-node/content/)
- [数据流中的积压问题](https://nodejs.org/zh-cn/docs/guides/backpressuring-in-streams/)
- [EventLoop事件循环机制](https://nodejs.org/zh-cn/docs/guides/event-loop-timers-and-nexttick/)### Golang
- [Using a Mutex in Golang](https://www.sohamkamani.com/golang/mutex/)
### 数据库(MySql)
### 计算机网络
- [傻傻分不清之 Cookie、Session、Token、JWT](https://juejin.cn/post/6844904034181070861)
### 操作系统
- [Top50+ Linux Commands You must konw](https://www.digitalocean.com/community/tutorials/linux-commands)
### 算法与数据结构
- [代码随想录](https://programmercarl.com/)
- [LABULADONG 的算法小抄](https://labuladong.github.io/algo/)
- [数据结构和算法动态可视化](https://visualgo.net/zh)
- [Hello 算法](https://www.hello-algo.com/)### 面试
- [前端知识库](https://www.html5iq.com/index.html)
- [大前端面试宝典 - 图解前端](https://lucifer.ren/fe-interview/#/)
- [前端硬核面试题](https://github.com/biaochenxuying/blog/blob/master/interview/fe-interview.md)
- [前端进阶之道](https://yuchengkai.cn/)
- [大厂每日一题](https://q.shanyue.tech/)## 编程通用
- [正则表达式30分钟入门](https://deerchao.cn/tutorials/regex/regex.htm)