Below are some project i have worked on.
APIEDA shpk Website
This is a website i have done for a company named APIEDA. This is a frontend single page website that showcases to the visitor the company and its services. WORK STILL IN PROGRES...
Technologies
- Javascript
- Bootstrap
- HTML
Database Migration
This is the project i delivered for my bachelor thesis.
The idea was to create a program that would take all the
existing data from a relational database and modify it without
changing the data logic to then export it to a MongoDB NoSQL
database. A dummy SQL database was used to provide the model
of a working relational database and from that was created a
new data model that fit best with NoSQL database technology.
Technologies
- Java
- SQL Server
- MongoDB
You can take a look at the code itself on the github repo.
Random Movie Generator
Random Movie Generator is a project i worked on vanilla JS. The idea is simply to generate a random movie and show a trailer.
Technologies
- Javascript
- TMDB API
- Google API
You can check this website out following the link on Learn More.
Contacts Book
This is a project i was tasked to do and it is a ASP.NET MVC application that stores data like credentials, phone number, email, address and gives the possibility to the user to download a set of data in CSV file format. Different users have different use rights ranging from Administrator, Manager and Standart user.
Technologies
- ASP.NET MVC
- SQL
- Entity Framework
You can take a look at the code itself on the github repo.