Speed up your algorithm the Roman way – an app optimisation method
We recently created a string matching application to gather data, analyze it and produce results based on the similarities between…
Migrating from Drupal 7 to Drupal 8
Drupal 8 is the biggest update in Drupal’s history. It introduced a lot of enhancements and content creation has become…
Introduction to VR app for Web using ReactVR
A few months ago I tried to make a demo of a VR app for web. I started to research…
Dependency Injection with Dagger2
IoC (Inversion of Control) is one of OOP’s (object oriented programming) principles, which allows us to write weakly bound code.…
Start an Ionic 2 App (Windows 10)
Making a Windows project with Ionic 2 is much easier now that Ionic officially supports the Windows platform. There are…
Ionic Starter Kit: update now available on GitHub
Do you remember our Ionic Starter Kit for jump starting new Ionic projects? Well it’s still out there. We keep…
Investigating PHP garbage collection
When I began a recent project writing a PHP cli program (a worker process for a queue system), I assumed…
How to perform faster app tests with Symfony
In a previous post we discussed how to make good data sets for testing purposes. The method described is a…
How to set up app video encoding (Symfony 2 + AWS Elastic Transcoder)
Today I’ll show you a procedure to transcode video into the format and size you need. This post will be…