Essays

Technology Connects Life

14 Dec 2022

Technology Connects Life     This semester I learned a lot about the basic concepts of software engineering, and it has been interesting to apply this knowledge to web application development. My team and I managed and developed our projects by applying...

Reflection Software Engineering Learning

Design Patterns

01 Dec 2022

Design Patterns In software engineering, Design Pattern is a proposed solution to a variety of common (recurring) problems in software design Usually we write code, most of the cases are pipeline-type code, basically can achieve business logic. The best way...

Reflection Design Patterns

Bootstrap To Beautify The World

06 Oct 2022

Advantages of the UI framework The UI framework makes it easier for new people to get started, with plenty of code and examples already available. Building a complete component library from scratch is a daunting task, and using a UI...

UI framework HTML CSS

Are coding standards helpful?

22 Sep 2022

Can Coding Standards Help to Learn a Programming Language? There is a wealth of literature that emphasizes the advantages of having consistent coding styles and standards. The majority of readers will undoubtedly agree with the following: Inexperienced developers and cowboys...

Reflection Coding Standards Learning

Software development is the future

15 Sep 2022

Software development is a universal skill We think of math, biology, and chemistry as the basis for learning all kinds of other majors , and programming is no different. We need to do it mathematically , but in the modern...

future Software

Smart Questions, Good Answers

08 Sep 2022

Reflect on smart questions? The ability to effectively communicate is the most important of all life skills. Having strong communication skills benefits us in many areas of our lives, from our professional to our personal lives, and everything in between....

Questions Answers StackOverflow

Learning JavaScript with WOD

31 Aug 2022

Reflect on Javascript 1 So far, I’ve been learning JavaScript for almost two weeks. JavaScript is ideal for beginners like me. It does not require tedious work such as setting up the development environment. Newcomers can jump in and start...

Learning JavaScript WOD