• Get in touch
Recent News
First PHP meetup by PHP Srbija in Belgrade
/ May 5, 2013 0 COMMENTS
Last Sunday (April 28th 2013) was IMHO a crucial day for PHP community in Belgrade (& Serbia too), a first PHP meetup was organized by PHP Srbija developer ...
Laravel 4 – introduction
/ March 31, 2013 4 COMMENTS
After years of working in a company using inhouse framework, before switching jobs I decided to expand my knowledge and find a new framework I will base my projects ...
git
Github and Trello integration
/ October 21, 2012 3 COMMENTS
After working with git for more then 2 years, few months ago I decided to start using Github to store my repos and test different workflow arrangements. It worked out great, I’m ...
mysql
Importing data from compressed files directly to MySQL
/ February 5, 2013 1 COMMENTS
This is a neat trick for directly importing compressed MySQL dump files into MySQL   xz -dc /folder-of-my-choice/filename.xz | mysql -u username -pmy_password   It might not ...
personal
Linux Mint + VLC: Screen dims after few minutes
/ February 15, 2013 2 COMMENTS
Screen dims after 5 or 10 minutes of watching something in VLC? I got this issue on Linux Mint Nadia few months ago and few days ago when I installed it on laptop. All you have to do is ...
php
First PHP meetup by PHP Srbija in Belgrade
/ May 5, 2013 0 COMMENTS
Last Sunday (April 28th 2013) was IMHO a crucial day for PHP community in Belgrade (& Serbia too), a first PHP meetup was organized by PHP Srbija developer community. With gathering ...
webcamp
WebCamp Zagreb 2012 – postfestum
/ December 31, 2012 0 COMMENTS
This post is a bit overdue, little more then a month passed from conference but I wanted to gather my thoughts & feelings before writing this. In my opinion first occurance of ...
zgphp
Starting/organizing a developer community: ZgPHP meetup
/ September 17, 2012 0 COMMENTS
The year 2011 was a great success for developer communities in Zagreb. Although mobile developers started in 2010 with Mobile Monday, web developers were a bit shy and Ruby developers ...