{% extends "base.html" %} {% block title %}About SimolZimol - Devanturas{% endblock %} {% block description %}Learn about SimolZimol's background, skills, and experience in Minecraft and Discord development{% endblock %} {% block content %}

About SimolZimol

Passionate developer specializing in Minecraft plugins and Discord bots

Welcome to Devanturas! I'm a dedicated software developer with a focus on creating high-quality Minecraft plugins and Discord applications. Since 2017, I've been developing Minecraft plugins, with my first public release in 2020. Alongside plugin development, I've been working on Multus, a sophisticated Discord bot that has been in active development since 2020 and is actively used on the Ludi et Historia Discord server.

SimolZimol.java
public class Developer {
    private String name = "SimolZimol";
    private String[] specialties = {
        "Minecraft Plugin Development",
        "Discord Bot Programming",
        "Java & Python"
    };
    
    public void createAwesome() {
        while (passionate) {
            develop();
            learn();
            innovate();
        }
    }
}

Technical Skills

{% for category, skill_list in skills.items() %}

{{ category }}

{% for skill in skill_list %}
{{ skill }}
{% endfor %}
{% endfor %}

Development Journey

Started Minecraft Development

Began learning Java and Spigot API development, creating first plugins for personal servers and friends.

2017

Discord Bot Development & First Public Plugin

Released Fly Plugin on SpigotMC and started developing Multus, a sophisticated Discord bot for the Ludi et Historia community.

2020

Advanced Bot Features & Community Growth

Expanded Multus with database integration, complex algorithms, and community management features.

2021-2022

Advanced Projects & Platform Expansion

Developed complex systems like HOI4 ELO Bot, gained experience with Docker, and expanded platform presence on Modrinth and Hangar.

2023-2024

Continuous Innovation

Currently working on Velocity Friends, Item Editor, and continuously improving Multus with new features and optimizations.

2025-2026

Achievements & Recognition

{% for achievement in achievements %}

{{ achievement.title }}

{{ achievement.description }}

{% endfor %}

Development Philosophy

Clean Code

Writing maintainable, well-documented code that follows best practices and industry standards.

User-Centric Design

Focusing on user experience and creating intuitive interfaces that serve the community's needs.

Performance First

Optimizing for efficiency and scalability to ensure smooth operation under all conditions.

Community Driven

Building tools that bring communities together and enhance collaborative experiences.

Beyond Coding

When I'm not coding, I enjoy exploring new technologies, contributing to open-source projects, and staying connected with the gaming community. I believe in continuous learning and sharing knowledge with fellow developers.

Gaming & Community Building
Learning New Technologies
Open Source Contributing
Developer Communities

Let's Work Together

I'm always interested in collaborating on exciting projects and helping communities grow through technology.

{% endblock %}