Conducted end-to-end performance testing on the BlazeDemo flight booking application using Apache JMeter
Simulated concurrent user load to evaluate system performance, response time, throughput, and error rates under stress
Created JMeter Test Plans with Thread Groups, HTTP Request Samplers, Listeners, and Assertions for effective scenario modeling
Generated detailed performance reports and CSV result logs to identify system bottlenecks and validate scalability
Configured key JMeter components including Ramp-up period, Loop Count, and Think Time to reflect realistic user behavior
Documented test scenarios, configurations, and findings to support reproducibility and performance tuning
26th Jan 2024
Login Logout Automation Testing using Cypress
Automated login and logout functionalities of a web application using Cypress, ensuring robust authentication workflows
Designed modular and reusable test scripts using Cypress's describe and it blocks to enhance maintainability and scalability
Implemented assertions to validate UI elements, navigation flow, and session handling after login/logout actions
Used Cypress Dashboard for test execution insights and ensured tests ran consistently across different environments
Optimized test execution time by structuring test steps using hooks like beforeEach()
Followed best practices for writing readable, traceable test cases and maintained clear project structure in GitHub
6th Jan 2024
API Testing On Restful-Booker Using Postman
Performed end-to-end manual API testing using Postman, covering key operations: POST, GET, PUT, PATCH, and DELETE for booking workflows
Designed and executed data-driven test cases to validate request/response structure, status codes, headers, and authentication mechanisms
Created a structured API test documentation including test cases, test data, and result logs for reproducibility and clarity
20th April 2023
Manual Testing Project on Gorillamove: Grocery Delivery Website
Designed and documented comprehensive test scenarios and test cases covering functional, UI, and integration testing of the Gorilla Move Grocery web-responsive and mobile-responsive application
Executed test cases and recorded results in an organized and traceable format using Excel
Test Deliverables: Test Plan, Test Case Documentation, Test Case Report, Bug Reports, Test Metrics, Mind Map
4th April 2023
Bangladeshi Bank Note Classification
Built a machine learning classification model to identify genuine and fake Bangladeshi banknotes using statistical features extracted from the note images
Preprocessed dataset with features such as variance, skewness, kurtosis, and entropy of wavelet-transformed images
Implemented and compared multiple ML algorithms including Logistic Regression, KNN, Decision Trees, Random Forest, and SVM to evaluate performance
Analyzed model accuracy, precision, recall, and confusion matrix to determine the best-performing classifier
Used Python libraries like Scikit-learn, Pandas, Matplotlib, and Seaborn for training, evaluation, and visualization
Documented results and model performance in a GitHub repository for transparency and reproducibility
Jul 2021 - Sep 2021
Music Genre Classification
Developed a machine learning model to classify music into genres using extracted audio features from WAV files
Extracted features such as zero crossing rate, chroma frequencies, MFCCs, tempo, and spectral centroid using the Librosa library
Applied multiple classification algorithms including Random Forest, Support Vector Machine (SVM), K-Nearest Neighbors, and Decision Trees
Evaluated model performance using accuracy, confusion matrix, and classification reports to identify the most effective algorithm
Used Scikit-learn, Pandas, Numpy, and Matplotlib for model training, data preprocessing, and result visualization
Documented code, approach, and results on GitHub to ensure reproducibility and academic transparency
Jul 2021 - Sep 2021
Waste Craft Master
Designed and developed a CRUD-based web application to manage eco-friendly craft items created from waste materials
Built the system using PHP for backend logic and MySQL for database management, supporting operations like product listing, editing, and deletion
Implemented responsive frontend using HTML, CSS, and Bootstrap for a clean and user-friendly UI
Applied core software engineering principles such as modularity, input validation, and user interaction design
Focused on system usability and accessibility to promote sustainability awareness through waste-to-product transformation
Documented system architecture, database schema, and user flows to meet ISD lab documentation standards
Jan 2020 - Oct 2020
BD E-commerce
Developed a Bangladeshi e-commerce web application using JavaScript, C#, HTML, and CSS.
Implemented product catalog, shopping cart, and user authentication features.
Designed and managed database for products, users, and orders.
Integrated front-end and back-end components for seamless user experience.
Used Visual Studio and Git for development and version control.
Jan 2020 - Oct 2020
Bus E-ticketing
Developed a console-based Bus E-Ticketing System using C++ to simulate real-world ticket booking operations.
Implemented features like ticket booking, seat management, fare calculation, and route selection.
Used file handling for storing and retrieving ticket records persistently.
Followed modular and object-oriented software design techniques for clean code organization.
Applied structured programming principles and logic flow for a user-friendly interface.
Jan 2019 - May 2019
QuizHub
Designed and developed an interactive quiz game using C++ for console-based learning.
Included features like user registration, quiz category selection, and score tracking.
Focused on implementing clean and modular software design principles learned in SD Lab.
Handled input validation, question randomization, and structured code for scalability.
Reinforced concepts of object-oriented programming and file handling in C++.
May 2018 - Oct 2018
Balloon Shooting Game
Developed a 2D balloon shooting game using C++ and graphics.h library.
Implemented core mechanics such as balloon motion, shooting interaction, scoring, and game-over logic.
Applied principles of Software Design (SD) to structure the code with modularity and clarity.
Used basic game loop logic, keyboard controls, and rendering techniques for smooth gameplay.
Demonstrated understanding of object-oriented programming, graphics handling, and real-time input capture.