In order to write Go before, I specially configured the Go for VSCode, and the specific experience can be seen here . Recently, due to business needs, I need to start a new Go project. A friend tol...
Shadowsocks is a "magical Internet browsing" tool that has accompanied countless players for many years, but in recent years, with the increasing height of GFW (Great Firewall), some Shadowsocks traf...
Yes, it's that UI component library again. Thanks to the well-organized scaffolding, our team has been working more efficiently than expected. However, there are always some unexpected problems, and ...
Background In order to finish Q4 KPI (crossed out) cooperate with the UI/UX redesign of the entire frontend project, we need to write a component library ourselves. The first project we aimed to d...
Introduction to immer.js Due to the project requirements, I have been dealing with immutable data for a long time. For immutable data, the most familiar one should be immutable-js , but it has seve...
Preface At the beginning of July this year, everyone should have heard about CloudFlare's downtime due to a regexp. The reason is that a large number of backtracks were generated during regexp match...
Background The platform I am currently responsible for needs to implement a forwarding function, with the following requirements: Directly forward some URLs sent by the frontend to a third-party s...
The Problem Several days ago, our team leader was preparing a PPT for an internal technical sharing, which was about some content of Chrome's underlying. However, in the preparation process, it was ...
Background As an e-commerce platform, we need a unified address database, and the configuration page of this database falls into the operation platform that I am responsible for. For this database, ...