{"id":26452524,"url":"https://github.com/pdksophia/read-booklist","last_synced_at":"2025-03-18T17:56:48.927Z","repository":{"id":42356648,"uuid":"156163488","full_name":"PDKSophia/read-booklist","owner":"PDKSophia","description":"书中自有黄金屋，书中自有颜如玉，人丑就要多读书","archived":false,"fork":false,"pushed_at":"2022-12-22T04:58:51.000Z","size":32227,"stargazers_count":15,"open_issues_count":4,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-01T12:22:34.705Z","etag":null,"topics":["blog","book","design-patterns","http","javascript","network","node"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PDKSophia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-05T05:04:14.000Z","updated_at":"2022-12-26T08:39:22.000Z","dependencies_parsed_at":"2023-01-30T05:31:41.741Z","dependency_job_id":null,"html_url":"https://github.com/PDKSophia/read-booklist","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PDKSophia%2Fread-booklist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PDKSophia%2Fread-booklist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PDKSophia%2Fread-booklist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PDKSophia%2Fread-booklist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PDKSophia","download_url":"https://codeload.github.com/PDKSophia/read-booklist/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244275778,"owners_count":20427304,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blog","book","design-patterns","http","javascript","network","node"],"created_at":"2025-03-18T17:56:48.493Z","updated_at":"2025-03-18T17:56:48.920Z","avatar_url":"https://github.com/PDKSophia.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 书单\n\n![](https://img.shields.io/badge/read_book-MD-brightgreen.svg)\n![](https://img.shields.io/badge/technology-Hot-red.svg)\n![](https://img.shields.io/badge/language-CN-orange.svg)\n![](https://img.shields.io/badge/Author-彭道宽-blue.svg)\n\n### 前言\n\n这里是记录我看过的书和给自己的一个`书单计划表`，虽然没这个必要，但是觉得有个计划，总比每天都佛性打卡好的多，人都是有惰性都，只有坚持下来，中途有一天不打卡，就会想着放弃，所以这算是变相督促自己吧，所有都知识，我会省略，把我认为`重要`的知识点记下来，有时候你会发现，跟书本都一模一样，没错，我是大自然都搬运工～\n\n### 面试\n\n如果是看博客，请点击这里 👉 [阿宽的技术博客](https://github.com/PDKSophia/blog.io)\n\n### 书单好文\n\n- [Redux 的内幕（一）](./深入浅出React/Redux的内幕（一）) `[ 💥 from 《深入浅出React》]`\n\n- [Redux 的内幕（二）](./深入浅出React/Redux的内幕（二）) `[ 💥 from 《深入浅出React》]`\n\n- [JavaScript 继承理解](./JavaScript高级编程设计/第三天.md#继承) `[ 💥 from 《JavaScript 高级程序设计 第 3 版》]`\n\n- [闭包](./JavaScript高级编程设计/Day4.md#闭包) `[ 💥 from 《JavaScript 高级程序设计 第 3 版》]`\n\n- [Web 安全](./图解HTTP/Day7.md#针对-web-的攻击技术) `[ 💥 from 《图解 HTTP》]`\n\n### 设计模式\n\n- [构造器模式](./JavaScript设计模式/创建型-构造器模式.md)\n\n- [工厂模式](./JavaScript设计模式/创建型-工厂模式.md)\n\n### 清单\n\n📢 更多书籍清单看这里 : [预计书单](./List.md)\n\n|                  BookName                   | Estimated StartTime | Estimated EndTime |                                                                         Sort                                                                         | Progress | Status                                       |\n| :-----------------------------------------: | :-----------------: | :---------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------: | -------- | -------------------------------------------- |\n|     《JavaScript 高级程序设计 第 3 版》     |    📆 2018-11-05    |   📆 2019-11-26   |                         ![](https://img.shields.io/badge/JavaScript-blue.svg) ![](https://img.shields.io/badge/New-red.svg)                          | 91%      | [Follow](./JavaScript高级编程设计/README.md) |\n|                《图解 HTTP》                |    📆 2018-11-12    |   📆 2018-11-24   |                         ![](https://img.shields.io/badge/HTTP-blue.svg) ![](https://img.shields.io/badge/FINISH-orange.svg)                          | 100%     | [Follow](./图解HTTP/README.md)               |\n|            《计算机网络 第七版》            |    📆 2018-12-02    |   📆 2019-01-03   |                           ![](https://img.shields.io/badge/NetWork-blue.svg) ![](https://img.shields.io/badge/Hot-red.svg)                           | 91%      | [Follow](./计算机网络/NetWork.md)            |\n| 《了不起的 NodeJS》搭配《Node.js 开发指南》 |    📆 2018-12-22    |   📆 2019-03-04   |                       ![](https://img.shields.io/badge/Node.js-blue.svg) ![](https://img.shields.io/badge/Reading-yellow.svg)                        | 72%      | [Follow](./Node入门及实践/README.md)         |\n|             《深入浅出 React》              |    📆 2019-01-15    |   📆 2019-01-22   |                        ![](https://img.shields.io/badge/React-blue.svg) ![](https://img.shields.io/badge/Reading-yellow.svg)                         | 15%      | [Follow](./深入浅出React)                    |\n|           《JavaScript 设计模式》           |    📆 2019-11-04    |   📆 2019-11-11   |                         ![](https://img.shields.io/badge/JavaScript-blue.svg) ![](https://img.shields.io/badge/New-red.svg)                          | 10%      | [Follow](./JavaScript设计模式/README.md)     |\n|                《CSS 世界》                 |     ⏳Tentative     |    ⏳Tentative    |                         ![](https://img.shields.io/badge/CSS-blue.svg) ![](https://img.shields.io/badge/Reading-yellow.svg)                          | 0%       | Unread                                       |\n|            《网络是怎样连接的》             |     ⏳Tentative     |    ⏳Tentative    | ![](https://img.shields.io/badge/NetWork-blue.svg) ![](https://img.shields.io/badge/Hot-red.svg) ![](https://img.shields.io/badge/New-important.svg) | 0%       | Unread                                       |\n|            《极客时间-浏览器渲染原理》             |     📆 2020-08-10    |    📆 2020-08-31   | ![](https://img.shields.io/badge/Brower-blue.svg) ![](https://img.shields.io/badge/Hot-red.svg) ![](https://img.shields.io/badge/New-important.svg) | 0%       | 44%                                       |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdksophia%2Fread-booklist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpdksophia%2Fread-booklist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdksophia%2Fread-booklist/lists"}