ICCK Journal of Software Engineering

Publishing Model:
ISSN:
ISSN: 3069-1834
ICCK Journal of Software Engineering is a peer-reviewed journal dedicated to advancing the field of software engineering through high-quality research and practical innovations.
DOI Prefix: 10.62762/JSE

Journal Metrics

-
Impact Factor
-
CiteScore

Recent Articles

Open Access | Research Article | 16 March 2026
Deployment Challenges of Bayesian Network–Based Learning Path Recommendation in Real Classroom Settings
ICCK Journal of Software Engineering | Volume 2, Issue 1: 71-84, 2026 | DOI: 10.62762/JSE.2025.490810
Abstract
Bayesian Network (BN)–based Learning Path Recommendation (LPR) systems are widely adopted in personalized education for modeling uncertainty and providing interpretable learner representations. However, existing studies predominantly evaluate these systems under controlled settings that assume balanced data, simplified curricula, and unconstrained resources. Consequently, limited empirical understanding exists regarding their performance in authentic classrooms. This study addresses this gap by examining the real-world deployment of a BN-based LPR system using naturally occurring classroom data. The system is evaluated using 426,004 quiz responses collected across 19 formative assessments,... More >

Graphical Abstract
Deployment Challenges of Bayesian Network–Based Learning Path Recommendation in Real Classroom Settings
Open Access | Review Article | 11 February 2026
Software-Engineering Perspectives on Machine for Skin-Disease Classification
ICCK Journal of Software Engineering | Volume 2, Issue 1: 52-70, 2026 | DOI: 10.62762/JSE.2025.913699
Abstract
Skin‑disease classification has evolved from simple image recognizers into software‑driven pipelines that demand reliability, reproducibility, and ethical governance. While most AI reviews focus on algorithmic accuracy, few examine these systems through a software‑engineering (SE) lens—essential for assessing pipeline modularity, version control, deployment readiness, and long‑term maintainability, all critical for clinical integration. This review surveys literature from 2015 to early 2025, curating about 180 papers that link skin‑disease classification with SE practices. It traces the shift from handcrafted feature‑based classifiers to end‑to‑end convolutional, ensemble,... More >

Graphical Abstract
Software-Engineering Perspectives on Machine for Skin-Disease Classification
Open Access | Research Article | 08 February 2026
Comparing Agile Transitions: A Study of XP, Scrum, and Hybrid Frameworks
ICCK Journal of Software Engineering | Volume 2, Issue 1: 30-51, 2026 | DOI: 10.62762/JSE.2025.428569
Abstract
Agile has become a cornerstone of modern software development. Among its many frameworks, Extreme Programming (XP) and Scrum are the most widely recognized. XP emphasizes technical practices and engineering discipline while Scrum provides structured roles and iterative planning. Over time, many organizations have also adopted hybrid models that combine the strengths of both. Despite their popularity, teams often face challenges when deciding which approach to adopt. The choice between XP, Scrum or a hybrid is not always straightforward as each carries different strengths, limitations and suitability for specific contexts. This paper addresses this issue by presenting a comparative analysis o... More >

Graphical Abstract
Comparing Agile Transitions: A Study of XP, Scrum, and Hybrid Frameworks
Open Access | Research Article | 30 January 2026 | Cited: Crossref logo  1 , Scopus 1
Fused-CNN-LSTM: A Software-Oriented Multimodal Deep Learning Framework for Intelligent Hypertension Risk Prediction
ICCK Journal of Software Engineering | Volume 2, Issue 1: 11-29, 2026 | DOI: 10.62762/JSE.2025.995217
Abstract
Hypertension, a life-threatening global health challenge, requires early detection to prevent severe cardiovascular complications. Fundus imaging reveals microvascular alterations, yet conventional diagnosis often misses subtle early changes. This study introduces a multimodal deep learning framework that integrates clinical data, fundus images, and demographic features to improve hypertension prediction. Unlike single-modality approaches, our method captures complementary risk factors from both structured and unstructured data. We evaluate machine learning and deep learning models on clinical data, confirming DL's superior accuracy. For fundus images alone, a CNN achieves 74.44% accuracy, h... More >

