the web, mobile technology and location based services as I see it
Git is currently my favorite source code versioning tool and while I used Subversion, I knew about something called hooks that I never used. Essentially, hooks allow you to execute custom scripts when you perform certain actions on your repository like committing files, pulling updates and so on. This is a very useful as you [...]
In: Programming
14 Sep 2009A BOM is an acronym for byte-order mark and is essentially used to tell the type of encoding of a data stream or file without having to explicitly specify it (for instance, through the content-type header in HTTP response). I’d been having a particular issue with an API I built for a web application I’m [...]
I’ve configured some deployment servers to use SSH over non-standard SSH ports and that can really be a problem when you want to use that with git. No matter what you do, git would always attempt to connect through the standard SSH port 22. There was really no point in scratching my head and trying [...]
In: Blogging
11 Sep 2009The blog post title says it all. My memory fails me as to the exact date the popular blog – StartupsNigeria.com went offline. There could have been several reasons why it was offline but one day, two days, one week… the site was still offline. I started to get a bit concerned. I began to [...]
In: Programming
3 Sep 2009One of the big benefits of using source code versioning (or source code management systems) is that it allows you to maintain a history of all the changes in code and allows for easy collaboration amongst several developers on the same code base. SCMs will allow you answer the following questions: Who made what change [...]
Tim Akinbo's Weblog is the personal weblog of Tim Akinbo. Here he discusses issues relating to technology. Special interests include the web, mobile technology and location based services.