Georgia
Part time coder
class User:
...
def get_info(self):
return self.info
...
gurjaka.User(...)
gurjaka.get_info()
>>>"""🚀 Self-Taught Programmer | Open-Source Enthusiast | Linux & NixOS Fanatic
💡 Constantly learning and building projects.
🎯 Exploring low-level programming, automation, and system configurations."""
class User:
...
def about_me(self): return self.personal_info...
gurjaka.User(...) gurjaka.about_me()
>>>"""Hey, I’m Gurjaka!
I’m a 15-year-old programmer with a passion for exploring the world of technology.
Currently, I spend most of my time coding in C and Python
, diving into the depths of NixOS, and figuring out how to make things work more efficiently.
I’ve also got a soft spot for building cool side projects, like my Discord bot LeetKnight.
When I’m not coding, you’ll likely find me immersed in story-driven games, where I get to dive into deep narratives and explore new worlds.
Outside of gaming, I’m into working out at the gym and strumming some tunes on my guitar. I love pushing myself to grow, whether it’s in tech, fitness, or learning new things.
Feel free to browse my repositories to see what I’m working on, and if you ever want to chat tech or gaming, hit me up"""