Java基础 - Java Object Oriented Programming This blog introduces Java Object Oriented Programming, including Encapsulation, Inheritance, and Polymorphism. This blog also contains demos and syntax of using Java OOP. 2025-07-06 Java基础 #Backend Development #Java
Java基础 - 序列化 & 反序列化 This blog introduces Serialization/Deserialization, JSON, XML, and Protobuf 2025-07-06 Java基础 #Backend Development #Java
Java基础 - 反射 This blog introduces reflection, and Class object in Java 2025-07-05 Java基础 #Backend Development #反射 #Java
开发基础知识 - Spring基本介绍,特性与原理 This blog introduces Spring Framework, including why we use Spring framework, what Spring provides, the overall structure of a Spring Application, IoC, AOP, and how Spring works 2025-07-02 开发基础知识 #Backend Development #Spring
CSE224 - Go Concurrent Programming This blog introduces go routine and channels 2025-05-10 CSE224 #Go