Graphical Abstract
Fused-CNN-LSTM: A Software-Oriented Multimodal Deep Learning Framework for Intelligent Hypertension Risk Prediction
Open Access | Review Article | 27 January 2026
Is AI Code Generation Undermining Developers’ Problem‑Solving Skills?
ICCK Journal of Software Engineering | Volume 2, Issue 1: 1-10, 2026 | DOI: 10.62762/JSE.2025.847963
Abstract
The rise of AI tools such as GitHub Copilot and ChatGPT has reshaped software development by providing substantial support for coding and debugging tasks. Although these tools enhance productivity and reduce routine workload, existing research has largely emphasized short-term efficiency gains, leaving their long-term cognitive and pedagogical effects insufficiently explored. This study investigates the cognitive trade-offs associated with sustained reliance on generative AI, with particular attention to students and junior developers. Recent empirical findings indicate that excessive dependence on AI assistance may weaken deep debugging skills, impede conceptual understanding, and challenge... More >

Graphical Abstract
Is AI Code Generation Undermining Developers’ Problem‑Solving Skills?
Open Access | Research Article | 11 November 2025 | Cited: Crossref logo  2 , Scopus 3
Towards AI-Augmented Software Engineering: A Theoretical Framework
ICCK Journal of Software Engineering | Volume 1, Issue 2: 124-138, 2025 | DOI: 10.62762/JSE.2025.407864
Abstract
Software Engineering (SE) has traditionally relied on rule-based methods and human expertise to deliver reliable systems. As software systems grow more complex and the demand for intelligent and scalable solutions increases, Artificial Intelligence (AI) has emerged as a transformative approach. In particular, Machine Learning (ML) and Deep Learning (DL) play a central role in this shift. This paper proposes a theoretical framework for AI-augmented Software Engineering. It emphasizes the role of machine learning and deep learning across the entire software engineering lifecycle including requirement analysis, design, development, testing, maintenance, project management, and process improveme... More >

Graphical Abstract
Towards AI-Augmented Software Engineering: A Theoretical Framework
Open Access | Research Article | 03 November 2025
Design and Implementation of a Software Engineering-Driven Deep Transfer Learning Framework for Seafood Fish Detection
ICCK Journal of Software Engineering | Volume 1, Issue 2: 109-123, 2025 | DOI: 10.62762/JSE.2025.535801
Abstract
Seafood quality inspection is critical for ensuring food safety and minimizing economic losses from spoilage. While traditional methods are slow and labor-intensive, computer vision and machine learning have emerged as efficient automated alternatives. This study presents SFFDNet, a software engineering-driven convolutional neural network featuring a lightweight 19-layer architecture with optimized feature extraction blocks and regularization strategies. With only 2.49 million parameters—significantly fewer than VGG16 (138M) and ResNet50 (25.6M)—our model achieves 98.80% accuracy on the Large-Scale Fish Segmentation and Classification Dataset. SFFDNet outperforms both transfer learning m... More >

Graphical Abstract
Design and Implementation of a Software Engineering-Driven Deep Transfer Learning Framework for Seafood Fish Detection
Open Access | Review Article | 02 November 2025 | Cited: Crossref logo  2 , Scopus 4
IoT Security through ML/DL: Software Engineering Challenges and Directions
ICCK Journal of Software Engineering | Volume 1, Issue 2: 90-108, 2025 | DOI: 10.62762/JSE.2025.372865
Abstract
The Internet of Things (IoT) is increasingly integrated into modern software-driven systems across consumer, industrial, and healthcare domains. The heterogeneity of IoT devices, combined with their resource constraints, often renders conventional software security mechanisms insufficient, exposing systems to breaches and exploitation. This study examines recent IoT security incidents to illustrate common vulnerabilities in software-intensive IoT ecosystems, highlighting the resulting risks to critical applications. In response, we review emerging machine learning (ML)-driven security modules and deep learning (DL)-based intrusion detection software, positioning them as adaptive components t... More >

Graphical Abstract
IoT Security through ML/DL: Software Engineering Challenges and Directions

Journal Statistics

52
Authors
7
Countries / Regions
23
Articles
20
Scopus Citations
39.1% Cited
2025
Published Since
71,306
Article Views
20,014
Article Downloads
ICCK Journal of Software Engineering
ICCK Journal of Software Engineering
eISSN: 3069-1834
Crossref
Crossref
Member of Crossref
Visit Crossref →