Skip to content
View arthurr0's full-sized avatar
💕
💕

Organizations

@minehostdev @minecodes-pl

Block or report arthurr0

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
arthurr0/README.md
public class DeveloperProfile {
    private static final Developer ME = new Developer() {{
        // Basic Information
        name = "My Developer Profile";
        
        // Core Skills
        primarySkills = new String[]{
            "Java Backend Development", 
            "Full-Stack Web Development", 
            "AI Prompting",
            "System Architecture"
        };

        // Technologies
        technologies = new HashMap<String, Object>() {{
            // Programming Languages
            put("languages", new String[]{
                "Java", 
                "JavaScript", 
                "Vue.js (Nuxt)",
                "TypeScript"
            });

            // Backend
            put("backend", new String[]{
                "Spring Boot",
                "Java EE", //Still learning
                "Hibernate", //Still learning
                "RESTful APIs"
            });

            // Frontend
            put("frontend", new String[]{
                "Vue.js", 
                "Nuxt.js", 
                "Tailwind CSS",
                "Responsive Design" //Still learning
            });

            // Databases
            put("databases", new String[]{
                "MongoDB",
                "MySQL",
                "PostgreSQL"
            });

            // Developer Tools
            put("devTools", new String[]{
                "Docker",
                "Git",
                "Maven",
                "Gradle", //Still learning
                "Postman",
                "CI/CD"
            });
        }};

        // Key Projects
        projects = new Project[]{
            new Project("mLicense.net", 
                "Comprehensive license management system for applications", 
                new String[]{"Java", "License Management", "Security"}
            ),
            new Project("Minecodes.pl", 
                "Organization creating advanced Minecraft plugins", 
                new String[]{"Java", "Game Development", "Plugin Creation"})
        };

        // Technology Interests
        interests = new String[]{
            "Backend Development",
            "Artificial Intelligence",
            "System Architecture",
            "Cloud Solutions",
            "Technology Innovation"
        };

        // Strengths
        strengths = new String[]{
            "Quick learning of new technologies",
            "Comprehensive approach to software development",
            "Ability to create full applications from scratch",
            "Proficiency in backend system design"
        };

        // Professional Motto
        motto = "Every challenge is an opportunity to learn and grow";

        // Current Focus
        currentFocus = "Developing advanced backend solutions with AI integration";

        // Fun Fact
        funFact = "I can write better prompts than some people write code!";
    }};

    public static void main(String[] args) {
        System.out.println("Welcome to my coding world!");
        System.out.println("I'm open to collaboration and new technological challenges.");
    }
}

arthurr0

Pinned Loading

  1. paypal-subscription-api paypal-subscription-api Public

    Simple subscriptions api in Java for PayPal.

    Java 2

  2. mMetric mMetric Public

    An open-source solution for monitoring your metrics.

    Java 1