As a developer there are times you may need to use MySQL 5.7 but have it backwards compatible with MySQL 5.6, so that existing applications work as before. This is a collection from multiple sources, that seems to get everything to work fine The settings below when added to my.ini or my.cnf have this effect […]
Crowdsourcing Validation Rules for Uganda National ID
I am curious about the ability to validate that the Uganda National Identification Number (NIN) is well formed. However this does not validate that the NIN actually belongs to the person presenting it or that it is correct. The rules that I have been able to gleam are: Must be 14 characters long First character is […]
TechTip: Dbunit Export from Jetbrains DataGrip
I am an avid test driven development (TDD) advocate nowadays, with a pragmatic slant of course, looking to bullet proof the features that I deliver to ensure that they do what is expected, and work out edge cases. A big challenge to testing is generating of test data, which is needed to setup some integration […]
Alternate Approach to Legal Independent Election Tallying
The Uganda elections are more or less over with less than 6 hours for the Uganda Electoral Commission (EC) to announce the results for the presidential elections. Given all the time on our hands, with no social media, the team at Styx Technology Group designed the following alternative approach to independent electoral vote tallying for future elections that provides […]
Opinion: Microsoft Demise being Overrated but they are still a Major Player
This post was intially a comment on this Mashable post Why Microsoft Is Being Left in the Dust but I figured it was too long and needed its own post The demise of Microsoft has been predicted continuously over the last 20 years however what most commentators forget is that Microsoft innovates best when its the […]
Databud – Startup Weekend Kampala – April 27 to 29
I will be attending my first startup weekend in Kampala, on April 27, 2012 to April 29, 2012 and well I thought that why not share my pitch and get advice on how to refine it. No idea is great unless shared right? In the absence of #opendata in Uganda, there is a whole lot […]
The Poor Man’s Job Queue
Not all software development projects are treated the same, some have access to modern tech Virtual Private Servers (VPS), Zend Server (http://www.zend.com/products/server/), Memcached, Gearman and all the other goodies I can only dream of. You have a box with LAMP, and you cannot install anything else. This is an example of how we got around […]
Doctrine2 Day 3 – Proxies, Associations, Relationships
Well if you are following this series, then by know you are aware that we have the validators setup, and we are almost ready to go. Well not quite so. I ran into an issue with proxies and class loaders which took a while to resolve, but what I did was: a) Changed the Zend […]
Doctrine 2 – Day 2 – Model Validation using Symfony Validator Service in Zend Framework
It is just Day 2 of my experiences in the trenches, regular work, had kept me from this but I managed to get some time to keep digging. As a followup to my Doctrine 2 – Day 1 – Commentary from the Trenches. The models are up and configured, and the unit testing is setup […]
State of PHP Feb 2012 – Symfony 2, Zend Framework 2, IDE Support, MySQL
There is just too much going on so I thought I should put these thoughts down so that I do not lose my mind from the excitement and anticipation that comes from things moving very fast and innovation being spured at a pace which is mind boggling. PHP In my opinion the stabilization of PHP […]