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 full-stack, containerized web application for managing university hall meals with role-based access, digital wallets, and automated attendance.
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