Laminas: MVC Framework for PHP – Book Review

laminas mvc framework for php

Selenium Testing Tools Cookbook - Book Cover
Guest post written by: Wojtek Marczak.
Put aside any PHP framework with MVC architecture which you used to work with just for a little moment and make a room for new pretender to the crown. Start to expect more from your framework, put less effort to do the same things as you used to before. How, you would ask? Ladies and gentleman, I present to you the Laminas MVC, the chosen one in web frameworks for the new 2020 era!

Read moreLaminas: MVC Framework for PHP – Book Review

Block any spam links in comments in WordPress

Stop spam on your Wordpress comments seciton

Block SPAM in WordPress

How to make your WordPress site more secure is probably your most important goal. Hundreds of spam bots crawling your site can make your head hurt not just once. So why just not block any of those scammers and avoid spending your time on marking as a spam posts? Well here is the quickest way to achieve it without any plugins!

Read moreBlock any spam links in comments in WordPress

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