My Dreams
Not everyone should build a crystal cathedral like I did, but everyone should have their own dreams, design their own dreams, pursue their own dreams, and realize their own dreams. Dreams are the soul of life, the beacon of the soul, and the belief that leads people to success. With a lofty dream, as long as you pursue it unswervingly, the dream will become a reality, the struggle will become a feat, and life will create miracles. -- Rob Schuller
  Recommended Posts
Flutter

Flutter Challenge TODO App

This challenge is based on a design on Dribbble by Jae-song,Jeong.Flutter Challenges will attempt to recreate a particular app UI or design in Flutter.

Read more
Flutter

Flutter Challenge The YouTube App

Flutter Challenges will attempt to receate a particular app UI or design in Flutter. This challenge will attempt the Home screen and the Video Detail screen (The screen where the video actually plays) of the Youtube app including the animation.

Read more
Flutter

Layouts in Flutter

Widgets are classes used to build UIs. Widgets are used for both layout and UI elements. Compose simple widgets to build complex widgets.

Read more
Flutter

The Flutter Series:Basic Widgets and Layout

Layouts in Flutter consist of a hierarchy of widgets with the outer widgets usually deal with aligment and structure whereas the inner elements are usually the visible elements on the page itself,like buttons and images,etc.

Read more
The complete life cycle of a C program The complete life cycle of a C program
Quick review of C core syntax with a programThere are many mature C compilers on the market to choose from, but differen
2022-04-08
How the function is called in C Language How the function is called in C Language
In programming languages, a function is a syntactic construct used to encapsulate reusable code. Functions can receive d
2022-03-20
Organized the Data and Magnitude Organized the Data and Magnitude
Quantities and Data in C LanguageQuantities can be roughly divided into variables and constants, where a variable refers
2022-03-19
Control Logic How Expressions And Statements Coordinate Program Execution Control Logic How Expressions And Statements Coordinate Program Execution
ExpressionAn expression is a grammatical structure consisting of a series of operators and operands. Generally speaking,
2022-03-18
CPU Working Mode CPU Working Mode
Real ModeReal Mode is also known as real address mode. Real means real. This real is divided into two aspects. One is to
2022-03-17
System kernel System kernel
System kernelFrom an abstract point of view, the kernel is the manager of computer resources, of course, the management
2022-03-07
1 / 9