Skip to main content

12月31日内容汇总

· 6 min read
加菲猫

🌟 AI 相关

秒速出图!体验 TensorRT 加速 Stable Diffusion 图像创作

⭐️ Go & 云原生 & Rust 相关

2023年Go语言盘点:稳中求新,稳中求变

Rust开发⼲货集(1)--迭代器与消费器

轻松实现Go应用的优雅关闭:提升服务质量与稳定性

今天把 Rust 更新到最新的 1.75 版本,跑一下 rustup update 这个命令就行:

$ rustup update
info: syncing channel updates for 'stable-aarch64-apple-darwin'
info: latest update on 2023-12-28, rust version 1.75.0 (82e1608df 2023-12-21)
info: downloading component 'rust-src'
info: downloading component 'cargo'
info: downloading component 'clippy'
info: downloading component 'rust-docs'
info: downloading component 'rust-std'
info: downloading component 'rustc'
info: downloading component 'rustfmt'
info: removing previous version of component 'rust-src'
info: removing previous version of component 'cargo'
info: removing previous version of component 'clippy'
info: removing previous version of component 'rust-docs'
info: removing previous version of component 'rust-std'
info: removing previous version of component 'rustc'
info: removing previous version of component 'rustfmt'
info: installing component 'rust-src'
info: installing component 'cargo'
info: installing component 'clippy'
info: installing component 'rust-docs'
info: installing component 'rust-std'
info: installing component 'rustc'
info: installing component 'rustfmt'
info: checking for self-update

stable-aarch64-apple-darwin updated - rustc 1.75.0 (82e1608df 2023-12-21) (from rustc 1.69.0 (84c898d65 2023-04-16))

info: cleaning up downloads & tmp directories

$ cargo --version
cargo 1.75.0 (1d8b05cdd 2023-11-20)

2023 文章集锦

《深入理解Rust并发编程》可以下载了

你可能不知道的Go语言小细节【文末赠书】

C++中的同步原语

Kubernetes Daemonset 设计与实现

Go 1.22 http.ServeMux中的模式匹配

熔断、隔离、重试、降级、超时、限流,高可用架构流量治理核心策略全掌握

新提案:Go panic 能不能加个 PanicError

Go语言“正统”在中国?这6点教你写好Go代码!

Go 1.22新特性前瞻

Kubernetes ReplicaSet 设计与实现

新包降临 math/rand/v2, 在Go 1.22中

北海 - Rust与面向对象(四)

北海 - Rust与面向对象(三)

【投稿】北海 - Rust与面向对象(二)

微服务配置中心, 这个方案 Go 里用起来不输 SpringCloud

从Go channel中批量读取数据

Go语言的自给自足:编译自身的神奇之旅

圣诞福利|吃透Go并发编程,看这本书就够啦

📒 后端相关

Spring Boot 单体应用升级 Spring Cloud 微服务

账号多租户架构升级与落地实践

每天100w次登陆请求, 8G 内存该如何设置JVM参数

从混乱到优雅:基于DDD的六边形架构的代码翻新指南 | 京东物流技术团队

从工程师到技术leader的思维升级

设计一个海量的任务调度系统

公司用了6年的 SpringBoot 项目部署方案,稳得一批!

慢聊Golang协程池Ants实现原理

Redis主从复制原理和复制方式那点事!

Redis为什么使用哈希槽而不用一致性哈希

不愧是字节,面个实习也满头大汗!

可观测实践丨如何利用 AI 算法解决告警配置三大难题

管理的焦虑:技术丢了怎么办

监控告警系列-使用Promethues监控系统指标并进行告警通知

📒 前端相关

如何写好一份晋升PPT(附PPT模板)

前端DevOps平台的探索及设计理念

​云音乐D2C设计稿转代码建设实践

Esbuild深度调研:吹了三年,能上生产了吗

【第3156期】突破 ToB 前端开发场景中的 antd Table 性能瓶颈

⚡️卡顿减少 95% — 记一次React性能优化实践(性能篇)

从 0 到 1 构建基于 Node.js 的 RPC 服务

字节三年,谈谈一线团队如何搞工程化一(全景篇)

2023 年前端大事记

前端基建处理之组件库优化方案

网易云音乐 RN 低代码体系建设思考与实践

可视化全链路日志追踪

NodeJs进阶开发、性能优化指南