最近离职了,在这家公司待了将近 5 年的时间,还是有很多的感触的,所以想写一篇职场类目的博客来简单记录一下。为了减少不必要麻烦,所以我不会说明具体是哪家公司,同时有些感触并不是来自于公司内而是和其他公司的小伙伴沟通的一些感触,算是互联网时代落寞的小小剪影,因此有些事情并不是公司内的事情。 文章内容也会比较零散,有机会会想办法分门别类的整理,目前会按照时间顺序记录我的职场生涯。 [!NOTE] 如果读者是职场打工人,有雷同经历纯属巧合。如果读者是公司老板或者创业者有相同感触,请对号入座。 成长期 这是每个新人刚进公司最开始的这段时间,一定是成长最快的时期。不论是一线研发,还是...
摘要: Protobuf to Http Client Api Implementation
Why Protobuf Protobuf is an open-source cross-language and cross-platform serialization protocol developed by Google, widely used for inter-service communication and data archiving on disks. For example, the common gRPC framework uses the Protobuf protocol by default for...
摘要: 通过 proto 文件生成 http client api
Why Protobuf Protobuf 是 Google 开源的一种跨语言跨平台的序列化协议, 被广泛用于服务间通讯和磁盘上的数据归档存储. 比如常见的 gRPC 框架默认的服务间通讯就是 Protobuf 协议. Protobuf 的好处是它支持多种语言, 比如 Go, Dart, [Java](https://protobuf.dev/refe...
中文版 You Also Can Read From Medium What you can get from reading this article 1. How to optimize web performance (TTFB Optimization, FCP Optimi...
摘要: web 性能优化的各种思路
I also have published The English Version at Medium 从这篇文章你能得到什么 ? 1. 如何优化网页性能 (优化 TTFB , 优化 FCP, 优化 LCP, 优化 INP, 优化 FID, 优化图片加载) 2. 如何衡量网页性能 (Clarity, Cloudflare, GA4, GoogleSearchConsole...