2015.09.21 / Technology research
Frank Fan
KNOWORTH
只有想不到、没有做不到
2025-07-12 / Industry
Are you familiar with the concept of zombie apps? Nope, they are not some sort of mobile games these apps are the ones that have little or no visibility at all at the app stores. As per latest figures,nearly 51,000 apps are downloaded by people(from Google Play and Apple iTunes combined)per minute and these users have no chance whatsoever of even finding the 1.1 million+ zombie apps, which remain in a corner with hardly any downloads. In todays discussion, we will highlight certain key app store optimization (ASO) strategies, to ensure that your well-worked mobile application does not turn out[…]
by Sayudh Sarkar
2025-07-12 / industry
There are a lot of trending topics when it comes to code, and trying to keep up with everything thats going on is a full-time job on its own. If youre wondering how to separate the wheat from the chaff, weve gone ahead and done the work for you. In the following post, well check out what was hot in 2016, and whats about to get even hotter this year. Java-wise, of course. Get ready to code like its 2017. Java 9, Youre So Fine You Blow My Mind We opened the year with a bug in Java 6 that is about to turn into a feature in Java 9:sun.misc.Unsafe. This library is a collection of methods for perfor[…]
by Henn Idan
2025-07-12 / industry
As a big fan of Test Driven Design and Development, I believe creating good tests is one of the single most important things we can do as Java Developers. We write tests for a number of reasons: To shape the design of our system. We know what the input and output should be, but what objects do we need to create to do this? What shape should the code take? Writing tests allows us to understand what our code should be created. To ensure initial and ongoing correctness. It is important our application behaves as expected and is consistently accurate. Tests should do their best to ensure this is t[…]
by Sam Atkinson