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 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
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

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