Unicode, UTF, and ASCII This blog post introduces ASCII, Unicode and UTF 2026-02-02 Computer Basis #Unicode #UTF
Robotics - Mathematics behind Coordinate Transformations This blog introduces mathematics behind transformation between different frames in robotics context 2025-11-08 Robotics #ROS2
Robotics - ROS2 Commands This blog introduces frequently used commands during development on ROS2 2025-10-26 Robotics #ROS2
Robotics - ROS2 This blog introduces basis of ROS2, including nodes, topics, messages, services. 2025-10-24 Robotics #ROS2
开发基础知识 - JUnit 5 This blog introduces how to use Junit 5 to write unit tests for Java 2025-08-10 开发基础知识 #Backend Development #JUnit
Java基础 - Java函数式编程 - Stream API This blog introduces functional programming in Java 2025-08-02 Java基础 #Backend Development #Java
Java基础 - Java函数式编程 - 函数式接口 This blog introduces functional programming in Java 2025-07-28 Java基础 #Backend Development #Java
Java基础 - 泛型 This blog introduces Generics in Java, including generic types and generic methods. Finally, this blog introduces how generics is used in practice. 2025-07-27 Java基础 #Backend Development #Java