8000 RejectModders (RejectModders) Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View RejectModders's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Organizations

@disutils

Block or report RejectModders

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

Banner

Typing SVG

Discord Banner
profile views

guns.lol Discord Bots Website Twitter

πŸ‘‹ Welcome to my Digital Universe

"A dedicated group of individuals committed to enhancing and simplifying the Discord experience for all users."

I'm a passionate Full Stack Developer from Missouri with a focus on creating tools that enhance community experiences. As the founder of Disutils, I'm dedicated to simplifying Discord development and building powerful, user-friendly applications.

πŸš€ Vision & Mission

Quote

🌟 My Vision

To revolutionize how communities interact on Discord by creating intuitive, powerful tools that enhance connection and engagement.

🎯 My Mission

Developing high-quality Discord bots and libraries that solve real problems for server owners and community managers while maintaining excellent user experience.

πŸ’‘ Core Values

  • Innovation: Constantly exploring new ideas and approaches
  • Quality: Ensuring reliable, well-tested code
  • Community: Building tools with real users in mind
  • Transparency: Open about development processes and decisions

πŸ”­ Current Projects & Achievements

πŸš€ Active Projects πŸ† Recent Milestones
  • Disutils Team – A collective of developers making Discord better
  • Disckit – Advanced package for Discord.py development
  • πŸš€ Bots serving 1,300+ Discord communities
  • πŸ€– Featured on Top.gg front page
  • πŸ“ˆ Growing community of developers and users
  • πŸŽ“ Helping new developers enter the ecosystem

πŸ’» Developer Profile

from datetime import datetime
from typing import override


class Developer:
    def __init__(self) -> None:
        self.name: str = "RejectModders"
        self.role: str = "Full Stack & Discord Developer | Disutils Founder"
        self.location: str = "Missouri, USA"
        self.passions: list[str] = [
            "Building Discord Bots",
            "Full Stack Development",
            "Community Management",
            "API Development",
            "Gaming",
        ]
        self.learning: list[str] = ["C#", "C++", "System Architecture"]
        self.projects: dict[str, str | dict[str, str]] = {
            "main": "https://disutils.com",
            "description": "A dedicated ecosystem enhancing Discord experiences",
            "looking_for": "Collaborators, Beta Testers & Community Members",
        }
        self.coding_since: int = 2020
        self.experience_years: int = datetime.now().year - self.coding_since
        self.fun_fact: str = "I spend way too much time watching cop videos πŸš“"

    def technologies_and_skills(self) -> dict[str, list[str]]:
        return {
            "frontend": ["HTML", "CSS", "JavaScript", "React (learning)"],
            "backend": ["Python", "Node.js", "FastAPI", "Express.js"],
            "databases": ["PostgreSQL", "SQLite", "MongoDB", "Redis"],
            "devops": ["Docker", "CI/CD", "AWS (basics)", "Networking"],
            "tools": ["Git", "PyCharm", "WebStorm", "VS Code", "GitHub"],
            "interests": ["Full Stack Development", "Bot Development", "API Design", "UX", "Automation"],
        }

    def current_focus(self) -> list[str]:
        return [
            "Scaling Disutils Ecosystem",
            "Full Stack Web Applications",
            "Building Developer Communities",
            "Advanced Discord Bot Features",
            "Performance Optimization",
        ]

    def daily_routine(self) -> list[str]:
        return [
            "β˜• Coffee",
            "πŸ’» Code",
            "πŸ‘₯ Community Management",
            "πŸ”„ Iterate on Feedback",
            "🌱 Learn Something New",
        ]

    @override
    def __str__(self) -> str:
        years = (
            f"{self.experience_years} years"
            if self.experience_years
            else "< 1 year"
        )
        skills = self.technologies_and_skills()

        passions_str = (
            "πŸ”₯ Passions:\n  - " + "\n  - ".join(self.passions) + "\n\n"
        )
        learning_str = (
            "🌱 Currently Learning:\n  - "
            + "\n  - ".join(self.learning)
            + "\n\n"
        )
        focus_str = (
            "🎯 Current Focus:\n  - "
            + "\n  - ".join(self.current_focus())
            + "\n\n"
        )
        routine_str = (
            "⏱️ Daily Routine:\n  - "
            + "\n  - ".join(self.daily_routine())
            + "\n\n"
        )

        return (
            f"πŸ‘€ {self.name}\n"
            f"πŸš€ {self.role}\n"
            f"πŸ“ {self.location}\n\n"
            f"πŸ’» Experience: {years} since {self.coding_since}\n\n"
            + passions_str
            + learning_str
            + f"πŸ› οΈ Tech Stack:\n"
            f"  Frontend: {', '.join(skills['frontend'])}\n"
            f"  Backend: {', '.join(skills['backend'])}\n"
            f"  Databases: {', '.join(skills['databases'])}\n"
            f"  DevOps: {', '.join(skills['devops'])}\n"
            f"  Tools: {', '.join(skills['tools'])}\n\n"
            + focus_str
            + routine_str
            + f"🌐 Projects:\n"
            f"  Main: {self.projects['main']}\n"
            f"  Description: {self.projects['description']}\n"
            f"  Looking For: {self.projects['looking_for']}\n\n"
            f"⚑ Fun Fact: {self.fun_fact}"
        )


reject = Developer()
print(reject)

πŸ› οΈ Tech Stack & Tools

Tech Stack

πŸ“‹ Detailed Tech Proficiency

Languages

Python JavaScript HTML CSS JSON EJS

Currently Learning

C C++ C# Java LUA

Frameworks & Libraries

Node.js Discord.py Express.js FastAPI Flask

Databases & Tools

PostgreSQL SQLite MongoDB MySQL Redis

Development Tools

GitHub PyCharm WebStorm PhpStorm Rider VS Code Docker

πŸ“Š GitHub Analytics

GitHub Streak

Activity Graph GitHub Contribution Grid Snake Animation

🎡 What's Playing

πŸ“¬ Connect With Me

🀝 Support My Work


Let's build the future of Discord communities together! πŸš€

🌐 Check out Disutils

Made with ❀️ Awesome Badges

Pinned Loading

  1. disutils/disckit disutils/disckit Public

    An open source utilities library for the disutils bots

    Python

  2. disutils/disckit-example-bot disutils/disckit-example-bot Public

    This is a public bot that allows you to understand Disckit and how to use it in your source code!

    Python

  3. disutils/disutils disutils/disutils Public

    Wanna be part of Disutils Team? Read this then!

0