Blog Posts

Epic React - Fundamentals

Epic React - Fundamentals

React , Frontend 2207 words · 9 min read - views

React Basics: Understanding the Principles of DOM Operations Before diving deep into React, let’s review the most basic way of DOM operations. This will help us better understand why React is so popular and what problems it solves.

Read More
The Advantages of Java as a Static Type Language

The Advantages of Java as a Static Type Language

Java , Backend 799 words · 3 min read - views

Before diving into the various programming languages, it is important to understand the difference between static and dynamic types. This article will explore the core advantages of Java as a static type language and how it helps developers write more reliable and maintainable code. Whether you are a Java beginner or an experienced developer, these concepts are important building blocks of programming.

Read More
Typescript Note 小满zs

Typescript Note 小满zs

Typescript , Frontend 3476 words · 13 min read - views

This article is a collection of notes from Xiaomanzs’s TypeScript tutorial, covering the basics of TypeScript to advanced features, including important concepts such as type system, interface, generics, decorators, etc. Through these notes, you can systematically understand the core features and usage of TypeScript.

Read More