-
> 对程序员来说,持续学习是很重要的。这里记录一些(未/待)读完的高质量文章/视频。
> 尽量敦促自己每周至少读完一篇。
| 时间 | 标题(含链接)| 描述 | 形式 | 时长 | 进度 |
| ---- | ---------------| -----| -----| -----|-----|
|2018/12/05| [A Quest to Guarantee Respon…
-
**TypeScript Version:** 2.1.4
**Code**
```ts
interface MutableValue {
value: T;
}
interface ImmutableValue {
readonly value: T;
}
let i: ImmutableValue = { value: "hi" };
i.…
-
* **Node Version**: v12.16.1
* **Platform**: TypeScript
根据官方[文档说明](https://www.yuque.com/midwayjs/midway_v2/component_development),采用lerna的方式进行组件开发。
- 主应用 packages/main
- 组件 packages/hel…
-
以下内容其实是补漏, 算是对1月份一点工作的总结。
加入了新团队, 初次接触, 粗略的查看了一些项目(nodejs server端), 发现存在[几个](https://github.com/xingyuzhe/blog/issues/5)问题:
对于新成立的团队,存在以上问题可以理解, 本次是讨论和解决第一个问题。
对于集团范围内而言,同种技术存在多种不同规范和框架很正常, …
-
egg已经不太满足的开发效率和开发模式,主要有以下几点:
对typescript支持度不够,这是由于egg.js本身就不是typescript开发
egg.js封装web架构,约定大于编码,如:强制将web应用分级为: controller、service、middleware、extend等,自由度相对比较弱,当你需要定制化开发内容,你需要深入了解egg.js的整个运行原理才能实现
虽…
-
Or better https://github.com/jupyterlab/pull-requests/pull/16#issuecomment-791428410
- Describe Python object with Pydantic
- Generate json-schema from it
- Generate TS from schema
-
## 编程小炒
https://github.com/wxyyxc1992/Awesome-CheatSheet/tree/master/ProgrammingLanguage (👍 💯 💯 学习)
## Vulcan.js
https://github.com/VulcanJS/Vulcan (A toolkit to quickly build apps with Rea…
-
The ESLint plugin seems to have stopped formatting TypeScript files. I searched online, changelogs, and open issues. I cannot find any reference to this. I wondered if maybe we're supposed to migrate …
-
Is possible to convert .bim to ifc just maybe wall, doors, openings,
best regards
-
### Description
This group defined a number of [projects/goals for 2023](https://github.com/nodejs/package-maintenance/issues/550) & one of them was to create a new "statusboard" (similar to npm's …