Skip to content
View miikuru002's full-sized avatar
💭
Actualizando mis repos...
💭
Actualizando mis repos...

Block or report miikuru002

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

I'm an enthusiastic learner who enjoys exploring new technologies to create solutions 💫. My focus is on Backend development using Spring Boot, with React as my hobby 💖

⚙️ About me:

export const aboutMe = {
  pronouns: "he/him",
  nicknames: ["miikuru002", "kurumii002 (old)"],
  likes: ["coding", "anime", "electro & Jpop music"],
  interests: ["DevOps", "Microservices (I'm currently studying it!)", "ML & IA", "Cooking"],
  techStack: {
    backend: ["Spring Boot 🍃", ".NET 🟪", "Express.js ⚡", "NestJS 🐱"],
    frontend: ["React ⚛️", "Angular 🅰️"],
    tools: ["Git 🔱", "Docker 🐋", "AWS ☁️"],
  },
  studies: [
    {
      degree: "Software engineer",
      status: Status.IN_COURSE,
    },
    {
      degree: "Software Design & Development bachelor",
      status: Status.FINISHED,
    },
  ],
};

📊 My stats:


Thanks to see my profile!

Pinned Loading

  1. ProductsAPI-SpringSecurityJWT ProductsAPI-SpringSecurityJWT Public

    API de ejemplo para demostrar el funcionamiento y uso de Spring Security

    Java 4