Mohayeminul Islam

Work place: Jantrik Technologies Limited, Dhaka 1213, Bangladesh

E-mail: mohayeminul.islam@jantrik.com

Website:

Research Interests: Computational Science and Engineering, Software Construction, Software Design, Software Development Process, Software Engineering

Biography

Mohayeminul Islam completed M.Sc in Software Engineering from Institute of Information Technology with thesis ―Design Migration from Procedural to Object Oriented Program by Clustering Data Call Graph‖ under the supervision of Shah Mostafa Khaled. He received his Bachelor's degree in Information Technology (Major in Software Engineering) from the same institute. Mohayemin completed his internship at M\&H Informatics (BD) Ltd. from July-December 2011. Currently he is working as software engineer at Jantrik Technologies Ltd. Bangladesh.

Author Articles
Design Migration from Procedural to Object Oriented Paradigm by Clustering Data Call Graph

By Mohayeminul Islam Tajkia Rahman Toma Md. Selim Alim Ul Gias Shah Mostafa Khaled

DOI: https://doi.org/10.5815/ijieeb.2016.02.01, Pub. Date: 8 Mar. 2016

Management of legacy software and its code, generally written in procedural languages, is often costly and time-consuming. To help this management, a migration from procedural to object oriented paradigm could be a cost effective option. One approach for such migration can be based on the underlying dependency structure of the procedural source code. In this work, we propose a new heuristic algorithm that utilizes such structure for the design migration using agglomerative hierarchical clustering. The dependency structure that has been used involve functions, parameters and global data of the procedural code. Given a procedural code, the proposed approach produces candidate classes for an object oriented design. The proposed algorithm was tested against a database of procedural codes. The results obtained have been empirically validated using Jaccard similarity coefficient. It is observed that the proposed method yields 75.6% similarity with respect to the ground truth in the average case.

[...] Read more.
A Dependency Graph Generation Process for Cli-ent-side Web Applications

By Tajkia R. Toma Mohayeminul Islam Mohammad Shoyaib Md. Shariful Islam

DOI: https://doi.org/10.5815/ijieeb.2015.02.06, Pub. Date: 8 Mar. 2015

The prolific growth of the Internet density has replaced native applications with web based applications. Current trend of web applications is moving towards fat client architecture, which results in a large codebase of the client side of web applications. Manual management of this huge code is tedious and time consuming for de-velopers. We present a technique to construct a depend-ency graph to provide an overview of the code showing the inter-dependency of the code elements. We conduct a dynamic analysis to make the JavaScript call graph to address the dynamic nature of JavaScript. We further integrate HTML and CSS with the JavaScript call graph to make a dependency graph. Because we can accurately identify the HTML and CSS relations, the result of the dependency graph depends on the JavaScript call graph. Our evaluation of the JavaScript call graph on six web applications demonstrates that the precision is high for the large applications and relatively low for small applications. The recall is low for large applications and relatively higher for small applications.

[...] Read more.
Other Articles