public class Profile {
private final String firstName = "Antonis";
private final String lastName = "Roussos";
private String email = "roussos.an@proton.me";
private String linkedIn = "https://www.linkedin.com/in/aroussos";
private String location = "Athens, Greece";
private String[] currentlyLearning = {
"Microservice Architecture",
"Quarkus",
"Docker"
};
private String[] hobbies = {
"Board games", "Chess"
};
}
-
Department of Informatics, University of Piraeus
- Athens, Greece
- in/antoroussos
Pinned Loading
-
javaspot-spring-boot
javaspot-spring-boot PublicAn interactive tool for learning Java, featuring GPT-3.5 integration for AI-driven exam evaluation.
-
-
cine-ticket-hub-aspnetcore
cine-ticket-hub-aspnetcore PublicA university assignment showcasing a simple cinema ticket reservation platform powered by ASP.NET.
C# 1
-
todos-rest-api-rails
todos-rest-api-rails PublicA simple Ruby on Rails Todos REST API with JWT authentication & Swagger documentation.
Ruby
-
voting-smart-contract
voting-smart-contract PublicA simple smart contract that allows the creation of voting events on the Ethereum blockchain.
Solidity
-
image-analysis-project
image-analysis-project PublicAn implementation of unsupervised hypergraph-based manifold ranking for image analysis.
Python 1
If the problem persists, check the GitHub status page or contact support.