Just a guy from Texas who enjoys building things, breaking them, then fixing them properly.
Iβm Joe, a system administrator & Discord-focused developer.
Most of my experience comes from running real infrastructure, managing production bots, and leading community-driven projects.
I care a lot about:
- Stability over hype
- Clean infrastructure over shortcuts
- Learning by doing
- π₯οΈ Linux system administration (Docker-heavy)
- π€ Discord bot development (Python & Node)
- π Security hardening & reliability
- π§ Learning new tech by shipping real projects
Iβve worked on projects that reached thousands of servers and hundreds of thousands of users, which taught me far more than tutorials ever could.
π Projects & Experience
- Disutils Team β Discord tools, bots, and infrastructure (archived)
- Disckit β A Discord.py framework focused on developer sanity
- Ignited Hosting β Hosting & infrastructure without the BS
- Bots used across 1,000+ servers
- Front page on top.gg (even if briefly π)
- Built and maintained real production infrastructure
class Joe:
def __init__(self):
self.role = ["System Administrator", "Discord Developer"]
self.location = "Texas"
self.interests = ["Linux", "Infrastructure", "Communities", "FiveM"]
self.learning = ["PHP", "HTML", "CSS", "Low-level languages"]
self.tools = ["Docker", "Git", "Linux", "PostgreSQL"]
def daily_routine(self):
return ["Break stuff", "Fix it properly", "Learn", "Repeat"]
me = Joe()
print(me.daily_routine())


