Skip to content
View anthonyrouss's full-sized avatar
  • Department of Informatics, University of Piraeus
  • Athens, Greece
  • LinkedIn in/aroussos

Block or report anthonyrouss

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
anthonyrouss/README.md
public class Profile {
    private final String firstName = "Antonis";
    private final String lastName = "Roussos";
    private String email = "[email protected]";
    private String linkedIn = "https://www.linkedin.com/in/aroussos";
    private String location = "Athens, Greece";

    private String[] techStack = {
            "Java", "Quarkus", "Spring Boot", 
            "Hibernate", "PostgreSQL", "Docker"
    };

    private String[] currentlyLearning = {
            "Microservice Architecture", 
            "Quarkus"
    };

    private String[] hobbies = {
            "Board games", "Chess"
    };
}

Pinned Loading

  1. javaspot-spring-boot javaspot-spring-boot Public

    A project to help users learn the Java programming language through interactive sections.

    Java 1 1

  2. kostas96674/smartAlert-web-service kostas96674/smartAlert-web-service Public

    Java 1

  3. cine-ticket-hub-aspnetcore cine-ticket-hub-aspnetcore Public

    A university assignment showcasing a simple cinema ticket reservation platform powered by ASP.NET.

    C# 1

  4. todos-rest-api-rails todos-rest-api-rails Public

    A simple Ruby on Rails Todos REST API with JWT authentication & Swagger documentation.

    Ruby

  5. voting-smart-contract voting-smart-contract Public

    A simple smart contract that allows the creation of voting events on the Ethereum blockchain.

    Solidity

  6. image-analysis-project image-analysis-project Public

    An implementation of unsupervised hypergraph-based manifold ranking for image analysis.

    Python