-
PHP
PHP Qr Code Generator Example
QR codes is an abbreviation for quick response code. It was first designed for the automotive industry in Japan. A…
Read More » -
PHP
PHP Number Format Example
Sometimes it can be neccessary to display a nicely formatted number on a webpage, instead of an ugly and hard…
Read More » -
Web Dev
Improve Documentation by Automating Spelling and Grammar Checks
What’s one of the first things you look at when trying a new piece of software? Or after you’ve hit…
Read More » -
PHP
Setting Up and Deploying a Modern PHP Application
Despite widespread adoption, PHP has long received criticism for being inconsistent and encouraging questionable development practices. That said, millions of…
Read More » -
DevOps
Container Image Immutability and the Power of Metadata
One of the principles of Docker containers is that an image is immutable — once built, it’s unchangeable, and if…
Read More » -
PHP
PHP Json Encode And Decode Example
Json is an abbreviation for JavaScript Object Notation. It is a lightweight format that is used for data interchanging. It…
Read More » -
Ruby
Decomposing Monolithic View Systems
When we break down a monolithic app into microservices, we go through a process known as decomposition. Simply put: This…
Read More » -
DevOps
Docker Storage: An Introduction
There are lots of places inside Docker (both at the engine level and container level) that use or work with…
Read More » -
PHP
PHP Google Geocode Example
In this example we will explain Google Map Geocoding, what it means and how we can manipulate the Google Map…
Read More »