Skip to content
View rudahee's full-sized avatar
:dependabot:
Developing!
:dependabot:
Developing!

Block or report rudahee

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

Header

public class Rudahee extends Developer {
    private String name = "Rubรฉn D.";
    private String role = "Java Backend Developer";
    private String location = "Sevilla, Espaรฑa";
    private String currentJob = null;
    private String passion = "Clean Code & Open Source";
    
    public String[] getSpecialties() {
        return new String[]{
            "Java", "Spring Framework", "Microservices",
            "REST APIs", "Middleware Development",
            "Mentoring Junior Devs โค๏ธ"
        };
    }
}

๐Ÿ”ญ Currently Working On

  • Co-founder & Lead Developer at SteelCodeTeam- An open source developer collective with 350K+ Twitter impressions && ๐ŸŽฏ 30K+ project downloads
  • Supporting FLOSS projects at CNT Union

๐ŸŒฑ Always Learning

  • Kafka
  • ElasticStack
  • Advanced Spring Boot patterns
  • Performance optimization techniques

โ“ Ask Me About

  • Java ecosystem (Spring, Hibernate, JPA)
  • Middleware development (REST, SOAP, JMS, Tibco)
  • Database optimization (Oracle, MongoDB, PostgreSQL)
  • Career advice for junior developers

โšก Fun Facts

  • ๐ŸŽฎ Created a viral Minecraft mod based on Brandon Sanderson's Mistborn series
  • ๐Ÿ’ก I have frontend skills but I'm terrible at UI design (honestly!)
  • ๐Ÿค Love mentoring new developers - DM me anytime!
  • ๐Ÿ“š Fantasy book enthusiast (hence the Mistborn mod!)

๐Ÿ› ๏ธ Tech Stack

Languages

Java Python JavaScript TypeScript Bash

Frameworks & Libraries

Spring Spring Boot Hibernate Angular

Databases

MongoDB PostgreSQL Oracle MySQL ElasticSearch

Tools & Technologies

Docker Apache Kafka Jenkins Linux Git

๐Ÿ“Š GitHub Stats

๐Ÿ† Featured Projects

๐ŸŽฎ Metallics Arts

Minecraft Mod | Java + Forge API

  • โญ 350,000+ Twitter views
  • ๐Ÿ“ฅ 6700+ CurseForge downloads
  • ๐ŸŒŸ Based on Brandon Sanderson's Mistborn series
  • ๐Ÿš€ Active development with regular updates

Spring Boot Template | Java

  • ๐Ÿ—๏ธ Generic-based structure for rapid API development
  • ๐Ÿ“ฆ Ready-to-use Spring Boot archetype
  • โšก Accelerates project bootstrapping

๐Ÿ“š MyBookList

Full-Stack Web App | Spring Boot + Angular

  • ๐Ÿ“– Personal library management system
  • ๐Ÿ” Book and author information lookup
  • ๐ŸŽจ Clean, inclusive, intuitive user interface

๐ŸŽฏ What I'm Passionate About

  • ๐Ÿ”ง Clean Architecture: Building maintainable and scalable systems
  • ๐ŸŒ Open Source: Contributing to the community and sharing knowledge
  • ๐Ÿ‘จโ€๐Ÿซ Mentoring: Helping junior developers grow in their careers
  • ๐Ÿ“š Continuous Learning: Always exploring new technologies and patterns
  • ๐ŸŽฎ Creative Projects: Combining programming with hobbies like gaming, botting, etc.

๐Ÿ“ซ Let's Connect!

Twitter LinkedIn Instagram YouTube Twitch Stack Overflow Email

๐Ÿ’ญ "Great code is written by great teams, not great individuals"

Open to collaboration โ€ข Open to teaching โ€ข Always learning

Footer

Pinned Loading

  1. SteelCodeTeam/Metallics-Arts SteelCodeTeam/Metallics-Arts Public

    Introducing a Minecraft mod inspired by Brandon Sanderson's Mistborn series! This mod brings the magic and excitement of the Mistborn world to your Minecraft gameplay. And guess what?

    Java 22 6

  2. Archetype-SpringProjectWithGenerics Archetype-SpringProjectWithGenerics Public

    This repository contains a project that has a structure based on generic types to create an API very quickly based on empty classes.

    Java 1