2How to Make Your Go Program Run Faster?This article is about the Go language. It primarily focuses on runtime speed, rather than development speed – these two types of speed are distinct.
3What is Compatibility of Apps/Games & how to Check it?What is compatibility of apps? Or games? This question is now very common since it holds high importance for many developers, newcomers in the industry, and software students. Let us discuss this in detail by touching on all basic concepts.
4How Tencent Captures and Analyzes Game CrashesSolving crash problems is a pressing need. From the PC era to the mobile era, there have been many tools for crash capture and analysis. So, what new problems and challenges does Tencent Games' new crash analysis system solve?
5Why WeTest Automation?Automation testing tools are applications designed to verify function and non-functional requirements via automated test scripts. We know lots of pros of automated testing such as reusability, reliability and running 24/7.