No imagePublished onJuly 30, 2024React Source Code Debugging TechniquesreactvitePossibly the simplest and most elegant Vite-based React source code debugging technique. Want to check out this step-by-step tutorial? 👻
No imagePublished onJuly 26, 2024自用 TS 手册typescriptjavascript说来惭愧,写了 3 年的 ts,尽管不是 anyscript 风格,但是跟源码中的一些类型体操比起来,略显稚嫩,而且现在越来越觉得**代码设计优先**,代码编写就是个体力活罢了。 so~,回炉重造!
No imagePublished onMarch 14, 2024Building a Distributed Social WebApp: A Journey with Cloudflare D1 and Next.jsdistributed-systemscloudflarenextjsengineeringd1-databaseweb3social-networkA deep dive into building a fully distributed social WebApp using Cloudflare D1, Next.js, and WebRTC. Learn about the technical challenges, architect...
No imagePublished onMay 17, 2023MySQL 学习笔记notemysql以前学 Java 的时候对 sql 略有了解, 前端也有一些框架如next.js、nest.js、koa.js等都可以与数据库打交道, 鉴于现在前端有全栈的趋势, 一个合格的前端不能再只局限于写写页面了, 所以再次温习一下吧.
No imagePublished onJanuary 10, 2023Binary Searchdata structurealgorithmCan you implement binary search in code? The details can be really tricky 😮💨