RSS Reader Recommends

April 19, 2024 · 955 words · 2 min · 前端 RSS

In the previous article, I recommended the RSS feeds I have subscribed to, so this time I will supplement with the reader I use to view the content from these information sources.

My Feedly (Tech RSS)

March 17, 2024 · 602 words · 2 min · 前端 RSS

Some of the technical RSS feeds I subscribe to.

I have a weekly front-end technology newsletter called WebCIA Weekly (Web Intelligence Agency). It shares a curation of high-quality information from RSS sources every week, including technical articles, product design, thought pieces, open-source projects, resources and tools, and key news, all the things worth paying attention to. It provides insights needed to stay ahead for everyone and also helps me archive information resources.

Initially, it was for internal weekly technical consultation sharing within the front-end team, but later on, there were too many restrictions on Yuque’s public sharing, so I built a weekly newsletter website myself. Therefore, I subscribe to many information sources to select content for my newsletter. Here are the tools I use and the sources I subscribe to.

Exporting yuque documents as markdown

March 15, 2024 · 1011 words · 3 min · 前端 Node 文档管理

初衷 之前一直用语雀作为主要文档管理工具(包括团队级文档),但随着量越来越大并且DIY的东西越来越多,再加上有些属于业务机密的逻辑记录,于是准

Web OAuth 2.0 authorization

December 27, 2023 · 7311 words · 15 min · Web OAuth2 Google Apple Facebook

Accessing third-party authorization login from Google, Apple, and Facebook was actually done several years ago. Coincidentally, there is a project that needs to be done again recently. I found some modifications to the interaction details, and the document is quite hidden. Therefore, I have compiled and summarized the document information for reference by my team colleagues later. To briefly introduce, OAuth (Open Authorization) is a token based authorization protocol. That

My VS Code Configuration

November 27, 2023 · 3204 words · 7 min · Extensions vscode alias and tsconfig

VS Code Extensions 常规类 > vscode-fileheader、 > Auto Close Tag, > Auto Rename Tag , > CSSComb、 > Prettier 、 > CSSRem (px to rem & rpx & vw ), > Remove Comments, > Live Server, > Color Highlight , > GitLens 代码

What is affecting our development efficiency?

October 27, 2019 · 177 words · One minute · 前端 开发效率

影响开发效率的罪行,从大到小排序如下: 无效冗长的会议,却拖着研发去开 含混不清的需求,需要反复澄清,甚至往返修改 多个任务前后脚的砸在开发人员面

my coding standard

September 21, 2019 · 2132 words · 5 min · 前端 编码规范

Record some daily coding standards for my development, such as naming conventions, code styles, submission standards, etc., update them periodically. 命名规范 变量名,函数名 小驼峰【命名法 camel Case】: numberOfPeople 第一个单词的首字母小写;第二个单词开始每个单词的

Git仓库的分支(Branch)specification

November 27, 2018 · 1337 words · 3 min · Git code specification

分支(Branch)规范 分支主要分为master, develop(development), feature, release, hotfix 这几类,另外还有一个仅日常/预发部署时有效的sprint分支,并在其基础上做了扩展