# Best Practice of Programming

## Goals

When you pursuit the computer languages, you have learned all the basic skills. You may not so sure if you are ready for real world challenge software engineer.

Through these articles and practices, I hope the readers can enhance his/her computing skills and understand most concepts of computing technology.

Also introduce some modern trends and understand to improve your efficient.

## Index

* [Language Fundamental](https://ccapeng.gitbook.io/programming/topic-fundamental)
  * [String](https://ccapeng.gitbook.io/programming/topic-fundamental/topic-string)
  * [Operators](https://ccapeng.gitbook.io/programming/topic-fundamental/topic-operator)
  * [Condition](https://ccapeng.gitbook.io/programming/topic-fundamental/topic-condition)
  * [Loop](https://ccapeng.gitbook.io/programming/topic-fundamental/topic-looping)
* [Data](https://ccapeng.gitbook.io/programming/topic-data)
  * [Exercise JSON Data](https://ccapeng.gitbook.io/programming/topic-data/exercise-json-data)
  * [Array](https://ccapeng.gitbook.io/programming/topic-data/exercise-array)
* [Coding](https://ccapeng.gitbook.io/programming/topic-coding)
* [API](https://ccapeng.gitbook.io/programming/topic-api)
* [Source Code Control](https://ccapeng.gitbook.io/programming/topic-source-code-control)
* [IDE](https://ccapeng.gitbook.io/programming/topic-ide)
* [Httpd and Web](https://ccapeng.gitbook.io/programming/topic-web)
  * [Exercise django](https://ccapeng.gitbook.io/programming/topic-web/exercise-django)

## Who Should Read These Articles?

* This document is to be a guideline of entry level programmers.
* Also welcome the senior mentors to take these articles and add your ingredients to become your guideline.

`alex at ccapeng@gmail.com | [ccapeng.github.io](https://ccapeng.github.io/)`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ccapeng.gitbook.io/programming/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
