跳到主要内容

关于我

提示

初次来到这里,我不会写太多。以后有空再更新。

我是一名拥有五年以上经验的 Java 开发工程师,热衷于探索新技术和扩展自己的专业领域。我的兴趣涉及 React、AI、Web3 等前沿技术领域。

核心专业领域:

后端开发:

精通 Java、Spring 框架以及 JVM 底层原理。
在构建可扩展系统和解决复杂后端挑战方面经验丰富。

详情请见此处

DDD 架构单元测试守护
@SuppressWarnings("all")
public class ArchGuardRuleTest extends AbstractTest {

@ArchTest
public static final ArchRule LAYERS_RULES = layeredArchitecture()
.consideringOnlyDependenciesInLayers()
.layer("Interfaces").definedBy("..interfaces..")
.layer("Application").definedBy("..application..")
.layer("Domain").definedBy("..domain..")
.layer("Infrastructure").definedBy("..infrastructure..")

// interfaces not be depended
.whereLayer("Interfaces").mayNotBeAccessedByAnyLayer()
// application be depended on interfaces
// interface and implement all in this layer
.whereLayer("Application").mayOnlyBeAccessedByLayers("Interfaces")
// domain be depended on application and infrastructure
// interface reverse repository design
.whereLayer("Domain").mayOnlyBeAccessedByLayers("Application", "Infrastructure")
// infrastructure be depended on application
// interface reverse query database, here lose the Interfaces layer
.whereLayer("Infrastructure").mayOnlyBeAccessedByLayers("Application", "Interfaces");
}

前端开发:

正在学习 React 和 Vue,致力于创建动态的交互式 Web 应用程序。

React

Vue

使用 tailwind + ts + vue3 + vite 搭建

CSS

运维与云原生:

熟悉 Docker、Kubernetes 和 Linux,用于容器化与项目部署。

AI 与大数据:

探索 TensorFlow 和 PyTorch 等 AI 技术与框架。
对 Hadoop、Flink 等大数据工具非常感兴趣。

React 学习:

创建了专属仓库来记录 React 的学习进度与实验。

AI 实验:

探索 AI 算法及其在实际场景中的应用。

提示

我的目标是不断学习,通过分享知识和构建有影响力的项目来为技术社区提供价值。强烈的求知欲和对创新的渴望,一直是我在技术之路上不断前行的源动力。