One of my recent projects was intended to use Laravel-based service for importing data to Woocommerce shop. I decided to simplify development and testing part by combining Laravel and WordPress containers in one Docker project. During my work, I met a couple of obstacles, which will be covered in this post as well. Install Laravel… Continue reading Laravel + WordPress + MySQL + Docker
Category: Development
Is it Gluten Free?: changes in Android and upcoming iOS apps
Our team worked hard and we are close to release of iOS app for the project “Is it Gluten Free?”. Also we reworked our Android app and it now has a look following Android 5 standards. check out some screenshots from the latest version. follow updates, when iOS app will be available for download.
Is it kosher?: get ready for Android 5.0
As soon as Android started getting updated to the new version 5.0, we at KosherDev decided to move to new neat and plain design for “Is it kosher?” Android app. Also more native compatibility support is done for pre-4.x Android OS versions. Later I’ll post some interesting hints about styling Compat ActionBar
Twitter: simple favorite’ing bot on PHP
Recently I found out that lot of twitter bots are favorite’ing and retweetting you statuses. I decided to create my own to play around a little. Simple search for PHP library, showed me that there are many of these here Twitter Libraries. I selected J7mbo/twitter-api-php and played around a little. Here is what I got: ini_set(‘display_errors’, 1); require_once(‘TwitterAPIExchange.php’);… Continue reading Twitter: simple favorite’ing bot on PHP
Add app install banner to site
Working on a project “Is it kosher?” we came to idea, that it is worth to have one site for app installation to different mobile Operating systems. It means, that visiting site from Android or iOS, user will get a possibility to install app directly from the site, without looking for proper links. And in… Continue reading Add app install banner to site