Sovereign AI in the Gulf: Four Tests Beyond Local Data CentresA practical framework for evaluating Gulf AI sovereignty across residency, control, resilience, auditability and exit.Aug 4, 2026·7 min read
Setting up SonarQube for Grails projectSonarQube is an open-source platform to manage code quality. It covers many aspects of code quality like Complexity, Coding rules, Duplications, Unit tests coverage, etc. It's really easy to configure SonarQube with your Grails project. Download and ...Dec 1, 2014·3 min read
Reinitializing jquery event on ajax responseI had a jquery change event attached to a checkbox that was part of a div. <div id="test-div"> <input type="checkbox" checked="checked" value="1" class="test-chkbox" /> </div> Using the following JQuery code a change event was attached to the above ...Jan 31, 2012·1 min read
Basic Usage of VIM EditorIn this blog, we are going to discuss the very basic usage of the VIM editor. What is VIM Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'VI', in short VIM is an improved version of VI text editor. Modes in...Oct 30, 2011·2 min read