fengd's zone

Bali Trip

June 27, 2023 • ☕️ 1 min read

Bali trip pictures share

Runnable, Callable and Future

December 27, 2022 • ☕️ 1 min read

Runnable, Callable and Future in Java. 他们之间什么关系?如何更好的理解 Java 的 Future

Web Filter, Global Filter and Gateway Filter of Spring Cloud Gateway

June 8, 2021 • ☕️ 4 min read

Spring Cloud Gateway 是 Spring Cloud 项目推出的用来代替 Zuul 的项目。 由于 Spring Framework 5.0 支持了 Reactive 的模式,而 Zuul 不支持 Reactive,并且 Netfilx 也没有继续支持 Zuul 的计划,因此 Spring Cloud 组推出了 Spring Cloud Gateway。 本文介绍一下 Spring Cloud Gateway 中可以使用的三种 Filter, Web Filter, Global Filter 和 Gateway Filter。

Inversion of Control and Dependency Injection with Spring

April 21, 2021 • ☕️ 1 min read

Spring 也许是软件行业近20年来最好的基于组建的框架,他充分利用了 IOC 和 DI 这两个软件开发的模式,大大提高了开发人员开发软件的能力和效率

Kafka 基本概念

January 1, 2021 • ☕️ 4 min read

你需要知道的 Kafka 基本概念。 什么是消费者,什么是消费者组。 Zookeeper 在整个 Kafka 集群中起到什么作用?

Key Kafka Parameters You Need To Understand

May 18, 2020 • ☕️ 2 min read

搭建 Kafka 集群时,需要考虑的除了硬件和服务器设置,当然还有 Kafka 本身。本文介绍一下需要掌握的最关键的 Kafka 参数

Spring Framework 基础组建探秘之 Beans

February 9, 2020 • ☕️ 4 min read

Spring 是目前 Java 开发中最流行的,也是最优秀的开发框架。Spring Beans 作为整个 Spring 框架中的核心组建之一,今天我们就来打开看看。

Java 集合

January 20, 2020 • ☕️ 3 min read

Java 集合类型分解

Configure TypeScript, ESLint, Prettier on VSCode to Develop React Native

November 1, 2019 • ☕️ 4 min read

I used TypeScript to develop my latest React Native project. And it’s been a joyful journey. Type system brings more benefits than expected. It took me sometime to configure VS Code to lint and format TypeScript codes properly. So I’d like to share my configuration, and hope it can be helpful to others。