Continuous Delivery : A Mini Hurdle

The first hurdle to overcome with Continuous Delivery I think is not getting your product’s code onto the machine itself, but managing the actual machine and it’s software… and in talking to people. It is the subtle nuances between machines due to people tweaking things on the fly that lead to the worst [most annoying] bugs to troubleshoot. The end-goal of managing your machines is that no one ever logs into the machine directly....

January 2, 2012 · 1 min · 74 words · Shafiq Alibhai

Continuous Deployment

[slideshare id=5345889&doc=continuousdeployment-101003140021-phpapp01]

October 19, 2010 · 1 min · 2 words · Shafiq Alibhai

Ajax Tabbed Google Search – A Typo3 Extension

Following is the link to my first typo3 extension. It’s a ****front end plugin used to display a modified google search engine. The search engine is ajax based and has tabs feature. There is absolutely no page loading. The project is setup of typo3 forge. Following is the link to svn repository. You are welcome to check out the code and update it. 🙂

April 13, 2010 · 1 min · 64 words · Shafiq Alibhai

SVN – revision control – slides – pdf

SVN – revision control SVN – revision control email@www.shafiq.in Coordinating projects● Problem: How to coordinate and synchronize code  between multiple developers on a project? – Work on the same computer, take turns coding  Nah…  – Send files by e-mail or put them online. Lots of  manual work. – Put files on a shared disk. Files get overwritten or  deleted. Lots of direct coordination. – In short: Error prone and inefficient....

March 22, 2010 · 3 min · 605 words · Shafiq Alibhai