Selenium Testing Tools Cookbook – Second Edition – Review

selenium testing tools cookbook cover

Selenium Testing Tools Cookbook - Book Cover
So you wanna be automated tester and start saving your time spent on testing web applications both for and back end sides? Well look no more, start using Selenium with this low entry level book to get you started, even if you don’t know much about programming at all!

Read moreSelenium Testing Tools Cookbook – Second Edition – Review

Shorten your functions! – Arrow Functions in PHP7.4

shorthand functions in php

Shorthand Functions in PHP

Tired of writing anonymous functions syntax every time when you just need to pass a callback or closure? Not only the standard long syntax is confusing but it’s also hard to read and understand. Well it’s your lucky day, the short syntax is on the way to be in release code of PHP 7.4!

Read moreShorten your functions! – Arrow Functions in PHP7.4

PHP 5 is no longer supported version!

php5 end of life
PHP 5 end of life

By the beginning of 2019, PHP will only support version of PHP 7.1 and onwards. This is probably a safe bet to moveover to that version as soon as possible as the deadline just hit on 3rd of December 2019! If you swap too late you may cause your system being vulnerable to potential bugs and insecurities.

Read morePHP 5 is no longer supported version!