Hi, i'm @moakdoge
I'm a %s year old dev who kinda knows how to program.
I overly contemplate why I decided to get into this hellhole of a hobby,
And how to fix THAT DAMN ERROR.
so... why do these have titles?
I primarily program in Python. 99% of my projects die within the first
13 minutes of creation. I am an active member of Vex's V5 competition program.
seriously. just read the damn text.
If you couldn't tell from this amazing site, I'm not a front end developer.
I primarily do random shitpost projects and create tools that will be useful to
maybe 6 people ever.
woo.. more about me
I'm fully self taught and believe in FOSS + free education for everyone.
All of my totally amazing projects are open source on my github.
Ya know, in case you want to see my dogshit code.
about_me.py
MY_LANGUAGES = {
"Python": "Since 2022",
"C++": "Since 2025",
"C": "Since 2025",
"Lua/Luau": "Since 2020"
}
def list_socials():
YOUTUBE_LINK ="https://www.youtube.com/@moakdoge" # @moakdoge
REDDIT_LINK = "https://www.reddit.com/user/Frograbbit1/" # @Frograbbit1
GITHUB_LINK = "https://github.com/moakdoge"# @moakdoge
def list_projects():
PROJECTS = {
"chat-site (TSC)" : {
"Lasted": "3 months",
"Source": "https://github.com/moakdoge/fast-api-chat" # moakdoge/fast-api-chat
"Languages": ["Python", "HTML", "CSS", "JavaScript"]
}
}
if __name__ == "__main__":
list_socials()