Thoughts, tutorials, and insights on software development.
List of JavaScript libraries for validation and other purposes.
List of useful PHP libraries including content management systems and media embedding tools.
This is a realtime video benchmark between Lumen and Slim PHP frameworks.
Here is a service, which will check your SSL certificate, and simulate handshakes with different devices.
Let's Encrypt is a free, automated, and open certificate authority (CA) service, run for the public's benefit. Here are first impressions on installing and using it.
Laravel has quickly gained popularity and has asserted itself as the leading MVC PHP framework in 2015 and 2016. Many developers have joined the Laravel wave, many of which have very limited development experience outside the framework.
Here is step by step tutorial on how to install LAMP on Ubuntu 15.10. This installation is for PHP 7.0, which has lots of speed optimizations and security improvements.
Laravel by default comes with lots of unneeded bagage, which is better to be cleaned out immediately after installation. Here is how to clean up.
There are valid reasons why someone may want to restrict the users who can use a web application. One of the most efficient restriction is based on IP addresses.
Today JavaScript is used everywhere in the web world. Its use is so widely spread, that it is hardly realized its a dependency. This article covers the drawbacks and things to check.
Two dimensional arrays are everywhere. Here are a few functions, attached to the Array prototype, which can make your life easier when sorting through two dimensional arrays in JavaScript.
This my third article on my impressions with Magento 2.0. In this case I have to work with the Magento 2.0 SOAP API. Experience is frustration to say the least.