Hazem Saleh has more than fifteen years of experience in Cloud and Mobile technologies.
During his technical career, Hazem worked in developing numerous mobile app and web products. Hazem is an Open source enthusiast, an Apache PMC (Project Management Committee) member and a person who spent many years of his life writing open source software.
Besides being an author of five technical books about mobile development, web development and software engineering best practices, Hazem is also an author of many technical articles, a developerWorks contributing author and a technical speaker in both local and international conferences such as AnDevCon, ApacheCon North America, Geecon, JavaLand, JSFDays, CON-FESS, Droidcon and JavaOne.
Hazem is an XIBMer, He worked in IBM for ten years. Now, He is working for Viacom New York as a Software Architect.
Follow Hazem on Twitter @hazems and also check out his blog.
Talks I've Given
-
Effective Unit Tests for JavaScript Applications
Featuring Hazem Saleh
Unit testing coverage is a great way to show us the amount of tested lines and branches of code, but is this really enough? The answer is "no" since unit testing coverage does not really fully measure the efficiency of the unit tests. This is why there is a need for using techniques...
stryker code-coverage unit-testing javascript -
Upgrading Android App Unit tests to Mockito 2.x
Featuring Hazem Saleh
Mockito 2.x solves many problems that most of the Android developers were having in their tests in Mockito 1.x. But what if you are having today large tests written in Mockito 1.x and PowerMock, will it be an easy task to migrate?
mobile best-practices unit-testing migration powermock mockito