Disable WP-Cron and use real CRON JOB

Method: Use a real cron job instead of the default WordPress WP-Cron (for better performance and reliability). ALWAYS use a real cron job instead of WP-cron. STEP #1 – disable WP-cron from your wp-config.php file STEP #2 – create a...

Continue Reading

User acceptance testing

The feedback surveys and user acceptance testing (UAT) are the ways to measure customer satisfaction Why conducting UAT is essential to the successful launch of any product, service, or software. We will also discuss some best practices for effective UAT...

Continue Reading

Writing an effective escalation email

Escalation: the process of enlisting the help of higher level project leadership or management to remove an obstacle, clarify or reinforce priorities, and validate next steps Escalation email best practices Escalation is a useful skill for solving problems quickly.

Continue Reading

Note : Status code for API

Khi chúng ta request một API nào đó thường thì sẽ có vài status code để nhận biết sau: 200 OK – Trả về thành công cho những phương thức GET, PUT, PATCH hoặc DELETE. 201 Created – Trả về...

Continue Reading

Ý nghĩa cụm động từ Go

Cụm động từ Go Ý nghĩa Go off with somebody Đi theo ai đó Go on Tiếp tục Go along with somebody Đi cùng ai đó Go out with someone Hẹn hò với ai Go through Thực hiện Go through...

Continue Reading

What Are Shaders?

Rendering is what programmers call the process of generating an image, and Shaders are short programs that render graphics data. That is, a Shader is a program that takes meshes, textures etc. as the input and generates an image as the output. Understanding...

Continue Reading

How to Refresh the Post Image Shared on Facebook

The first step is to visit the Facebook object debugger using the following URL: https://developers.facebook.com/tools/debug/og/object/ Then input the URL as the second step. The last one is Click the button labeled “Fetch new scrap information”.   That’s all! Good luck!

Continue Reading