Skills
Good understanding of:
Basic understanding of:
Hello there!
I am Aris Rigas and I am a Web Developer
New to Web Developing and always eager to learn new skills and technologies. This is my portfolio website which I am going to update with new projects and skills.
Coursera
2016: Programming for Everybody (Getting Started with Python) Certificate
2018: Python Data Structures Certificate
Udemy
2022: The Complete 2022 Web Development Bootcamp (HTML, CSS, Javascript, Node, React, MongoDB) Certificate
Projects
Taskitron
A small React application that organizes tasks in a single dashboard.
The app has user register/login functionality and user authentication (JWT).
It creates cards with task details through a form, each task and user are stored as JSONs in a MongoDB database and accessed via Express.js.
The app was made following a Youtube tutorial about a similar project using the MERN stack
*Validation: There is no credentials validation (registration can be done with fake email)
*Known issues: If field of tittle is blank or empty list-item is added the app crashes. Please restart.
*If 30 days pass from previous login or registration, cookies must be deleted in order to work