Android (English)
Use WordPress’s built-in functions
WordPress has a lot of pre-written functions that can be used without rewriting. If wordpress [...]
Sep
Use plugins selectively
There are many free and quality plugins, but there are also many plugins that if [...]
Sep
Collect customer requirements
Customers often only have the final goal they want to achieve, detailed requirements they have [...]
Sep
Fun and efficient assignment
As a leader, I often assign tasks to other members. The key issue here is [...]
Sep
Enhancing Customer Communication Experience
There are very small details when exchanging information with customers that if not paid attention [...]
Sep
Avoid wasting time because of self-confidence
In a recent project, I needed to install a distributed database and perform cross-branch synchronization. [...]
Sep
Explain technical issues
My point is, if a person can’t explain a problem in a very simple and [...]
Sep
Three ways to display data on DataGridView
Query data from the database then loop through each record to assign it to DataGridView. [...]
Sep
Handle javascript events
When handling javascript events, keep in mind: Do not call the event directly on the [...]
Sep
How to avoid full table scans in MySql
For small data tables, the use of Full Table Scans has a negligible effect on [...]
Sep