Tag: Development

YmuseGo and the Music Player Daemon client

Post image

Now I’m finally ready to tell you what’s been keeping me busy during the last three weeks.

I’ve spent them learning a new programming language called Go.

The process went so well that I even managed to write a new media player application Ymuse. Or, to be precise, a Music Player Daemon client.

Read on »

Managing Git projects on a mass scale

Post image

Anyone who has been in the software development business for a while, is certainly familiar with the hassle of arranging, keeping track of, pulling, committing etc. of dozens of local Git repositories being used or developed.

Read on »

Slow connection to MySQL in Docker

Post image

My current project makes use of the MySQL database, which runs in a Docker container.

At a certain moment connecting to the database became excruciatingly slow, taking tens of seconds to establish a single connection. After that everything would work as expected.

The application opens a connection some hundred times, so the startup time had become really unacceptable.

I’ve spent a lot of time hunting that down, and then even more time looking for a solution as I failed to find any on StackOverflow. But finally I’ve solved this.

Read on »

Tutorial: development with Yii/PHP/MySQL using Docker

Post image

It’s been about a year since I’ve switched to developing this website (built with Yii 2/PHP/MySQL) using Docker. After just one try I realised that Docker is the best thing happened to development. Well, after Vim, of course.

So I’ve decided to write a brief tutorial on setting up a dockerised development environment, in the hope it could be helpful for those who never tried Docker or experience difficulties getting started.

Read on »

Share: