DSIP-91 Proposal: A New Solution to Simplify Workflow Debugging and Deployment — Join the Discussion!

A recent optimization proposal in the Apache DolphinScheduler community is drawing a lot of attention. In the DSIP-91 proposal, the developer focuses on improving the current workflow debugging and release Continue reading DSIP-91 Proposal: A New Solution to Simplify Workflow Debugging and Deployment — Join the Discussion!

My Architectural Choices and Practical Experience(1750208906585500)

My Architectural Choices and Practical Experience Introducing Hyperlane: The Next-Gen Rust Web Framework Hyperlane is a high-performance, lightweight, and developer-friendly Rust Web framework. It is engineered for extreme speed, zero Continue reading My Architectural Choices and Practical Experience(1750208906585500)

reading Java Concurrency in Practice

《Java Concurrency in Practice》(《Java并发编程实战》)是由 Brian Goetz 主笔,联合 Tim Peierls、Joshua Bloch、Joseph Bowbeer、David Holmes 和 Doug Lea 等并发领域的大师合著的一本 Java 并发编程权威著作。这本书主要内容围绕 Java 平台的并发编程模型,旨在帮助开发者编写线程安全、高性能、可维护的并发程序。 📘 本书核心内容概览: 1. 并发基础知识 什么是线程安全 Java 内存模型(JMM) 可见性、原子性与有序性问题 竞态条件与死锁 synchronized Continue reading reading Java Concurrency in Practice