Skip to content
View IkerOwO's full-sized avatar
🎸
Focused
🎸
Focused

Block or report IkerOwO

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
IkerOwO/README.md

Hi, I'm Iker πŸ‘‹


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!");
    }
}

Pinned Loading

  1. Notas-Flash Notas-Flash Public

    An app created with Java for PC to take notes

    Java

  2. Music-Web-App Music-Web-App Public

    CSS