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.

Content in all repositories owned by your account will be closed.
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 java.util.List;

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

    // ─── Frameworks I work with ──────────────────────────
    private final List<String> frameworks = List.of(
        "Spring Boot", "Flutter", ".NET", "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(
        "Ubuntu", "Fedora", "Windows 11"
    );
}

Backend Skills

Frontend Skills

DB

Frameworks

Tools

IDE's

Snake animation

Pinned Loading

  1. e-commerce-API e-commerce-API Public

    A REST API created using Spring Boot

    Java

  2. springboot-shop springboot-shop Public

    Web application created using springboot for the backend

    Java 1