摘要:
介绍 Nest (NestJS) is a framework for building efficient, scalable Node.js server-side applications NestJS 是一个服务器端应用程序,是对 express/Fastify 这类服务器端应用程序的一个封 阅读全文
摘要:
随着业务的发展,我们通常会采用复杂的版本控制和破坏性的修改来实现 API 升级,而这些升级往往是不能向下兼容的。利用API 扩展-收缩这个模式可以控制这种升级给整个产品带来的风险。 API 扩展-收缩 英文翻译为 expand and contract,也有种更高级的叫法是 Parallel Cha 阅读全文
摘要:
导致问题的原因是 W3C 上有条规定: When there is only one single-line text input field in a form, the user agent should accept Enter in that field as a request to su 阅读全文