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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
IkerOwO/README.md

Hello I'm Iker, a junior backend and app dev

package com.iker.readme;

import iker.info.*;
import java.util.List;

public class Iker {
    // ─── Languages I use but don't use ───────────────────────────────
    private final List<String> languages = List.of(
        "Java", "C#", "Python", "PHP", "Go"
    );

    // ─── Languages I like ───────────────────────────────
    private final List<String> languages_I_Like = List.of(
        "C++", "Rust", "Typescript"
    );

    // ─── Frameworks I work with ──────────────────────────
    private final List<String> frameworks = List.of(
        "Spring Boot", "Flutter", "NextJS", "MAUI", "Blazor"
    );

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

Backend Skills

Frontend Skills

DB

Frameworks

IDE's

Snake animation

Pinned Loading

  1. NekoCode NekoCode Public

    An IDE created with Java

    Java

  2. Proyecto-SpringBoot-Backend Proyecto-SpringBoot-Backend Public

    Este es el backend para el proyecto de SpringBoot

    Java