Sojol Rana
|
Passionate about building high-quality software solutions and contributing to open-source projects. Skilled in various web technologies and always eager to learn.
#include <iostream>
#using namespace std;
void greet(string name){
cout << "Hello, " << name << "!" << endl;
}
int main() {
greet("Sojol");
return 0;
}Recent Projects
Smart Meal Management System
A role-based web meal management system for university residence halls built with PHP and MySQL, enabling digital wallet payments, meal scheduling, guest booking, and real-time kitchen meal tracking.
View DetailsAnalysis and Visualization of the Dengue Outbreak in Dhaka
A Python-based project for analyzing and visualizing the dengue outbreak in Dhaka using data analysis and visualization techniques.
View Details