php
-
DevOps
7 Ways to Improve Your Test Suite with Docker
I try to be disciplined in writing tests, but it’s usually not long before something gets in the way. Integration-testing…
Read More » -
Web Dev
Performing Zero Downtime Releases
You’ve spent months working on a project, and it’s finally time to show it to the world. You’re proud of…
Read More » -
DevOps
Building a PHP Command Line App with Docker
Over the past few months, I’ve started using Docker for all my local development work. Previously I had experimented with…
Read More » -
PHP
PHP Export to Excel Example
It can become neccessary to export data to a browser in excel format or just create an excel document from…
Read More » -
PHP
PHP, Ajax and Mysql Example
Ajax is a powerful web technology, it allows a web app’s communication with a server, without having to refresh the…
Read More » -
PHP
PHP File Upload Example
[ads1]File uploads has now become an integral part of many, if not all social apps (both web apps and mobile…
Read More » -
PHP
PHP Base64 Encode/Decode Example
Encoding in base64 simply involves converting binary data to ASCII text. Encoding in base64 is done so as to easily…
Read More » -
PHP
PHP Beautifier Tools Example
In this example we are going to examine some tools that will beautify or properly format PHP source code. It can…
Read More » -
PHP
PHP Array to String Conversion
Arrays are very popular in programming languages, as they are widely used by programmers to perform different tasks. Arrays are…
Read More »
- 1
- 2