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 […]
Building and Maintaining Technical Documentation – Markdown with Gitbook Tooling
Building and Maintaining Technical Documentation using Markdown and Gitbook
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 […]
Tech Tip: Websites on Github with Jekyll
We have been facing a challenge on how to manage the Styx Technology Group corporate website without having dedicated resources to host, deal with security, updates and maintenance. Having been in the website business for over a decade at the turn of Y2K, having an easily maintainable solution was key for the long haul. Enter GitHub pages […]
OpenMRS Implementor Series 101 – Building a distribution package
I am not sure where this will end, however it is my way of giving back to the OpenMRS community that has provided an excellent learning platform and great support to me over the last 6 months, I have been using the software tools. My intention is to share what I know, as a way […]
Syzygy – Release 2 – Uganda Mobile Money Cost Estimator
Syzygy is a Uganda focused utility calculator (launched by this post http://ssmusoke.com/2015/08/11/launching-syzygy-uganda-focused-utility-calculator/), this new release adds a tool not available anywhere else allowing you to estimate the costs of a mobile money transaction. Are you sending to a registered number, unregistered or trying to withdraw from an agent or ATM? Hope this app saves you the […]
Alternate Approach to MTN SIM Card Registration Process & Web Tool
MTN Uganda has finally put together an application to support the online registration of simcards. However the process as outlined in the Dignited article (http://www.dignited.com/15503/you-can-now-register-your-mtn-uganda-sim-card-online-heres-how/) requires a user to download a registration form, upload it then wait until MTN staff can get back on the registration status. This blog post provides an alternate design and […]
TechTip: Moving a Project Between Git Repositories
I tend to write these so that I do not forget them, and possibly to help others who may be face similar challenges. The question is why would somebody want to do this, well usually its because of a change in Git hosting providers or probably change in project ownership. The process is as follows: […]
OpenMRS Module Development Learnings – 102
Update November 2018: This blog post has been superseded by the OpenMRS SDK (https://wiki.openmrs.org/display/docs/OpenMRS+SDK) My team mates and I are completing a number of OpenMRS workshops focused on improving our module development capability. This blog post captures the unwritten lessons that we have picked up as a way of giving back our lessons to help others in […]
Trunk or Branch based development
An interesting discussion that I had with my team mates over the last few days, whether we should create branches then merge later or keep working on the trunk within our Git based version control process. As the team is small, we are in the same premises but different locations, we agreed to move to work […]