package com.iker.readme;
import iker.info.*;
import java.util.List;
public class Iker {
// βββ Languages I use βββββββββββββββββββββββββββββββ
private final List<String> languages = List.of(
"Java", "C#", "Python"
);
// βββ Things I love to do ββββββββββββββββββββββββββ
private final List<String> hobbies = List.of(
"Play Guitar", "Play Bass"
);
// βββ My OS ecosystem ββββββββββββββββββββββββββββββ
private final List<String> operatingSystems = List.of(
"Fedora", "Arch", "Windows 11"
);
// βββ IDEs / Editors βββββββββββββββββββββββββββββββ
private final List<String> ides = List.of(
"VSCodium", "IntelliJ", "Rider", "Visual Studio", "Eclipse"
);
// βββ Tech Stack βββββββββββββββββββββββββββββββββββ
public static class Stack {
final List<String> frameworks = List.of("Blazor", "Vite", "React");
final List<String> databases = List.of("MySQL", "MongoDB");
}
// βββ Aptitudes ββββββββββββββββββββββββββββββββββββ
public static class Skills {
final List<String> web = List.of("HTML", "CSS", "JavaScript");
final List<String> desktop = List.of("Swing", "C# Windows Forms", "WPF");
}
// βββ Method to explore more βββββββββββββββββββββββ
public String seeMore() {
throw new ExplorationException("Check my repositories!");
}
}
πΈ
Focused
VET Student in Zaragoza | Open Source Enjoyer
- Spain
-
03:12
(UTC +02:00) - https://ikerowo.github.io/Portfolio/
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.