Skip to main content

Command Palette

Search for a command to run...

Learning TypeScript

as a Back-End Developer

Published
1 min readView as Markdown

note the detail, the whole learning process

after reading follow note, i really think the ts is looks like c++ and go, because it have both class and interface.Also, it's interesting! let's get start! TypeScript Tooling in 5 minutes

More from this blog

NSQ(A realtime distributed messaging platform)

nsq 重要组件 nsqd 开放tcp:4150,http:4151端口与生产消费者通信,连接nsqlookup的4160端口注册,上报心跳 nsqlookupd 守护进程负责nsqd服务发现 开放http:4161,供nsqadmin和消费者查询当前nsqd列表等信息,开放tcp:4160端口给nsqd注册 nsqadmin 前端可视化页面,开放http:4171端口,连接nsqlookupd的4161端口查询数据 部署测试 docker-compose 官方配置文件没有指定端口映射,以...

Jun 23, 20222 min read

Joengtou's blog

11 posts