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[] 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.
-
smart-alert-api-spring-boot
smart-alert-api-spring-boot PublicForked from dimitrisstyl7/smartAlert-web-service
Server-side application designed to support the SmartAlert mobile application, which provides immediate notifications to citizens during high-risk emergency situations
Java
-
estudent-web-project
estudent-web-project PublicA solution to centralize the management of academic processes using Java Servlets.
Java
-
cine-ticket-hub-aspnetcore
cine-ticket-hub-aspnetcore PublicA university assignment showcasing a simple cinema ticket reservation platform powered by ASP.NET.
C# 1
-
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.