Nour Mina
Hi, I'm Nour
Software engineer and CCE student based in Lebanon. Thanks for dropping by — hope you find some of my work interesting.
#!/usr/bin/python class SoftwareEngineer: def __init__(self): self.name = "Nour Mina" self.role = "Software Engineering" self.student = True self.language_spoken = ["ar_LEB", "en_US", "fr_FR"] self.country = "Lebanon" def say_hi(self): print("Thanks for dropping by, hope you find some of my work interesting.") me = SoftwareEngineer() me.say_hi()
Selected work
Deep learning model trained to classify melanoma from skin lesion images.
Full-stack e-commerce bookstore with session-based auth, product search/filtering, cart & order management, and a role-based admin dashboard.
POS system with SHA-256 login, factory-pattern role handling, client/admin dashboards, inventory, promotions, and live order processing.
Maze generator built for 42 Beirut — config parsing, ASCII rendering, and algorithm design with Kruskal's and recursive backtracking.
Skills
building with coffee and tears ☕️