My name is
Stelios Mantzouranis
I am a Software Engineer and these are my personal projects so far.
I am a Software Engineer and these are my personal projects so far.
An e-shop Restful API created using Node.js , Express.js and MongoDB (Mongoose ODM).Created as a task for an interview in 3 days.It involves 4 Resources and authentication is achieved via JSON web token , while password storage is done with bcryptjs hashing.
Search Engine developed in Python 3.6.Features of the project include multithreading, website crawling using python's urllib , data extraction from HTML using bs4, natural language processing using nltk , inverted Index creation and lastly query process capabilities.
Game Developed in Java 9 using swing library. Features of the game include multiplayer capabilities , record keeping and VS. CPU gaming.
Implementation of Dijkstra's algorithm , Union Find and Stable Marriage on a graph input of an ant colony. Written in Java.