-
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 » -
DevOps
Turning Your App into Separate Containers for Better CI/CD
Guess how long the test and build process is for my most recent project? Twenty minutes. I’m not kidding. It…
Read More » -
Web Dev
Introducing Business iQ
Want to learn how you will identify and fix code bottlenecks, memory leaks, slow database queries, infrastructure blockages, and zero…
Read More » -
Ruby
Microservice Communication with Queues
Microservices are small programs that handle one task. A microservice that is never used is useless though — it’s the…
Read More » -
PHP
PHP Google Maps Example
According to wikipedia Google Maps is a web based mapping service developed by Google. It offers satellite imagery, street maps,…
Read More » -
DevOps
Docker List Containers Example
This example will show you how to list containers with Docker, one of the most popular software of the moment.…
Read More »