Hi there ๐ I'm Razvyyh
I build scalable web applications with a focus on clean architecture and performance. Currently exploring real-time systems and 3D graphics while maintaining several production projects.
- ๐ง 7+ years of experience across the full stack
- ๐ฎ Gaming enthusiast with a passion for building community platforms
- ๐ Always learning, always improving
class Razvyyh:
def __init__(self):
self.name = "Razvan"
self.role = "Full-Stack Developer"
self.location = "Parma, Italy"
self.languages = ["Java", "Python", "TypeScript", "Go"]
self.currently_learning = ["Three.js", "Security Testing"]
self.website = "https://razvyyh.com"
def say_hi(self):
print(f"Thanks for dropping by! Let's build something awesome together.")
me = Razvyyh()
me.say_hi()

