Android (English)

Use WordPress’s built-in functions

WordPress has a lot of pre-written functions that can be used without rewriting. If wordpress [...]

Use plugins selectively

There are many free and quality plugins, but there are also many plugins that if [...]

Collect customer requirements

Customers often only have the final goal they want to achieve, detailed requirements they have [...]

Fun and efficient assignment

As a leader, I often assign tasks to other members. The key issue here is [...]

Enhancing Customer Communication Experience

There are very small details when exchanging information with customers that if not paid attention [...]

Avoid wasting time because of self-confidence

In a recent project, I needed to install a distributed database and perform cross-branch synchronization. [...]

Explain technical issues

My point is, if a person can’t explain a problem in a very simple and [...]

Three ways to display data on DataGridView

Query data from the database then loop through each record to assign it to DataGridView. [...]

Handle javascript events

When handling javascript events, keep in mind: Do not call the event directly on the [...]

How to avoid full table scans in MySql

For small data tables, the use of Full Table Scans has a negligible effect on [...]