Skip to content
View John-Atha's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report John-Atha

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
John-Atha/README.md

Hi 👋, I'm John

Click here for my Portfolio website
Linkedin profile
import random

atha = {
    'full_name': 'John Athanasiou',
    'age': 23,
    'country': 'Greece',
    'city': 'Athens',
    'email': 'giannisj3@gmail.com',
    'github_username': 'John-Atha',
    'studies': ['MEng at Electrical and Computer Engineering'], 
    'wanna_be': random.choice(['full-stack web developer', 'web3 developer', 'AI-ML engineer']), # don't know yet...
}
atha.save()

Skills

Languages

Frameworks

Databases

Services-Tools


john-atha

Pinned

  1. diploma diploma Public

    A movie recommender web-app implemented as the link weight prediction task with Graph Neural Networks and Graph Databases

    TypeScript 7 1

  2. PostOn PostOn Public

    Project4 of Harvard CS50 WebProgramming 2020 course with Python and Javascript - A social media website

    JavaScript 2

  3. askMeAnything askMeAnything Public

    A web app like Stack overflow for NTUA Software As A service course 2021

    TypeScript

  4. heart-mobile-app heart-mobile-app Public

    An mHealth app destined for self-management and risk prediction of CardioVascular Diseases

    JavaScript 1

  5. Thundercars Thundercars Public

    An EV charging web app for NTUA software engineering course 2020-2021

    Java 1 2

  6. AI-Traffic AI-Traffic Public

    Project 5 - Traffic of Harvard CS50's Introduction to Artificial Intelligence with Python 2021 course

    Python