沉睡的木木夕
沉睡的木木夕
参考链接: infoq系列: https://www.infoq.cn/news/database-timestamp-01 https://www.infoq.cn/news/database-timestamp-02 https://www.infoq.cn/news/database-timestamp-03 关于LSM-Tree以及SSTable: https://github.com/MarsonShine/MS.Microservice/blob/master/docs/distribution-lock/time-series-database.md
XA 事务
如今,软件通常会作为一种服务来交付,它们被称为网络应用程序,或软件即服务(SaaS)。12-Factor 为构建如下的 SaaS 应用提供了方法论。具体详见 https://12factor.net/zh_cn/
https://martinfowler.com/articles/serverless.html
https://learn.microsoft.com/en-us/azure/architecture/patterns/strangler-fig https://martinfowler.com/bliki/StranglerFigApplication.html
参考资料: https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events https://github.com/tpeczek/Lib.AspNetCore.ServerSentEvents https://www.jetbrains.com/dotnet/guide/tutorials/htmx-aspnetcore/server-sent-events/
https://www.smashingmagazine.com/2021/08/http3-performance-improvements-part2/
https://calendar.perfplanet.com/2020/head-of-line-blocking-in-quic-and-http-3-the-details/ 翻译地址: https://github.com/MarsonShine/Books/blob/master/TCPIP/head-of-line-blocking-in-quic-and-http3-details.md
https://devblogs.microsoft.com/dotnet/try-the-new-system-text-json-source-generator/ 通过将序列化配置从运行时转移到编译时的优化